Your code is performing asynchronous calls.
您的代码正在执行异步调用。
Mechanism to provide responses to asynchronous calls.
为异步调用提供响应的机制。
For asynchronous calls, this parameter is undefined.
异步调用,这个参数是未定义的。
Axis2 also supports asynchronous calls, using a callback interface.
Axis2还支持使用回调接口进行异步调用。
Develop a Servlet to expose the data provider for asynchronous calls.
开发一个Servlet来为异步调用公开此数据提供程序。
You use JSON to minimize data exchange when making asynchronous calls.
文中使用了JSON,以便在进行异步调用时最小化数据交换。
Develop a Servlet to expose the form data provider for asynchronous calls.
开发一个Servlet来为异步调用公开此数据提供程序。
NET technology and asynchronous calls and pages without refresh show.
NET技术实现了异步调用和页面无刷新显示。
Create a Servlet interface to expose the value provider for asynchronous calls.
创建一个Servlet接口,为异步调用公开值提供者。
In the Futures model, exceptions thrown by asynchronous calls aren't thrown directly.
在Futures模型中,异步调用引发的异常并不会直接引发。
You've now had a good overview of how to make asynchronous calls and handle responses.
现在,您对进行异步调用和处理响应已经有了基本的认识。
In addition, JSON is used to minimize data exchange when making the asynchronous calls.
此外,还使用了JSON来最小化进行异步调用时的数据交换。
For asynchronous calls, this indicates that the operation was successfully queued.
异步调用,这表明操作成功排队。
A framework for managing the asynchronous calls between your Web application and the server.
一个管理Web应用程序与服务器间的异步调用的框架。
These runtime errors result in failed events being generated in the case of asynchronous calls.
这些运行时错误只是对异步调用生成失败事件,而对于后续的服务调用不会生成失败事件。
It also helps reduce complexity as the remote, asynchronous calls can be limited to key parts of an application.
它还有助于减少复杂性,因为远程、异步调用可以被限制在应用的关键部分。
Demonstrates the use of delegates to make asynchronous calls, in a more complex code sample which factorizes Numbers.
通过一个更加复杂的代码示例(求解数字的因数)演示如何使用委托进行异步调用。
For example, you can make the call asynchronous, you can change the transaction context, or make asynchronous calls more reliable.
例如,您可以使调用异步化、可以更改事务上下文,或者使异步调用更加可靠。
However, older browsers such as Internet Explorer 6 require that you create an ActiveX object to perform asynchronous calls to the server.
但是,InternetExplorer6等比较陈旧的浏览器要求创建一个ActiveX对象来执行异步的服务器调用。
In the example below you can see how two asynchronous calls (presumably to a database) are in-lined with the constructor of the view-model.
在下面的例子中,你可以看到两个异步调用(可能是到一个数据库的调用)是如何嵌入视图模型的构造函数里的。
When using Ajax on the client, it is best if you don't block the client, and thus the asynchronous calls. Blocking would defeat the purpose of using Ajax.
在客户机上使用Ajax时,最好不要阻塞客户机,这样就不会阻塞异步调用。
With Ajax, the server-side validation can be done through asynchronous calls and the user notified near real time (upon receiving an asynchronous response).
有了Ajax,服务器端验证可以通过异步调用实现,用户也可以得到近乎实时的通知(在收到异步响应之后)。
As with typical Ajax, Flash makes asynchronous calls to remote servers so that the main UI thread is not frozen while awaiting a response from the remote server.
和典型的Ajax一样,Flash对远程服务器进行异步调用,主u i线程在等待远程服务器响应时不会停止。
See the previous article ( Technical Considerations—Mechanism to provide responses to asynchronous calls) for more information regarding the rationale and other options.
参见早期文章(技术考虑 —为异步调用提供响应的机制)获得有关基本原理及其他选择的更多信息。
So, now we're aligning our efforts with Google on things like the synchronous and asynchronous calls that must be made to the SQLite database in order to enable the offline capability.
因此,现在我们正与Google共同努力解决一些问题,例如为了具备离线能力,必须对SQLite数据库进行同步和异步调用。
Discusses the use of delegates to make asynchronous calls to ordinary methods, and provides simple code examples that show the four ways to wait for an asynchronous call to return.
讨论如何使用委派以非同步方式呼叫一般方法,并提供简单的程序码范例,示范四种等待非同步呼叫传回的方式。
You've seen various ways to access services from both SCA and non-SCA Java components -- and the various error handling mechanismsm asynchronous programming model and various asynchronous calls.
您了解了从SCA和非SCA组件访问服务的各种方式,还了解了各种错误处理机制、异步编程模型和各种异步调用。
Verify that synchronous and asynchronous service calls are logging invocation confirmation messages to console output, as shown in Figure 19.
验证同步和异步服务调用正在将调用确认消息记录到控制台输出,如图19所示。
It's highly recommended that the data provider cache the results in memory for optimal performance, particularly because the data is consumed through asynchronous server calls.
强烈建议数据提供者将结果缓存在内存中,以便优化性能,特别是通过异步服务器调用使用数据时。
Synchronous calls are much more fragile, so to make a remote call more robust, make it asynchronous.
同步调用极易受破坏,所以为了使远程调用更稳固,要进行异步调用。
应用推荐