设置一个方法,当从服务器收到响应时,用此方法为浏览器进行回调。
Set up a method to callback for the browser when it gets a response from the server.
构造一个回调,此回调可以运行和执行程序想要对服务器数据进行的任何操作。
Construct a callback that runs and does whatever your program needs to do with the server data.
现在回显服务器启动并运行了。
此时,客户机需要解析并修改文件,然后传输回服务器,这种模式的工作原理是什么?
At this point, the client has to parse and modify the file for transmission back to the server. How might this type of scheme work?
同样,清单2密码回调类的服务器版本只在标识符值和返回的密码方面有所差异。
Likewise, the server version of the Listing 2 password-callback class differs only in the identifier value and password returned.
将新的EAR文件复制回服务器进行部署。
数据库在回滚事务时,可能会从服务器2剥夺共享资源,而后者与故障没有任何关系。
So as the database is rolling back the transactions, Shared resources could be shifted away from server 2, which had nothing to do with the failure.
然后将其传输回服务器进行处理。
You can then transfer the latter back to the server for processing.
还可以尝试下列命令来停止、启动和取消部署回显服务器
You can also try the following commands to stop, start, and undeploy the echo server
服务器采用 LayoutRecall从客户端回调布局。
The server recalls the layout from a client using LayoutRecall.
对服务器的回调包含一个参数:position。
The call back to the server contains one parameter: position.
发送服务器的系统登录模块和实用工具类(例如,回调处理程序和回调)。
System login modules and utility classes (for example, callback handlers and callbacks) for the sending server.
请注意displayCart()是一个回调函数,由服务器返回的Cart响应数据调用。
Note that displayCart() is a callback function invoked with the Cart response data from the server.
该文件提供在远程接口中定义的所有方法以及应用服务器所需的方法(例如回调方法)的实现。
This file provides an implementation of all the methods defined in the remote interface, in addition to methods required by the application server (for example, callback methods).
而对于用户和服务器进程,PMON将释放用户持有的锁,回滚每个未提交事件,并释放该进程正在使用的所有资源。
For user and server processes, PMON will release the locks held by users, roll back every uncommitted transaction, and release any resources this process is using.
它继续执行,直到从远程服务器收到异步回调。
It continues executing until it receives an asynchronous callback from the remote server.
我们关心服务器资源名称是正确的,并且第二个参数是一个回调函数。
We care that the server resource name is correct and that the second argument is a callback function.
如果有的话,就从服务器将它们返回(或者说“拉”回)并传递给侦听器。
If there are any, they are returned from (or "pulled" from) the server and then handed to the listeners.
CICS资源适配器支持本地事务,这就意味着CICS服务器通过一阶段提交或回滚管理事务。
The CICS resource adapter supports local transactions, which means that the CICS server manages the transactions with one-phase commit or rollback.
该服务回显客户端的输入和应用程序服务器的IP地址,以标识哪一个服务器处理该请求。
The service echoes the client's input and the IP address of the application server to identify which server handles the request.
在这种情况下,服务器会通过客户机与服务器之间的一个回调路径通知授权的用户,并收回授权。
In this case, the server notifies the delegated client using a callback path existing between client and server, and recalls the delegation.
而客户端事件则是一个当服务器向客户端发送数据时调用的回调函数。
The client event is a callback method that is invoked when the server has sent bytes to the client.
这个回调函数接收来自服务器的询问,将它们发送给用户,取回对这些询问的响应,将响应发送给服务器。
The callback function accepts the challenges from the server, sends them to the user, brings back the responses to those challenges, and passes the responses to the server.
例如,服务器事件是一个回调函数,它是在新的客户端连接服务器时调用的。
For example, the server event is a callback method that is invoked when a new client connects to the server.
在这种情况下,当服务器响应到达浏览器时,回调函数会处理服务器响应。
In that case, the server response is handled by the callback function when the server response arrives at the browser.
因此,服务器上的每次缓存缺页都会触发一个RPC回调,它会获取整个完整的用户证书(STKT +PAC)。
Thus, every cache miss on the server triggered a callback RPC that had to fetch the user's credential (STKT + PAC) in its entirety.
这让您无需等待可能缓慢的服务器回调,并且最小化了对服务器上数据的需求量。
This allows you to avoid waiting for potentially slow calls back to your servers and minimizes the amount of data needed from your servers.
在回调函数中处理服务器的响应。
现在,再回到清单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。
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.
应用推荐