callbacks
美 [?k?l?bæk]
英 [?k??lbæk] 
- n.產(chǎn)品收回;重返
- 網(wǎng)絡(luò)回調(diào)事件;回調(diào)技術(shù);回調(diào)方法
詞形變化
復(fù)數(shù):callbacks
英漢解釋
英英解釋
例句
Matt's examples also show an easy to way use snippets of Ruby code as callbacks for the Objective-C application.
Matt的示例也展示了一種簡便的方法,在Objective-C應(yīng)用中使用一小段Ruby代碼來作為回調(diào)。
XT allows callbacks to static methods of any class in the classpath at the time of XSL processing.
XT允許回調(diào)在XSL處理期間訪問處于classpath中的任何類的靜態(tài)方法。
It's up to a handler to register callbacks for these events and then perform some kind of logic on the data from these events.
注冊這些事件的回調(diào)并隨后對來自這些事件的數(shù)據(jù)執(zhí)行某種邏輯都由handler來完成。
Virtual members perform better than callbacks and events, but do not perform better than non-virtual methods.
虛成員的性能高于回調(diào)和事件,但是不比非虛方法高。
Of course, the worst case is to fall back to using threads for blocking actions that really cannot be converted into asynchronous callbacks.
當(dāng)然,最壞的情形是回退到使用線程來進行阻塞操作,因為這些操作確實無法轉(zhuǎn)換成異步回調(diào)。
Born in an unusual background, the defects of the system design resulted in excessively issued Books with few callbacks.
由于其產(chǎn)生于特定背景之下,制度設(shè)計的缺陷致使換地權(quán)益書發(fā)放量大,回收量少。
Callbacks are frequently used in event handling architectures, where you designate code to be invoked at a later time.
在事件處理架構(gòu)中經(jīng)常采用回調(diào),這樣您指定的代碼將在稍后調(diào)用。
If you need to implement one of those callbacks, you can simply add a method and annotate it to declare that it's a callback.
如果需要實現(xiàn)一個回調(diào)函數(shù),只需添加一個方法并通過注釋將其聲明為回調(diào)函數(shù)即可。
Downloads, on demand, a set of optional files in the background, and passes a piece of application state to the event callbacks.
視需要在背景中下載一組選擇性檔案,并將應(yīng)用程式狀態(tài)傳遞給事件回呼。
The application uses a number of callbacks to handle the state of each asynchronous call.
應(yīng)用程序使用很多回調(diào)來處理每個異步調(diào)用的狀態(tài)。
In a related vein, consider the variety of before and after event callbacks provided by a typical object-oriented persistence framework.
以同樣的方式,思考一下典型的面向對象持久框架提供的事件前和事件后回調(diào)類型。
User context storage -- Any pointer can be passed in and will be passed to all subsequent callbacks.
用戶上下文存儲——可以傳入任何指針,并將傳遞給所有的后續(xù)回調(diào)。
Note that this button is provided primarily for demonstrating how to use subclassing and callbacks.
注意,提供此按鈕主要是為了演示如何使用子類設(shè)置和回調(diào)。
This method also allows the profiler to indicate whether it wants to receive callbacks for that function.
此方法還允許探查器指示是否需要為該函數(shù)接收回調(diào)。
The primary constructor takes a label argument and a list of callbacks that are invoked when the button's click method is invoked.
主構(gòu)造函數(shù)接受一個label(標簽)參數(shù)和一個callbacks(回調(diào))的list(列表),這些回調(diào)函數(shù)會在按鈕的click方法被調(diào)用時被調(diào)用。
Callbacks are implemented as real classes to help facilitate code reuse and associated with client data at run time.
將回調(diào)實現(xiàn)為真正的類,從而促進代碼重用并允許在運行時與客戶機數(shù)據(jù)關(guān)聯(lián)。
Gets or sets a value indicating whether client-side callbacks are used for sorting and paging operations.
獲取或設(shè)置一個值,該值指示客戶端回調(diào)是否用于排序和分頁操作。
The primary constructor for RadioButtonWithCallbacks takes three parameters: an on state (true or false), a label, and a list of callbacks.
RadioButtonWithCallbacks的主構(gòu)造函數(shù)接受3個參數(shù),一個開關(guān)狀態(tài)(真或假),一個標簽,以及一個回調(diào)函數(shù)例表。
When overridden in a derived class, signals that the controls contained by a field support callbacks.
當(dāng)在派生類中重寫時,發(fā)出信號表示字段所包含的控件支持回調(diào)。
These callbacks are referred to as event handlers.
這些回調(diào)稱為事件句柄。
This generates a trace of the native methods called as well as the JNI callbacks that they make.
這將生成對已調(diào)用的本機方法以及它們發(fā)起的JNI回調(diào)的跟蹤。
Callbacks used by bidirectional services are services that have two interfaces, one by the service provider and the other by the client.
雙向服務(wù)使用的回調(diào)是具有兩個接口的服務(wù),一個供服務(wù)提供者使用,另一個供客戶機使用。
Callbacks are used to provide feedback from a server to a client asynchronously.
回調(diào)可以用來從服務(wù)器向客戶異步的提供反饋。
Have a look at the following code for a button in a graphical user interface, which uses callbacks for "clicks" .
來看一下下面這個圖形用戶接口的按鈕的代碼,它對單擊事件使用了回調(diào)。
However, the property system itself calls and exposes callbacks internally, as part of the dependency property system.
不過,屬性系統(tǒng)本身會在內(nèi)部呼叫和公開回呼,以做為相依性屬性系統(tǒng)的一部分。
SAX consists of an event-based set of callbacks, while DOM has an in-memory tree structure.
SAX包含一個基于事件的回調(diào)函數(shù)集,而DOM有一個內(nèi)存中的樹狀結(jié)構(gòu)。
All of these callbacks happen on the main thread of the application.
這些回調(diào)全部發(fā)生在應(yīng)用程序的主線程上。
One example of eliminating code redundancy is to reduce the number of Ajax callbacks and the payload for each callback.
消除代碼冗余的一個例子是減少Ajax回調(diào)的數(shù)量以及每個回調(diào)的負荷。
The same could have been accomplished by adding a special abstract class with empty callbacks.
通過添加帶有空回調(diào)的特定抽象類同樣可以完成該操作。
These callbacks must be handled by the weblication to receive results and to know when the search has terminated.
weblication必須處理這些回調(diào)以接收結(jié)果并了解搜索什么時候中止。
The plurality of callbacks include, but are not limited to, initialization, memory transfer, and transfer processor state callbacks.
該多個回調(diào)包括,但不限于,初始化、轉(zhuǎn)儲和轉(zhuǎn)移處理器狀態(tài)回調(diào)。
By enlisting, the resource manager ensures that it gets callbacks from the transaction manager when the transaction commits or aborts.
通過登記,資源管理器確保在事務(wù)提交或中止時從事務(wù)管理器獲取回調(diào)。
In fact, if the client was some kind of GUI client, you might add those data collection forms as callbacks within the reactor.
實際上如果客戶機是某種GUI客戶機,您就可以加入一些數(shù)據(jù)收集的表單,作為反應(yīng)器中的回調(diào)。
Using callbacks exhibits good housekeeping and proactive thinking on the part of the developer.
使用回調(diào)標志著開發(fā)人員具有良好的內(nèi)務(wù)處理和主動思維的習(xí)慣。
The solution is to use the event callbacks on the search box, as shown in Listing 5.
解決方法就是對搜索框使用事件回調(diào),如清單5所示。
Debuggers must specifically enable callbacks that they wish to receive.
調(diào)試器必須專門啟用要接收的回調(diào)。
The parser issues callbacks to the application to build the data model, as discussed before, but the parser is in control.
前面已經(jīng)提到,解析器回調(diào)應(yīng)用程序以建立數(shù)據(jù)模型,解析器處于控制地位。
The logic for managing callbacks (i. e. , the clickedCallbacks list) is omitted, as are the two auxiliary constructors.
管理回調(diào)的邏輯(比如,clickedCallbacks列表)被省略了,兩個主要構(gòu)造函數(shù)也是。
If they are not in the same domain, then JMX callbacks are used to obtain the subject.
如果不位于相同的域中,則將使用JMX回調(diào)來獲取主題。
Method, which performs callbacks on events that have been registered by using a call to.
為宿主提供方法,以便使用公共語言運行庫來注冊事件回調(diào)。