回调
- 网络callback;call back;call-back;Retracement
-
在每一个定时器事件被调用时该state对象作为一个参数传递给你的定时回调函数。
This state object is passed to your timer callback function during each timer event invocation .
-
它还能在请求完成后调用response回调函数来确认删除。
It also invokes the response callback function to confirm the deletion after the request completes .
-
该回调处理方法必须有一个构造函数,该函数将Map
The callback handle must have a constructor , which takes a Map
-
它还将在事务完成时调用回调函数response来确认更新。
It will also invoke the callback function response to confirm the update when the transaction completes .
-
如果您想将其部署到Web服务器,可能就不再需要回调支持。
If you want to deploy it to a Web server , you may no longer want callback support .
-
回调函数是异步API的标准结构。
The callback function is a standard construct in asynchronous APIs .
-
基于异步回调机制的嵌入式Linux浏览器底层设计与实现
Design and Implementation on Asynchronous Callback Mechanism Based Lower-layer of Embed Linux Browser
-
请注意,仓库X实际上指一对Web服务:仓库和仓库回调。
Note that Warehouse X actually refers to a pair of Web services : Warehouse and Warehouse Callback .
-
这个回调函数将在该Worker脚本执行后调用。
This callback function will be invoked after the Worker script executes .
-
不需要实现这些接口和回调,只需要注释无格式的旧Java类即可。
Rather than implementing interfaces or callbacks , you 'll simply annotate your plain old Java class .
-
异步API使用了请求和回调。
The asynchronous API uses requests and callbacks .
-
导出插件的基类还定义了term()回调,用于结束导出会话。
The base class of export plug-in also defines a term () callback for the end of an export session .
-
第四个参数(period)让你定义一个回调函数被调用的时间间隔(毫秒)。
The fourth parameter ( period ) allows you to specify the interval ( in milliseconds ) at which the callback function should be called .
-
最后还要编写JavaScript回调函数。
Finally , you must write the JavaScript callback functions .
-
一个能实现小部件、事件回调和业务逻辑的Java文件也会被创建。
A Java file that can implement the widget , event call-backs , and business logic is also created .
-
下一节将演示bean的生命周期回调和范围的实现。
The next section will illustrate implementing lifecycle callbacks and scope of the bean .
-
在这种情况下,回调函数应该是voidcallback(XMLx)。
In which case the callback function should be void callback ( XML x ) .
-
传递一个URL和命名回调函数的字符串。
You pass in the URL and a string naming the callback function .
-
XML文档中的每一个元素都会导致语法分析器将一个开始元素事件回调信号发给内容处理程序。
Every element in your XML document causes the parser to signal a start element event callback to your content handler .
-
因此,如果使用Web服务来实现这种观察者回调方法,我们就可以在同步的基础结构中获得异步的体系。
Hence , by implementing the observer callback pattern using web services , we provide a new mechanism for an asynchronous architecture over a synchronous infrastructure .
-
我们没有在它的构造函数中指定Scale窗口小部件的回调,而是稍后使用configure来指定。
We specify the callback for the Scale widget not in its constructor , but later , using the configure function .
-
但是,您可以创建一个自定义回调处理器,动态传递用户ID和密码。
However , you can develop a custom callback handler to pass the user ID and password dynamically .
-
使用Hook接口的可插拔回调机制
Plugabble callback mechanism using the Hook interface
-
该回调函数然后使用Array对象的forEach方法。
The callback function then uses the forEach method on the Array object .
-
用一个额外的回调函数和新的Dojo部件扩展了Ajax应用程序。
Extended the Ajax application with an extra callback and a new Dojo widget .
-
该回调通常使用JavaScript文档对象模型(DocumentObjectModel,DOM)来根据新数据操作页面元素。
That callback usually uses the JavaScript Document Object Model ( DOM ) to manipulate the elements of the page based on the new data .
-
当计时器过期时,将调用回调函数mytimercallback。
When the timer expires , the callback function ( my_timer_callback ) is invoked .
-
这个属性确保服务器已经完成了一个请求,通常会使用一个回调函数从服务器中读出数据来更新Web表单或页面的内容。
This property ensures that a server has completed a request and typically , a callback function uses the data from the server to update a Web form or page .
-
作为身份验证成功之后从OP“回调”的目标。
Acts as a " callback " from the OP following successful authentication .
-
CallbackURL:在此处输入您的应用程序的回调URL,localhost将不起作用
Callback URL : input your application 's callback URL here , localhost will not work