async
英音[ əˈsɪŋk ] 美音[ əˈsɪŋk ]

异步

常用释义

词性释义

abbr. 异步,非同步(asynchronous)
例句
  • 全部
  • 异步
异步版本中的类名必须是初始接口的名称且末尾附加字符串Async。
对于每个远程服务,GWT在客户端需要两个接口:一个远程服务接口和一个远程服务异步接口。
We hope to keep going on these lines and get out other proposed features like Singletons and Async beans long before the spec goes final.
我们希望能再接再厉并在最终规范发布前提出其他建议如单例及异步beans。
The other point of interest to note with the tests is how the async tests usually need to be written.
关于测试的值得注意的另一点是为什么通常还要编写异步测试。
As a work-around the Rx libraries were instead built on top of . NET's original async pattern.
作为替代方案,Rx库是在.NET原来的异步模式上构建的。
"Async" indicates that the inbound service cannot wait for a response from the target component and keeps moving ahead.
“Async”表示入站服务会继续执行,而不等待目标组件的应答。
In other words, the only way the DOH knows an async test passed or failed is if an operation is invoked on the Deferred.
换句话说,DOH得知异步测试是通过还是失败的惟一途径就是:操作是否在延迟操作上被调用了。
Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.
输入异步溢出的数字。主机上的缓冲器空间不足会引起这些错误。
Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.
异步溢出的总数。主机上的缓冲区空间不足会引起这些错误。
异步订单处理:异步订单交易处理将由一个JMS队列和一个MDB来处理。
服务的异步接口必须在相同的包中,名称相同,但是带“Async”后缀。
输入异步帧错误数目。传输线路杂音可以造成这些错误。在某些情况下使用规格小一点的数据包会好些。
The preferred interaction style for the process interface needs to be set to "Async" .
流程接口的首选交互样式应该设置为Async。
Number of output async parity errors . These can be caused by a hardware or line problem.
输入异步效验错误数目。有杂音的传输线路会造成这些错误。
发生事件时(轮询或者异步)确定情况是否满足标准,并向目标发送通知。
If omitted, the bind and the prep options inherit their default value from the FEDERATED_ASYNC database manager configuration parameter.
缺省情况下,绑定和准备选项从FEDERATED_ASYNC数据库管理器配置参数继承它们的缺省值。
When enabled, a special FTP command known as "async ABOR" will be enabled.
当设置为允许时,一个特别的FTP命令“异步退出”将生效。
此参数应当始终是方法名称Async方法的签名中的最后一个参数。
将数据库管理器配置参数FEDERATED_ASYNC设置为大于0的一个值,或者设置为ANY。
如上所述,所有异步调用都是使用asyncwithcallback调用样式进行的,而不使用异步延迟响应。
If you do not demand a sync invocation, you can have high performance after the "async" method is used.
如果不要求使用同步调用,那么在使用“async”方法后将获得更高的性能。
像FlexUnit这样的测试运行框架也需要针对异步操作进行特殊的处理。
将会话信息传递到异步回调处理程序。
输出异步溢出错误数目。
Then we use "Async. Run" to run the tasks in parallel.
接着,我们使用“Async.Run”来并行运行这些任务。
To execute this action we need to use the "Async. Run" function, this executes a single workflow and waits for its result.
为了执行这个动作,我们需要使用“Async.Run”函数,它会执行一个单独的工作流并等待其完成后获得执行结果。
输出异步超限错误数目。
Total number of async parity errors.
输入异步效验错误数目。
异步处理仍不理想。
In addition to the normal OSPF configuration commands, you should use the async default routing command on the asynchronous interface.
在除了正常的OSPF配置命令,你应该使用异步默认路由命令,异步接口。
1·For each remote service, GWT requires two interfaces on the client side: a remote service interface and a remote service async interface.
对于每个远程服务,GWT在客户端需要两个接口:一个远程服务接口和一个远程服务异步接口。
2·Pass session information to the async callback handler.
将会话信息传递到异步回调处理程序。
3·A simple utility class is created to easily get the instance of the async remote interface (lines 7-13 in Listing 8).
通过创建简单的实用程序类很容易获得异步远程接口的实例(清单8中的第7 - 13行)。
4·With.net 4.5 and the introduction of async, continuation style programming takes the forefront.
然而,有了。NET 4.5和其中引入的异步机制,顺序样式的编程就取而代之,占据主导地位。
5·As a consequence, Close takes a Timeout and has an async version (since it can block), and also Close can throw Exceptions.
因此,Close方法会接收一个Timeout参数,并包括一个异步版本(因为它可能阻塞线程),而且Close还会抛出异常。