- 重点词汇
- 相关例句
对于每个远程服务,GWT在客户端需要两个接口:一个远程服务接口和一个远程服务异步接口。
互联网摘选
例如,show port async all char命令返回终端服务器上每个端口的详细信息。
互联网摘选
我们的异步HTTP客户端重用了异步HTTP引擎,这样就能以可伸缩的方式生成请求并处理响应了。
互联网摘选
The preferred interaction style for the process interface needs to be set to "Async".
流程接口的首选交互样式应该设置为Async。
互联网摘选
异步版本中的类名必须是初始接口的名称且末尾附加字符串Async。
互联网摘选
由于在这里async为false,gc()函数在返回控制前会一直等待响应。
互联网摘选
With. NET4.5 and the introduction of async, continuation style programming takes the forefront.
然而,有了.NET4.5和其中引入的异步机制,顺序样式的编程就取而代之,占据主导地位。
互联网摘选
Async Scripts – to enable asynchronous downloading of scripts without blocking the rest of the page
Async Scripts&可以异步下载脚本而不会阻塞页面的其他部分
互联网摘选
SyncFlag: The REST call should be sync or async ( true or false).
syncFlag:REST调用应该是同步或异步(true或false)。
互联网摘选
关于测试的值得注意的另一点是为什么通常还要编写异步测试。
互联网摘选
Here, each thread registers an async handler with Asynchronous handler thread.
每一个线程都有个注册时的异步句柄。
互联网摘选
Priority lets you tweak in which order async operation calls will be performed.
优先权,让你调整异步操作调用将被执行的顺序。
互联网摘选
通过创建简单的实用程序类很容易获得异步远程接口的实例(清单8中的第7-13行)。
互联网摘选
如上所述,所有异步调用都是使用async with callback调用样式进行的,而不使用异步延迟响应。
互联网摘选
我们为您展示了如何利用jQeury的本地JSONP支持,从称为JSONP服务的第三方服务收集JSON格式的内容。
互联网摘选
小部件的内容区由您的JavaScript代码填充,拉入JSONP数据并将其附加到小部件的内容部分。
互联网摘选
Another major drawback of JSONP is that it can be quite dangerous if used with untrusted services.
JSONP的另一个主要缺陷是被不信任的服务使用时会很危险。
互联网摘选