首页 / 词典 / good

async

  • 网络异步;非同步
asyncasync
  1. Application of async private line network to railway ticket agency

    异步专线网络在铁路客票代售点中的应用

  2. Warning : The connection sync / async mode cannot be set .

    警告:不能设置连接的同步/异步方式。

  3. The async result object is null or of an unexpected type .

    异步结果对象为空或属于意外类型。

  4. Then we use " Async . Run " to run the tasks in parallel .

    接着,我们使用“Async.Run”来并行运行这些任务。

  5. The preferred interaction style for the process interface needs to be set to " Async " .

    流程接口的首选交互样式应该设置为Async。

  6. Cannot block a call on this socket , while an earlier async one is in progress .

    当有一个更早的异步调用正在进行时,不能阻止此套接字上的调用。

  7. Priority lets you tweak in which order async operation calls will be performed .

    优先权,让你调整异步操作调用将被执行的顺序。

  8. Total number of async parity errors . These can be caused by a noisy transmission line .

    异步效验错误总数。有杂音的传输线路会造成这些错误。

  9. Pass session information to the async callback handler .

    将会话信息传递到异步回调处理程序。

  10. The other point of interest to note with the tests is how the async tests usually need to be written .

    关于测试的值得注意的另一点是为什么通常还要编写异步测试。

  11. Async Scripts – to enable asynchronous downloading of scripts without blocking the rest of the page

    AsyncScripts&可以异步下载脚本而不会阻塞页面的其他部分

  12. The gc () function will wait for the response before returning the control because async is false in its case .

    由于在这里async为false,gc()函数在返回控制前会一直等待响应。

  13. For example , the command show port async all char returns detailed information about each port on the terminal server .

    例如,showportasyncallchar命令返回终端服务器上每个端口的详细信息。

  14. Here , each thread registers an async handler with Asynchronous handler thread .

    每一个线程都有个注册时的异步句柄。

  15. If you do not demand a sync invocation , you can have high performance after the " async " method is used .

    如果不要求使用同步调用,那么在使用“async”方法后将获得更高的性能。

  16. Total number of async overflow errors . These can be caused by a lack of buffer space available on the host .

    异步溢出的总数。主机上的缓冲区空间不足会引起这些错误。

  17. " Async " indicates that the inbound service cannot wait for a response from the target component and keeps moving ahead .

    “Async”表示入站服务会继续执行,而不等待目标组件的应答。

  18. The class name in the asynchronous version must be the name of your original interface with the string Async added to the end .

    异步版本中的类名必须是初始接口的名称且末尾附加字符串Async。

  19. 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行)。

  20. For each remote service , GWT requires two interfaces on the client side : a remote service interface and a remote service async interface .

    对于每个远程服务,GWT在客户端需要两个接口:一个远程服务接口和一个远程服务异步接口。

  21. With . NET4.5 and the introduction of async , continuation style programming takes the forefront .

    然而,有了.NET4.5和其中引入的异步机制,顺序样式的编程就取而代之,占据主导地位。

  22. Be sure to check and start-up any async I / O once you are logged in .

    在登录之后,务必检查并启动任何异步I/O。

  23. As above , all asynchronous invocations are made using the async with callback invocation style , never asynchronous deferred response .

    如上所述,所有异步调用都是使用asyncwithcallback调用样式进行的,而不使用异步延迟响应。

  24. SyncFlag : The REST call should be sync or async ( true or false ) .

    syncFlag:REST调用应该是同步或异步(true或false)。

  25. 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。

  26. The async and callAsync methods do not block and immediately return a Future object , which represents the future result of an asynchronous computation .

    async和callAsync方法不阻止线程并立即返回一个Future对象来表示异步计算的未来结果。

  27. To execute this action we need to use the " Async . Run " function , this executes a single workflow and waits for its result .

    为了执行这个动作,我们需要使用“Async.Run”函数,它会执行一个单独的工作流并等待其完成后获得执行结果。

  28. 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得知异步测试是通过还是失败的惟一途径就是:操作是否在延迟操作上被调用了。

  29. Our async HTTP engine has also be reused in our async HTTP client , so we can now scalable produce request and consume responses .

    我们的异步HTTP客户端重用了异步HTTP引擎,这样就能以可伸缩的方式生成请求并处理响应了。

  30. 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()还会抛出异常。