responseCode 状态吗查询


表示三位字数的 HTTP 状态码 (Status-Code) 的 int

  • 1xx:Informational
  • 2xx:Success
  • 3xx:Redirection
  • 4xx:Client Error
  • 5xx:Server Error
 
HTTP status codes returned by servers on the Internet.
从Internet返回的HTTP status代码(HTTP 状态字)
HTTP_STATUS_CONTINUE (100)
The request can be continued.
请求不能被继续
HTTP_STATUS_SWITCH_PROTOCOLS (101)
The server has switched protocols in an upgrade header.
通过新的header服务器的协议被转换了
HTTP_STATUS_OK (200)
The request completed successfully.
请求成功的完成
HTTP_STATUS_CREATED (201)
The request has been fulfilled and resulted in the creation of a new resource.
通过新的资源请求已经被完成
HTTP_STATUS_ACCEPTED (202)
The request has been accepted for processing, but the processing has not been completed.
请求已经被接受处理,但是处理还没有完成
HTTP_STATUS_PARTIAL (203)
The returned meta information in the entity-header is not the definitive set available from the origin server.
从服务器返回的在entity-header中的meta信息是无效的
HTTP_STATUS_NO_CONTENT (204)
The server has fulfilled the request, but there is no new information to send back.
服务器实现了请求,但是没有返回信息
HTTP_STATUS_RESET_CONTENT (205)
The request has been completed, and the client program should reset the document view that caused the request to be sent to allow the user to easily initiate another input action.
请求已经被完成,并且web程序(客户端程序浏览器程序)已经重置了文档视图目录(content),这个目录很容易允许使用者用另一个动作发送请求
HTTP_STATUS_PARTIAL_CONTENT (206)
The server has fulfilled the partial GET request for the resource.
服务器已经为资源完成了部分GET请求
HTTP_STATUS_AMBIGUOUS (300)
The server couldn‘t decide what to return.
服务器不能判定返回什么
HTTP_STATUS_MOVED (301)
The requested resource has been assigned to a new permanent URI (Uniform Resource Identifier), and any future references to this resource should be done using one of the returned URIs.
被请求的资源已经被分配给新的URI,并且以后引用时都使用这个URIs资源。
HTTP_STATUS_REDIRECT (302)
The requested resource resides temporarily under a different URI (Uniform Resource Identifier).
请求的资源临时在不同的uri下
HTTP_STATUS_REDIRECT_METHOD (303)
The response to the request can be found under a different URI (Uniform Resource Identifier) and should be retrieved using a GET HTTP verb on that resource.
请求的资源不能在不同的uri下找到,并且从新使用GET HTTP在服务器上从新检索
HTTP_STATUS_NOT_MODIFIED (304)
The requested resource has not been modified.
请求的资源没有被改变
HTTP_STATUS_USE_PROXY (305)
The requested resource must be accessed through the proxy given by the location field.
请求的资源必须通过特定的代理获得
HTTP_STATUS_REDIRECT_KEEP_VERB (307)
The redirected request keeps the same HTTP verb. HTTP/1.1 behavior.
从定位请求,
400 Invalid syntax. 语法问题
401 Access denied. 访问拒绝
402 Payment required. 必须完整
403 Request forbidden. 请求被禁止
404 Object not found. 对象没有找到
405 Method is not allowed. 方法不允许
406 No response acceptable to client found. 客户端没有响应
407 Proxy authentication required. 代理需要验证
408 Server timed out waiting for request. 等等请求时服务器断开连接
409 User should resubmit with more info. 有冲突用户应该进行检查
410 Resource is no longer available. 资源不可用
411 Server refused to accept request without a length. 服务器拒绝接受没有长度的请求
412 Precondition given in request failed. 放弃请求失败的条件
413 Request entity was too large. 请求太大
414 Request Uniform Resource Identifier (URI) too long. 请求的URI 太长
415 Unsupported media type. 不支持MEDIA类型
449 Retry after doing the appropriate action. 在作了适当动作后重试
500 Internal server error. 服务器内部错误
501 Server does not support the functionality required to fulfill the request. 服务器不支持请求的功能
502 Error response received from gateway. 从网关收到错误应答
503 Temporarily overloaded. 过载
504 Timed out waiting for gateway. 等待网关时请求断开
505 HTTP version not supported. 不支持HTTP的版本
时间: 2024-12-21 19:48:01

responseCode 状态吗查询的相关文章

HTTP状态码查询

