1. Requestcode : This code contains information about target computer, number of channels and type of product requested.
要求码:这码包含了目标电脑的软硬体资讯,以及需要安装多少产品的要求资讯。
来自互联网
2. An example would be if two users start test runs and also requestcode coverage data from the same assembly at the same time.
例如,有两个使用者启动测试回合,也在同一时间从同一个组件要求程序码涵盖范围资料。
来自互联网
3. First, we check the request ID code; if it does not match the request code we were given earlier, the event must be a response to another plug-in's request, and so we ignore it.
4. We will go through the code that runs with an initial request.
我们将分步说明与初始请求一起使用的代码。
来自互联网
5. Recall that during the flow creation, we added code to the request flow.
回忆一下在创建流的过程中,我们曾将代码添加到请求流。
来自互联网
6. Of course, we had to express this business request in appropriate data access code.
当然,我们必须以适当的数据访问代码来表达这种业务请求。
来自互联网
7. But in this simple example, you're always only passing in one ZIP code value per request.
但是,在这个简单的示例中,每个请求始终只能传入一个邮政区码值。
来自互联网
8. It is very RESTfully designed, so you can use any code that can request data from a URL.
它是基于REST风格设计的,所以您可以使用任何用来从URL请求数据的代码。
来自互联网
9. After successfully processing this request, the service returns a response with the status code 200.
成功处理这个请求之后,该服务返回一个包含状态码200的响应。
来自互联网
10. After successfully processing this request, the service returns a response with the status code 201.
成功处理这个请求之后,服务将返回一个包含状态码201的响应。
来自互联网
11. So after the first time you run this code, the bucket create request is ignored.
因此在第一次运行此代码后,桶的创建请求将被忽视。
来自互联网
12. In keeping with the prior examples, we will display the referrer and resource of a hit, but only when the request has a status code of 200 (and referrer is available).
13. You can use the output from this custom code module in the HTTP request that you use for the movie search.
你可以使用来自搜索电影的HTTP请求中的自定义代码模块中的输出结果。
来自互联网
14. Figure 5 shows how to use the weather request with a ZIP code.
图5展示了如何使用具有邮政编码的天气请求。
来自互联网
15. It also explains the difference between programming by contract and defensive programming with a clever situation where your customers request that the framework code do the checking.
该书还阐述了在客户请求框架代码进行检查的智能情况下,承包程序设计和防错性程序设计之间的差别。
来自互联网
16. While some browsers will call the function only when the request is complete, other browsers will call back continuously to tell the code that the request is still running.
17. After successfully processing this request, the service returns a response with a status code 201.
在成功地处理这个请求之后,服务在响应中返回状态码201。
来自互联网
18. From the widget's perspective, the code issues a request and expects the return format as JSON.
从小部件的角度看,代码发出一个请求并期待返回的格式是JSON。
来自互联网
19. There are likely to be categories of service that require the same types of request handling so ideally, you want to impose request handling based on policies rather than code it into each request.