- 1. In those cases, you won't get a status code at all.
- 在这些情况中,您根本就不会得到状态代码。
来自互联网
- 2. Ensure your applications return the proper status code.
- 确保应用程序返回正确的状态码。
来自互联网
- 3. Otherwise, you will get a status code 401 for your reply.
- 否则,就会获得状态码401的回复。
来自互联网
- 4. If it is true, only the status code and the headers are returned.
- 为真的话,只返回状态代码和头部。
来自互联网
- 5. The handler supplies a valid file status code if an exception occurs.
- Handlder 程序在异常发生时提供一个有效的文件状态码。
来自互联网
- 6. What we may - and should - do is simply return an HTTP 304 status code.
- 我们可能而且应该做的仅仅是返回一个HTTP 304状态码。
来自互联网
- 7. The second test would supply a status code indicating a failed retrieval.
- 第二次测试将提供指示失败检索的状态代码。
来自互联网
- 8. In this case, a successful retrieval is indicated by a status code of "7".
- 在本例中,状态代码“7”指示成功的检索。
来自互联网
- 9. If status code returned is' 2 ', no new messages, so end the function call.
- 如果状态是'2 ',则表示没有新消息,终止函数调用。
来自互联网
- 10. Indicate that the page no longer exists by returning a 404 or 410 status code.
- 通过404或410状态代码表明该页不再存在。
来自互联网
- 11. A 201 status code (CREATED) is a perfect response to a successful POST request.
- 状态码201 (CREATED)是一个成功POST请求的完美响应。
来自互联网
- 12. The instance contains the status code, and may also contain headers and a body.
- 该实例包含状态代码,而且也可能包含Header和正文。
来自互联网
- 13. When this URL is invoked, it implicitly returns a 200 status code when it succeeds.
- 在调用这个URL时,如果成功,就会隐式地返回状态码200。
来自互联网
- 14. Or maybe it should be a status code only, and use the deleted date as the done date.
- 或者只使用状态码,并使用删除日期作为完成日期。
来自互联网
- 15. As you can see, del.icio.us was returning an HTTP 503 (Service Unavailable status code).
- 正如您所见,del . icio . us返回了HTTP 503(服务不可用状态代码)。
来自互联网
- 16. To simplify the code, assign the ICONS the same status code retrieved by the REST syndication.
- 要简化代码,请分配通过REST联合检索的相同状态代码的图标。
来自互联网
- 17. After successfully processing this request, the service returns a response with a status code 201.
- 在成功地处理这个请求之后,服务在响应中返回状态码201。
来自互联网
- 18. After successfully processing this request, the service returns a response with the status code 201.
- 成功处理这个请求之后,服务将返回一个包含状态码201的响应。
来自互联网
- 19. After successfully processing this request, the service returns a response with the status code 200.
- 成功处理这个请求之后,该服务返回一个包含状态码200的响应。
来自互联网
- 20. Whatever choices you make, though, it begins with handling the status code returned from the server.
- 然而不管采用哪种选择,都需要从对服务器上返回的状态代码开始入手进行处理。
来自互联网
- 21. In case the specified resource is not available, it's a good idea to return a 404 (not Found) status code.
- 万一指定的资源不可用,返回404 (NotFound)状态码是一个不错的主意。
来自互联网
- 22. Every request to a server is recorded and assigned a status code, which describes how the server responded.
- 每个发送给服务器的请求都记录下来,并且指定了一处状态码,这个码告诉服务器如何响应请求。
来自互联网
- 23. Status code the server returns to the browser to indicate its success or failure in generating the request.
- 服务器向浏览器返回的表明请求成功还是失败的状态码。
来自互联网
- 24. If the user submits an IATA code that cannot be found, I'll return the ever-popular 404 status code not found.
- 如果用户提交了一个无法找到的IATA代码的话,我将返回一个常见的404状态码NotFound。
来自互联网
- 25. The status attribute indicates the HTTP RESPONSE STATUS code (for example, 200) sent back from the server.
- status属性指出从服务器返回的HTTPRESPONSE STATUS码(例如,200)。
来自互联网
- 26. Status code 301 indicates that the requested page is permanently under a different URL (see 10 Status code Definitions).
- 状态码301是指请求的页面永久地使用了不同的URL(请参阅10Status Code Definitions)。
来自互联网
- 27. If successful, the server will respond with a 201 (OK) status code and the revised. Figure 4 illustrates the likely output.
- 如果成功,服务器将用一个201 (OK)状态码和修订后的进行响应。
来自互联网
- 28. A RESTful service typically provides two meaningful components in its responses: the response body itself and a status code.
- RESTful服务通常在它的响应中提供两个有意义的组件:响应主体本身和一个状态码。
来自互联网
- 29. If the variable is set, set — query returns a status code of 0, indicating that no error occurred; otherwise, it returns a 1.
- 如果已经设置了此变量,set——query返回状态码0,这表示没有出现错误;否则,返回1。
来自互联网
- 30. You should see a status code of 404, which confirms that the server has stopped and its artifacts (PID file) have been deleted.
- 应该会看到404代码状态,此代码确认服务器已停止且其工件(PID文件)已删除。
来自互联网