页面Http状态查询工具说明 建议直接Ctrl+F来查找状态码 如果向您的服务器发出了某项请求要求显示您网站上的某个网页,那么,您的服务器会返回 HTTP 状态代码以响应该请求.如果向您的服务器发出了某项请求要求显示您网站上的某个网页(例如,当用户通过浏览器访问您的网页或在 Googlebot 抓取该网页时),那么,您的服务器会返回 HTTP 状态代码以响应该请求. 此状态代码提供了有关请求状态的信息,且为 Googlebot 提供了有关您网站和请求的网页的信息. 一些常见的状态代码为:200

Windows系统CPU和内存状态实时查询(Java)

一.背景 需要查询Windows服务器的CPU和内存状态. Linux系统查询CPU和内存状态很简单,一个top命令搞定,Windows就稍微麻烦一些了. 经过资料查找,发现jdk目前不能直接查询系统的CPU和内存状态. 进一步查找,发现可以使用第三方库sigar. 二.sigar库下载 1. github上开放源码库(但是没有编译后的dll文件,需要自己通过VS编译) 2. 直接下载编译后的dll文件,推荐一个好用的地址: http://api.256file.com/   //一个纯净的下载

bash的工作特性及命令状态返回查询

bash的基础特性:命令的执行状态结果 命令执行的状态结果: bash通过状态返回值来输出此结果: 成功:0 失败:1-255 命令执行完成之后,其状态返回值保存于bash的特殊变量$?中: 命令正常执行时,有的还回有命令返回值: 根据命令及其功能不同,结果各不相同: eg:ifconfig为显示网卡配置信息,是正确的命令,因此返回值:0:当输入为无效命令时,返回值则为:1-255之间 原文地址:http://blog.51cto.com/13745888/2118553

aspx页面状态管理(查询字符串Request与Application)

1,Request:可以方便的将信息从一个页面传递到另一个页面,通过url传递,不安全,数据量小,只能通过http-get提交的才可以 2,Application对象:()本质上是Hash表)所有访问此应用程序的客户都能看到Application对象的值,主要用于储存所有用户公共的信息,如果木有使用程序强制释放,则Application对象会存在于整个应用程序的生命周期哦 asp.net的应用程序池中保存数个(Application)应用程序实例,每一次请求都会从池中取出一个实例来处理请求,在请

openlayers实现wfs属性查询和空间查询

概述: 一直在寻求openlayers中wfs加载和属性查询的相关操作,功夫不负有心人,蓦然回首,那人却在灯火阑珊处,找到了这篇博文:http://blog.csdn.net/longshengguoji/article/details/39377931,试了下,在IE8中正常运行,但是在chrom中涉及到跨域的问题,待后期接解决吧.本文讲解如何通过wfs实现属性的查询与展示. 效果: 初始化状态 属性查询结果 空间查询结果 数据表: 关键代码: 添加wfs图层 wfs = new OpenLa

mysql:general_log 日志、数据库线程查询、数据库慢查询

开启general log会将所有到达MySQL Server的SQL语句记录下来.一般不会开启开功能,因为log的量会非常庞大.但个别情况下可能会临时的开一会儿general log以供排障使用. 相关参数一共有3:general_log.log_output.general_log_file show variables like 'general_log';  -- 查看日志是否开启show variables like 'log_output';  -- 看看日志输出类型  table或

hibernate学习(5)——对象状态与一级缓存

1.对象状态 1.1   状态介绍 hibernate 规定三种状态:瞬时态.持久态.脱管态 瞬时态:transient,session没有缓存对象,数据库也没有对应记录.没有与hibernate关联,与数据库中的记录没有产生关联. OID特点:没有值 持久态:persistent,session缓存对象,数据库最终会有记录.(事务没有提交)与hibernate关联,对象有id OID特点:有值 脱管态:detached,session没有缓存对象,数据库有记录.没有与hibernate关联,对

mysql之状态监控

mysqladmin -uroot -proot1234 ext 获取mysql的状态 Queries 查询数 Threads_connected 目前打开链接数 Threads_running  并发执行query的线程数目 通过下面的语句可以查询出当前mysql这三个的状态的值 mysqladmin -uroot -proot1234 ext|awk '/Queries/{q=$4}/Threads_connected/{c=$4}/Threads_running/{r=$4}END{pri

mysql,show processlist,查询一直sending data,影响查询性能

MariaDB [(none)]> show processlist; +--------+--------+------------------+---------+-------------+---------+---------------+----------------------+-------- | Id     | User   | Host             | db      | Command     | Time    | State         | Info