网站首页  词典首页

请输入您要查询的英文单词:

 

单词 callback function
释义

callback function

  • 网络回调函数;回呼函数;回呼函式
1.
回调函数
回调函数Callback Function)是怎样一种函数呢?函数是用来被调用的,我们调用函数的方法有两种: l 直接调用:在函数A …
www.cnblogs.com
2.
回呼函数
...通常在使用者设定属性后使用者可以指定一个或更 多的回呼函数(Callback function)去处理不同的事件.使用者能使用事件的一 …
wenku.baidu.com
3.
回呼函式
指定回呼函式 (Callback Function),属性工作表 (Property Sheet) 会在页面建立时以及即将被终结时呼叫该函式。  列举型别 说 …
msdn.microsoft.com
4.
回叫功能
电脑英语知识 - - 英语家园... ... call/ 调用 callback function/ 回叫功能 caller/ 调用者 ...
www.enfamily.cn
5.
回调函式
异常运行 ... callback field 回调区域 callback function 回调函式 calling convention 调用惯例 ...
www.docstoc.com
6.
回叫函数
所有的回叫函数callback function)都可以由 xml_set_element_handler() 等函数来设置,它们被假定为 } // end of class xml …
www.hn1c.com

例句

释义:
1.
The primary purpose of the callback function is to allow you to handle all the challenges thrown your way by the PAM service.
这个回调函数的主要用途是处理PAM服务抛出的所有询问。
www.ibm.com
2.
Calls to a callback function pass indirectly from a managed application , through a DLL function , and back to the managed implementation .
对回调函数的调用将从托管应用程序中,通过一个DLL函数,间接地传递给托管实现。
www.bing.com
3.
Each time a corresponding client socket contains any read, write or error operations, the corresponding callback function is called.
每当对应的客户端套接字包含读、写或错误操作时,调用对应的回调函数。
www.ibm.com
4.
You only need to define your own protocol header and message structure, the definition of good network news can be a callback function.
你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。,Messengerelfisasimplechattool。
www.lwtbb.com
5.
as the callback function name, instead of a real function name, to let jQuery know that it should generate a function for us.
表示回调函数名,而未使用实际函数名,这是为了告诉jQuery为我们生成一个函数。
www.ibm.com
6.
The URL usually includes a "callback" parameter, which is the name of the callback function that you want invoked.
该URL通常包含一个“回调”参数,它是您想要调用的回调函数的名称。
www.ibm.com
7.
Note that we put a ? as the callback function name instead of a real function name.
注意,我们使用?作为回调函数名,而非真实的函数名。
www.ibm.com
8.
If it expects a callback function, the client must register a channel and a port.
如果客户端需要回调函数,则必须注册信道和端口。
msdn2.microsoft.com
9.
The callback function is referred to as the service control handler.
回调函数被指向服务控制的句柄;
blog.csdn.net
10.
In the _setupSizeChangedHandlers function a DOM node to be resized and an optional callback function are registered for each mode.
在_setupSizeChangedHandlers函数中,将为每种模式注册要调整大小的DOM节点大小以及一个可选择的回调函数。
www.ibm.com
1.
The fourth parameter (period) allows you to specify the interval (in milliseconds) at which the callback function should be called.
第四个参数(period)让你定义一个回调函数被调用的时间间隔(毫秒)。
blog.sina.com.cn
2.
Some of the many DLL functions called with platform invoke require a callback function in managed code to run properly.
在用平台调用调用的多种DLL函数中,有些函数要求正确地运行托管代码中的回调函数。
msdn2.microsoft.com
3.
Object that specifies the default callback function used to specify client certificates when establishing an SSL connection.
对象,该对象指定建立SSL连接时用来指定客户端证书的默认回调函数。
msdn2.microsoft.com
4.
Delegate gets or sets the default callback function used to specify the client certificates while establishing an SSL connection.
委托获取或设置默认回调函数,该函数用于在建立SSL连接时指定客户端证书。
msdn2.microsoft.com
5.
When the request returns, the appropriate JavaScript callback function is called.
当该请求返回时,将调用相应的JavaScript回调函数。
msdn2.microsoft.com
6.
Delegate gets or sets the default callback function used to verify server certificates when establishing an SSL connection.
委托获取或设置默认回调函数,而该函数用于在建立SSL连接时验证服务器证书。
msdn2.microsoft.com
7.
This means the callback function itself can execute asynchronously with respect to its caller for such contexts.
这意味着对于这样的上下文,回调函数本身可以相对于其调用方异步执行。
msdn2.microsoft.com
8.
Specifies a callback function that a property sheet calls when a page is created and when the page is about to be destroyed.
指定当创建页时以及将销毁页时属性表调用的回调函数。
msdn2.microsoft.com
9.
The default callback function used to specify the client certificates while establishing an SSL connection.
用于在建立SSL连接时指定客户端证书的默认回调函数。
msdn2.microsoft.com
10.
Lambda functions are handy for a number of instances, most notably for many PHP functions that accept a callback function.
对于大多数实例来说,尤其对于接受回调函数的许多PHP函数来说,Lambda函数非常方便。
www.ibm.com
1.
Method is then called and passed both the URL and a pointer to a callback function.
方法,并向它传递此URL和指向回调函数的指针。
msdn2.microsoft.com
2.
The only other important thing to note is the callback function, or, the closure created for the request's onreadystatechange function.
除此之外,惟一需要注意的是回调函数,或者为请求的onreadystatechange函数创建的闭包。
www.ibm.com
3.
If you're using your own session handler this will also cause your destroy callback function to be called.
如果你在使用你自己的session处理那么这个也会引起你的销毁回收函数被调用。
www.w3pop.com
4.
This means that you must put any dependent code inside the callback function, or inside functions that are called by the callback function.
这意味着您必须将任何依赖代码放在回调函数内,或者放在由回调函数调用的函数内。
www.ibm.com
5.
For a sample callback function, see Callback function for ULRegisterErrorCallback and ULRegisterErrorCallback function.
有关示例回调函数,请参见ULRegisterErrorCallback的回调函数和ULRegisterErrorCallback函数。
www.ianywhere.com
6.
Gets or sets the name of the default save-completed callback function.
获取或设置默认的保存完成回调函数的名称。
207.46.16.251
7.
This JSP page imports AutoSaveScript. js in its header and defines a callback function that shows the Ajax response in a separate window.
此JSP页面将AutoSaveScript.js导入其页眉并定义一个回调函数,该函数在一个独立窗口中显示Ajax响应。
www.ibm.com
8.
For the error callback function, you pass a simple closure that simply displays the error information.
如果callback函数失败,就传递一个显示失败信息的终止参数。
www.ibm.com
9.
To accomplish this, you can register a callback function with the XMLHttpRequest and then dispatch the XMLHttpRequest asynchronously.
为了实现这个要求,可以在XMLHttpRequest上注册一个回调函数,然后异步地分派XMLHttpRequest。
www.ibm.com
10.
Ensure that the garbage collector does not reclaim the delegate before the callback function completes its work.
确保在回调函数完成其工作之前,垃圾回收器不会回收委托。
msdn2.microsoft.com
1.
Within the callback function, the returned data can be processed.
在该回调函数内,可能处理返回的数据。
www.ibm.com
2.
When you call the server using Ajax, the resulting response calls back through a callback function.
在使用Ajax调用服务器时,产生的响应是通过调用一个回调函数返回的。
www.ibm.com
3.
The return value of the hit test filter callback function determines what type of action the enumeration of the visual objects should take.
点击测试筛选回呼函数的传回值,可以判断视觉物件的列举应该采取的动作类型。
technet.microsoft.com
4.
The arguments to this callback function include a transaction handle and an error object.
该回调函数的参数包括一个事务句柄和一个错误对象。
www.ibm.com
5.
When a statement executes (1), the trigger is called (2). The trigger registers a callback function (3) to write the result to a file.
当一个语句执行时(1),触发器被调用(2)。触发器注册一个回调函数(3),以便将结果写入一个文件。
www.ibm.com
6.
The unmanaged function passes the type back to the caller as a parameter of the callback function.
非托管函数将类型作为回调函数的参数传回调用方。
msdn2.microsoft.com
7.
Specify the filename of a DLL containing the file system full callback function.
指定包含文件系统已满回调函数的DLL的文件名。
www.ianywhere.com
8.
code Specifies the value to be passed to the hook in the nCode parameter of the DebugProc callback function.
指定在DebugProc回调函数的nCode参数中,要传递给钩子的值。
blog.sina.com.cn
9.
This approach relies on the remote service accepting a callback function name as a request parameter.
这种方法依赖于接受回调函数名作为请求参数的远程服务。
www.ibm.com
10.
The callback function is executed on the main thread, so it has access to the DOM.
回调函数在主线程上执行,因此它能访问DOM。
www.ibm.com
1.
Finally, you call the DLL function, passing a pointer to the callback function as an argument.
最后,调用该DLL函数,并将指向回调函数的指针当作参数进行传递。
msdn2.microsoft.com
2.
DialogBox does not return control until the specified callback function terminates the modal dialog box by calling the EndDialog function.
DialogBOX直到指定的回调函数通过调用EndDialog函数中止模态的对话框才能返回控制。
zhishi.sohu.com
3.
So only set this entry, if you really want to implement such a callback-function.
所以仅在确实需要实现这样的回调函数时才设置该选项。
php.skynet.be
4.
If a callback function was provided, the send method of the XHR object returns immediately without waiting for a server response.
如果提供了回调函数,那么XHR对象的send方法立即返回,并不等待服务器响应。
www.ibm.com
5.
The string is returned to the message handler callback function in DB-Library applications.
字符串返回到DB-Library应用程序的消息处理程序回调函数中。
msdn2.microsoft.com
6.
I'll use the same jQuery getJSON call; however, this time around, my callback function will do a bit more.
我将使用同样的jQuerygetJSON调用;不过,这次回调函数的作用更大。
www.ibm.com
7.
Since it could take a long time, the getCurrentPosition is asynchronous and takes a callback function as a parameter.
由于花费时间很长,因此getCurrentPosition是异步的,并会将callback函数作为一个参数。
www.ibm.com
8.
Assign callback function pointers to the appropriate a_sync_db synchronization structure fields.
将回调函数指针指派给相应的a_sync_db同步结构字段。
www.ianywhere.com
9.
The second addition to the code concerns the registration of a callback function.
代码的第二个添加涉及一个回调函数的注册。
www.ibm.com
10.
Note that every event callback function receives the editor instance as a parameter.
注意每个事件回调函数都会接收一个编辑器实例作为参数。
www.cnthub.com
1.
This state object is passed to your timer callback function during each timer event invocation.
在每一个定时器事件被调用时该state对象作为一个参数传递给你的定时回调函数。
blog.sina.com.cn
2.
Listing 10 provides a simple callback function to output all the response headers from a HEAD request.
清单10提供了一个简单的回调函数,用来输出从HEAD请求中获得的响应头的内容。
www.ibm.com
3.
We care that the server resource name is correct and that the second argument is a callback function.
我们关心服务器资源名称是正确的,并且第二个参数是一个回调函数。
www.infoq.com
4.
set_trace_func allows to set Ruby callback function or Proc, which is invoked every time a line of Ruby code is executed.
set_trace_func允许设置Ruby回调函数或者Proc,它们在每一行Ruby代码执行的时候都会被调用一次。
www.infoq.com
5.
This Error event indicates that an Extensible Storage Engine (ESE) callback function returned an error.
此错误事件指示,可扩展存储引擎(ESE)回调函数返回了一个错误。
www.microsoft.com
6.
Within the callback function, we compare the newly returned value and the previous value.
在回调函数中,我们将新返回的值与以前一个值进行了比较。
www.ibm.com
7.
When a client requests a connection, the callback function we specified will be invoked.
当客户请求连接,我们指定的回调函数将被祈求。
dream4ever.org
8.
The only thing that has changed compared to Listing 1 is the callback function.
相对于清单1做了改动的惟一的地方是callback函数。
www.ibm.com
9.
The guest can poll simply by calling this function or wait for notification through the provided virtqueue callback function.
来宾操作系统仅需调用该函数或通过提供的virtqueuecallback函数等待通知就可以实现轮询。
www.ibm.com
10.
If a callback function is provided, this function sets the onreadystatechange property of the XHR object to that callback function.
如果提供了回调,那么这个函数将XHR对象的onreadystatechange属性设置为这个回调函数。
www.ibm.com
1.
It takes the file path to the file being requested, the serialized form data, and finally a callback function.
它将文件路径指向被请求的文件、序列化数据、最后是一个回调函数。
www.ibm.com
2.
You pass in the URL and a string naming the callback function.
传递一个URL和命名回调函数的字符串。
www.ibm.com
3.
Within the callback function, call the End method on the state object obtained in the previous step.
在回调函数中,对上一步中获取的状态对象调用End方法。
msdn2.microsoft.com
4.
Fact that some so-called event callback function, these methods defined in the ContentHandler interface.
所谓的事件其实就是一些回调函数,这些方法定义在ContentHandler接口中。
www.ganxisky.cn
5.
Then the request is set up, the callback function is assigned, and the request is sent.
之后,请求也设置好了,回调函数也已分配,请求亦发送完毕。
www.ibm.com
6.
We could define the callback function in the same code block, but with a name.
我们可以在同一个代码块中定义回调函数,但是使用一个名称。
www.ibm.com
7.
Pointer to the callback function table of the native application.
指向本地应用程序的回调函数表。
blog.sina.com.cn
8.
A callback function is code within a managed application that helps an unmanaged DLL function complete a task.
回调函数是托管应用程序中可帮助非托管DLL函数完成任务的代码。
msdn.microsoft.com
9.
As a part of the request, the callback function is also defined.
在这个请求中,还定义回调函数。
www.ibm.com
10.
My program changes RGB parameters, initiative the callback function will work?
我程序主动改动RGB参数时,此回调函数会不会工作?
zhidao.baidu.com
1.
When a response is received, the callback function is invoked.
在接收到响应后,调用回调函数。
www-128.ibm.com
2.
It also invokes the response callback function to confirm the deletion after the request completes.
它还能在请求完成后调用response回调函数来确认删除。
www.ibm.com
3.
Address of application-defined callback function.
应用程序定义的回调函数的地址。
program.coovee.com
4.
A callback is used for dynamic substitution Strings in the preg_replace_callback function.
调用是用于在preg_replace_callback函数里动态地替换字符串的。
archive.cnblogs.com
5.
Use the "get client connection details" callback function, provided by DB2, to find out if the client is local to this machine.
使用DB2提供的“getclientconnectiondetails”回调函数,以发现客户机是否在该计算机本地。
www.ibm.com
6.
RGB create display form, callback function is must process, still can use the Settings used?
RGB创建显示窗体时,回调函数是必须要处理的,还是可以用设置使用的?
zhidao.baidu.com
7.
Using a DLL function that requires a callback function has some additional steps.
要使用需要回调函数的DLL函数,则会有一些附加的步骤。
msdn2.microsoft.com
8.
Gets or sets the default succeeded callback function for the service.
获取或设置默认的加载完成回调函数。
207.46.16.251
9.
Once the onSizeChanged function is invoked, the DOM node registered for current mode is resized and the callback function is invoked.
一旦调用onSizeChanged函数,则会调整为当前模式注册的DOM节点的大小并调用回调函数。
www.ibm.com
10.
This comparison is done by a user supplied callback function.
此比较是通过用户提供的回调函数来进行的。
bs.php.net
1.
Notice that you use a callback function to handle the response, alertGetContents(httpRequest).
注意,您将使用回调函数处理响应alertGetContents(httpRequest)。
www.ibm.com
2.
The callback function is a standard construct in asynchronous APIs.
回调函数是异步API的标准结构。
www.ibm.com
3.
A callback function invoked if the statement encountered an error.
一个回调函数,当语句出现错误时调用。
www.ibm.com
4.
The snippet in Listing 3 shows an example of a typical incarnation of the onreadystatechange callback function.
清单3中的代码片段显示了onreadystatechange回调函数的典型实例化示例。
www.ibm.com
5.
Google Wave uses this callback function to display any changes in the state object.
GoogleWave使用这个回调函数来显示状态对象中的所有变化。
www.ibm.com
6.
It will also invoke the callback function response to confirm the update when the transaction completes.
它还将在事务完成时调用回调函数response来确认更新。
www.ibm.com
7.
Gets or sets the default failed callback function for the service.
获取或设置服务的默认失败回调函数。
msdn2.microsoft.com
8.
Next, it registers a callback function to receive the server's response (I'll explain this in detail later; see Listing 6).
接下来,它注册一个回调函数,用来接收服务器响应(我稍后再详细解释这一步;请参阅清单6)。
www.ibm.com
9.
Deal with the server's response in the callback function.
在回调函数中处理服务器的响应。
www.ibm.com
10.
Define a callback function that implements the AsyncCallback delegate.
定义实现AsyncCallback委托的回调函数。
msdn2.microsoft.com
1.
The callback function can read the records that were saved in named memory (7) and write each record to a file (8).
回调函数可以读取保存在已命名内存中的记录(7)并将每条记录写入一个文件(8)。
www.ibm.com
2.
Just listen for an event, write a callback function, and everything is taken care of!
只需监听事件,编写一个回调函数,其他事情都可以交给系统处理!
www.ibm.com
3.
Listing 6 shows the event handlers and the callback function of the sample widget.
清单6显示的是小部件样例的事件处理函数和回调函数。
www.ibm.com
4.
The callback function executes the Java procedure using the fastpath interface.
回调函数执行使用fastpath接口的Java流程。
www.ibm.com
5.
Pointer to a callback function.
指向回叫函数的指针。
hi.baidu.com
6.
When the timer expires, the callback function (my_timer_callback) is invoked.
当计时器过期时,将调用回调函数my_timer_callback。
www.ibm.com
7.
In my callback function I also add, somewhat superfluously, id attributes to my elements.
在回调函数中我也有些多余地为元素增加了id属性。
www.ibm.com
8.
We could define the callback function somewhere else in the code so we know it's available.
我们可以在代码中的其他位置定义回调函数,因此我们知道它可用。
www.ibm.com
9.
Therefore, just like with Ajax, you need to write a callback function that will get invoked after a response is received from the server.
因此,与Ajax一样,需要编写callback函数,它将在接收到服务器响应后被调用。
www.ibm.com
10.
You can pass an optional data object and callback function if you need them.
如果需要的话,您还可以传递一个可选的数据对象和回调函数。
www.ibm.com
1.
An instance must receive the callback function.
实例必须接收回调函数。
msdn2.microsoft.com
2.
To pass an argument to this method call, place the argument before the callback function as follows (see Listing 12).
要想在该方法的调用中传递一个参数,在如下所示的callback函数之前放置一个参数(见清单12)。
www.ibm.com
3.
Using a callback function means I don't need to know when the server is finished loading the JSON data.
利用回调函数完全不需要知道服务器什么时候完成JSON数据的加载。
www.ibm.com
4.
The main use of a callback function, the level of a clear agreement.
主要使用回调函数,协议层次清晰。
www.pudn.com
5.
It can also take another optional callback function to handle errors, but we have left that out to keep this example simple.
也可以利用另一个可选callback函数来处理错误,但是为了保持示例的简洁,我们放弃了使用它。
www.ibm.com
6.
The callback function creates a unique file name to write the audit records stored in named memory.
回调函数创建一个惟一文件名来写入已命名内存中存储的审计记录。
www.ibm.com
7.
The error callback function will get passed a single parameter of type PositionError.
失败callback函数将传递一个PositionError类型参数。
www.ibm.com
8.
The control handler is very similar to the window callback function that processes various Windows messages.
控制处理器与处理各种Windows消息的窗口回调函数非常类似。
blog.163.com
9.
The callback function specified in req. onreadystatechange is invoked when the server responds to the request.
在req.onreadystatechange内指定的回调函数在服务器响应请求的时候调用。
www.ibm.com
10.
Although it returns a JSONP reply, it doesn't let you define a callback function name in the URL.
尽管返回了JSONP回复,但它不允许您在URL中定义回调函数名。
www.ibm.com
1.
The usernameCallback function from lines 14 to 27 is a callback function that processes the response from the RESTful Web service server.
到27行的usernameCallback函数是一个回调函数,它处理来自REST风格的Web服务服务器的响应。
www.ibm.com
2.
In addition to explicit error handling, UltraLite supports an error callback function.
除了显式错误处理外,UltraLite还支持一个错误回调函数。
www.ianywhere.com
3.
The data is compared by using a callback function.
数据是用回调函数比较的。
us.php.net
4.
This is called the client callback function.
该函数称为客户端回调函数。
msdn2.microsoft.com
5.
This is accomplished by having the callback function call the search function.
这是通过让回调函数调用搜索函数实现的。
www-128.ibm.com
6.
All you add is a callback function.
您仅需要添加一个回调函数。
www.ibm.com
7.
One interesting aspect is the ability to define the execution context of the callback function (such as in softirq or hardiirq context).
一个有趣的方面是它能够定义回调函数的执行上下文(比如在softirq或hardiirq上下文中)。
www.ibm.com
8.
So what's in the callback function?
那么回调函数中有什么?
www.ibm.com
9.
Then, your callback function can use that data, as seen in Listing 1 and Listing 4.
然后回调函数就可以使用这些数据,如清单1和清单4所示。
www.ibm.com
10.
You must read it and the data it points to using a callback function.
必须使用回调函数读取它和它所指向的数据。
msdn2.microsoft.com
1.
Now we can see the callback function on the client, showInsertResults.
现在我们可以看看客户机上的回调函数showInsertResults。
www.ibm.com
2.
The emphasis is on how to use a Win32 callback function, EnumWindows, by using a delegate.
重点在于如何通过利用委托来使用Win32回调函数EnumWindows。
msdn2.microsoft.com
3.
SendDataConfirm callback function is called by the * ZigBee after a send data operation completes
当一个数据操作完成后协议栈调用这个回调函数
blog.sina.com.cn
4.
Compact usage defining a callback function on the fly might look something like this
定义一个简单用途的回调函数大概是如下的样子
www.bing.com
5.
With the callback technique, a callback function implements the AsyncCallback delegate, which enforces the signature
在回调方法中,回调函数实现AsyncCallback委托,该委托强制以下签名
msdn2.microsoft.com
6.
callback function for driver enumeration
用来枚举驱动的回调函数
blog.sina.com.cn
7.
callback function for format enumeration
用来枚举格式的回调函数
blog.sina.com.cn
8.
Implements the callback function for data transfers
实现用于数据传输的回调函数
www.ichacha.net
9.
The Application of Callback Function in Software Design
回调函数在软件设计中的应用
ilib.cn
10.
Implements the callback function for WIA device events
实现用于WIA设备事件的回调函数
www.ichacha.net
1.
back on the client side , the callback function registered on the
回到用户端时,现在呼叫注册在
www.ichacha.net
2.
A Method of Software Integration Based on Out-process Windows Hook CallBack Function
一种基于进程外窗口挂钩回调的软件集成方法
www.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 23:12:25