asynchronously
美 [e'sɪŋkrənəslɪ]
英 [eɪˈsɪŋkrənəslɪ] 
英汉解释
例句
Placing a TQ operator directly above such a SHIP operator in a plan enables the SHIP to be processed asynchronously.
将一个TQ操作符直接放在计划中的一个SHIP操作符之上,可以使该SHIP操作符被异步地处理。
Often the user interface does not seem to support making calls asynchronously, since the UI is blocking on a call that may take a while.
通常用户接口不能支持异步调用,因为UI阻碍了调用,可能需等候一段时间。
Of course these tasks were always possible with HTML forms, but Ajax makes it easy to send data asynchronously in the background.
当然,这些任务总是能够通过HTML形式实现,但是Ajax能更加便捷地在后台异步发送数据。
Messages can be sent asynchronously and placed in a message queue or pile until you are ready to "process" them.
可将消息异步发送并放置在一个消息队列或堆上,直至您准备“处理”它们。
In Flex all calls to the server are performed asynchronously, so none of these channels affect the performance of the client.
在Flex中,所有对服务器的调用都是异步执行的,因此这些管道都不会对客户端性能造成任何影响。
The interaction we built in this example was "one-way, " meaning the request message was sent asynchronously without any response.
我们在此示例中构建的交互是“单向的”,即请求消息以异步方式发出,没有任何响应。
Because event notifications execute asynchronously, these actions do not consume any resources defined by the immediate transaction.
由于事件通知异步执行,因此这些操作不占用即时事务定义的任何资源。
The heart of a ESB is an enterprise messaging backbone that can asynchronously transport data as messages.
ESB的核心是企业消息传输主干,它能异步地将数据作为消息传送。
A secondary or subordinate system, usually capable of operating independently of, or asynchronously with, a controlling system.
一种辅助系统或从属系统,通常能够独立于控制系统而工作,或者能和控制系统一起进行异步操作。
That thread can be freed up to execute other code if the Web service method is implemented asynchronously.
如果异步实现Web服务方法,该线程即可被释放并转而执行其他代码。
An application should catch instances of this class only if it must clean up after being terminated asynchronously.
如果该类的实例在异步结束时必须被清除,应用程序应当捕获该类的实例。
Application messages are delivered asynchronously through a simple callback mechanism and are provided only in byte array payload format.
应用程序消息通过一个简单的回调机制异步传递,并且只以字节数组有效负载的格式提供。
This allows you to build up various parts of the XML document asynchronously and output them all at once.
这允许您异步构建XML文档的各个部分,并同时输出它们。
Only that part of a Web page that needs to be updated is altered, and the update is done locally, if possible, and asynchronously.
页面中只有需要更新的那部分才更改,如果可能的话,更新是本地完成的,并且是异步的。
Blocks will not be aborted asynchronously but immediately upon exit from one of these categories.
块发出的调用将不会异步中止,但会在从这些类别之一退出时立即终止。
In the absence of explicit coordination, threads execute simultaneously and asynchronously with respect to one another.
由于缺乏详尽的协作,线程与其他线程同步和异步地执行。
This code simulates a situation where the request is waiting for an event to arrive asynchronously from another part of the application.
这段代码模拟了请求等待来自应用程序不同部分的异步事件。
Usage Statistics - Anonymously tracks and asynchronously reports content usage to provide valuable metrics for your business.
匿名统计影片播放的报表(非同步),提供业务使用。
It even does all of this asynchronously: changes in the HTML form are bound to the XML model and sent to the server for synchronization.
而且是异步执行的:HTML表单中的变化绑定到XML模型,然后发送到服务器实现同步。
Regardless of whether a Web service method is implemented asynchronously, clients can communicate with it asynchronously.
不论Web服务方法是否以异步方式执行,客户端都能与它进行异步通信。
In the example, I wrapped my tweet search and printing actions into a closure, then invoked it asynchronously for each query.
在本例中,我包装了我的tweet搜索并将操作包装到一个闭包中,然后为每个查询异步调用它。
When the user first clicks over to the page the report won't be ready yet, of course, so I'll have to load it up asynchronously.
用户第一次单击该页面时,报告将尚未准备好,当然,我不得不异步将其加载。
At some point we may change the commands to asynchronously move the data which would not cause other jobs to wait for the move to complete.
在某个时候我们可以修改命令来异步地移动数据,这样就可以令其他任务不必等待数据移动操作的完成。
Such operations are invoked asynchronously and there is no guarantee about the sequence of these invocations.
此类操作采用异步方式调用,并不能保证这些调用的顺序。
The processing modules may send packets to one another via a common packet interface and may operate asynchronously.
处理模块可以通过公共分组接口向彼此发送分组,并且异步地进行操作。
Now the server can be contacted asynchronously, thus the entire page does not have to be re-requested.
现在,服务器可以异步通信,因此不必重新请求整个页面。
The delegate is called asynchronously, and this method returns immediately.
可异步调用委托并且此方法立即返回。
Custom events allow the event to call its event handlers asynchronously.
自定义事件允许事件异步调用它的事件处理程序。
Servlets are invoked asynchronously in relation to the main logical sequence of a web application.
Servlets被根据web应用程序的主逻辑顺序异步调用。
And can be used to create an emitter and all the appropriate resources required to send events asynchronously.
它可以用来创建发射器,以及异步发送事件时需要的所有适当的资源。
In the case of asynchronously executed requests, the execution model gets a little complex.
在异步执行的请求中,执行模型稍微复杂一点。
The JIT compilation of a Java method now occurs asynchronously on a dedicated thread separate from the calling thread.
Java方法的JIT编译现在在一个独立于进行调用的线程的专用线程上异步地执行。
This means the callback function itself can execute asynchronously with respect to its caller for such contexts.
这意味着对于这样的上下文,回调函数本身可以相对于其调用方异步执行。
Xajax is used to communicate asynchronously between a client application and a server side application composed of PHP scripts.
Xajax用于以PHP脚本编写的客户机应用程序和服务器端应用程序之间进行异步的通信。
Observer was then applied to support notification of events asynchronously to multiple subscribers using well-defined interfaces.
观察器此后将得到应用,它使用经过良好定义的接口,支持向多个订阅者异步发出事件通知。
Method asynchronously queries a DNS server for the IP addresses that are associated with a host name.
方法在DNS服务器中查询与某个主机名关联的IP地址。
Using Ajax, you can load the results for the next page asynchronously, and update the page accordingly.
使用Ajax,您可以异步加载下一页的结果,并相应地更新页面。
You also tell the open method that you want to perform the operation asynchronously, as shown in Listing 4.
还告诉open方法我们希望异步地执行操作,见清单4。
Google App Engine provides a queuing mechanism that allows tasks to be processed asynchronously in the background.
Google应用程序引擎提供可以在后台将任务异步处理的排队机制。
You can configure DWR to call the server synchronously or asynchronously in the background.
您可以配置DWR在后台以同步或异步方式呼叫服务器。