This file maps URLs to callback functions.
这个文件将URL映射到回调函数。
Set up a method to callback for the browser when it gets a response from the server.
设置一个方法,当从服务器收到响应时,用此方法为浏览器进行回调。
To this end, you need to describe the specification to be implemented by a client for the service to callback to.
要达到这个目的,您需要描述客户所实现的用于回调服务的规范。
If a path is registered, it USES the defined function as a callback to produce the content presented.
如果注册了一个路径,它就使用定义的回调函数来生成要显示的内容。
This code also demonstrates one way to specify arguments to a callback: as an anonymous list, with a reference to the callback invoked as the first element, followed by the required parameters.
此代码还举例说明了指定回调的参数的一种方法:作为一个匿名列表,具有到作为第一个参数的回调的引用,随后是所需的参数。
The toolkit's "intelligent copy" methods offer a callback mechanism to help resolve names.
工具包的“智能复制”方法提供了帮助解析名称的回调机制。
But if you don't write code to do something in that callback, nothing will get reported to your code or to the application client.
但是,如果不在该回调中编写要做某事的代码,则代码或应用程序客户机将得不到任何报告。
The file server process sends the file to the client cache with a callback attached to it so that the system can deal with any changes happening somewhere else.
文件服务器进程把文件发送到客户机缓存内并随其附带一个回调,以便系统可以处理发生在其他地方的任何更改。
As events occur, the publisher sends them to subscribers via a callback procedure.
随着事件的发生,发布者通过回调过程将通知发送给订阅者。
Listing 10 provides a simple callback function to output all the response headers from a head request.
清单10提供了一个简单的回调函数,用来输出从HEAD请求中获得的响应头的内容。
Callback chains can also be added to the runtime wires to provide a reverse callback to a component.
回调链也被添加到运行时连接中以提供对组件的反向回调。
Refer to Configuring the custom JAAS callback handler for further details.
参阅配置自定义JAAS回调处理器了解更多细节。
If everything goes well, Twitter should redirect the user to the callback URL which is set in web.xml.
如果一切都进行得很顺利,Twitter应将用户重定向到在web . xml中设置的回调url。
So, let's create a trait that implements this pattern, then use it to handle callback behavior.
所以,让我们创建一个trait来实现这个模式,然后用它来处理回调行为。
The lazy way would be to try the callback to observer.update ; if the call fails, this suggests that the method does not exist.
可以使用一种偷懒的方法来尝试对observer . update方法的回调;如果调用失败,这说明该方法不存在。
The DataBlade API provides ways to register callback functions that wait for specific events.
DataBladeAPI提供了一些方法来注册等待特定事件的回调函数。
The BPEL process will immediately take the response and forward it to the callback operation approvalResponse on the business state machine.
BPEL过程将立即接受该响应,并将其转发到业务状态机上的回调操作approvalResponse。
Upon the arrival of the response message, the Axis2 engine hands over this response message to the callback object.
在响应消息到达时,Axis2引擎将此响应消息移交给该回调对象。
If a callback function is provided, this function sets the onreadystatechange property of the XHR object to that callback function.
如果提供了回调,那么这个函数将XHR对象的onreadystatechange属性设置为这个回调函数。
This state object is passed to your timer callback function during each timer event invocation.
在每一个定时器事件被调用时该state对象作为一个参数传递给你的定时回调函数。
You could use a typedef to define a callback and make clients supply it, something similar to qsort-but that's so old-hat.
你可以用typedef来定义一个回调并让客户机来提供这个回调,这种做法有些类似qsort——但那样太老土了。
The first argument to a callback assigned using bind is always a reference to the widget that generated the event.
使用bind指派的回调的第一个变量总是一个对产生事件的部件的引用。
Pointer to the callback function to be invoked (for one or more event Types) — for each specific event, register a callback function, and then these functions are called when the event occurs.
指向要调用的回调函数的指针(对于一种或多种事件类型)——为每种特定的事件注册一个回调函数,然后将在事件发生时调用这些函数。
We will encounter a different method for sending parameters to a callback below; check the Sidebar for a discussion of the differences between the two methods.
下面我们将用到向回调发送参数的一种不同的方法;查看侧栏中关于两种方法之间区别的讨论。
If the tokens do not match V8 performs a callback to check if access should be allowed.
如果令牌不匹配的话,v8会调用回调函数来判断这个访问是否应该被允许。
The orderer must then be prepared to respond to a request (callback, in this case) to process the final invoice.
订货方然后必须响应一个请求(在本例中是回叫)来处理最终的货物。
Responses with callback to JMS clients are sent to this queue.
将带回调的JMS客户端响应发送到此队列。
In this case, both the username and password are supplied to the callback, and all the callback needs to do is verify the combination.
在本例中,用户名和密码都被提供给回调,并且所有回调只需要检验用户名和密码组合。
Refer back to Listing 4 now and note that to make an asynchronous callback to the server, you have to know the URL to request.
现在,再回到清单4,注意到为了向服务器进行异步回调,您必须要知道这个请求的URL。
Refer back to Listing 4 now and note that to make an asynchronous callback to the server, you have to know the URL to request.
现在,再回到清单4,注意到为了向服务器进行异步回调,您必须要知道这个请求的URL。
应用推荐