• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            woaidongmao

            文章均收錄自他人博客,但不喜標(biāo)題前加-[轉(zhuǎn)貼],因其丑陋,見諒!~
            隨筆 - 1469, 文章 - 0, 評論 - 661, 引用 - 0
            數(shù)據(jù)加載中……

            HTTP狀態(tài)消息列表

            1xx: 信息

            消息:

            描述:

            100 Continue

            Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request
            服務(wù)器只接受到部分請求,但并沒有拒絕,客戶應(yīng)該繼續(xù)請求

            101 Switching Protocols

            The server switches protocol
            服務(wù)器交換機(jī)議定書

            2xx: 成功

            消息:

            描述:

            200 OK

            The request is OK
            請求成功

            201 Created

            The request is complete, and a new resource is created
            請求完成,新資源被建立

            202 Accepted

            The request is accepted for processing, but the processing is not complete
            進(jìn)程接受請求,但整個(gè)進(jìn)程尚未完畢

            203 Non-authoritative Information

             

            204 No Content

             

            205 Reset Content

             

            206 Partial Content

             

            3xx: 重定向

            消息:

            描述:

            300 Multiple Choices

            A link list. The user can select a link and go to that location. Maximum five addresses
            連接列表。用戶可以通過選擇一個(gè)連接到達(dá)指定的連接位置。最大允許輸入5個(gè)地址。

            301 Moved Permanently

            The requested page has moved to a new url
            請求頁切換到一個(gè)新的URL地址


            302 Found

            The requested page has moved temporarily to a new url
            請求頁臨時(shí)切換到一個(gè)新的URL地址

            303 See Other

            The requested page can be found under a different url
            請求頁可以在另一個(gè)URL地址中找到

            304 Not Modified

             

            305 Use Proxy

             

            306 Unused

            This code was used in a previous version. It is no longer used, but the code is reserved
            該代碼僅在先前版本中支持。當(dāng)前版本已不再支持該代碼,但是代碼部分仍將保留

            307 Temporary Redirect

            The requested page has moved temporarily to a new url
            請求頁臨時(shí)切換到一個(gè)新的URL地址

            4xx: 客戶端錯(cuò)誤

            消息:

            描述:

            400 Bad Request

            The server did not understand the request
            服務(wù)器不能讀懂請求

            401 Unauthorized

            The requested page needs a username and a password
            請求頁面需要輸入用戶名和密碼

            402 Payment Required

            You can not use this code yet
            不允許在使用這段代碼

            403 Forbidden

            Access is forbidden to the requested page
            禁止訪問請求頁面

            404 Not Found

            The server can not find the requested page
            服務(wù)器不能找到請求頁面

            405 Method Not Allowed

            The method specified in the request is not allowed
            不允許該請求

            406 Not Acceptable

            The server can only generate a response that is not accepted by the client
            客戶端不能接受來自于服務(wù)器的回應(yīng)

            407 Proxy Authentication Required

            You must authenticate with a proxy server before this request can be served
            不許在該請求被處理之前確定是否使用了代理服務(wù)器

            408 Request Timeout

            The request took longer than the server was prepared to wait
            請求超時(shí)

            409 Conflict

            The request could not be completed because of a conflict
            請求發(fā)生沖突

            410 Gone

            The requested page is no longer available
            請求頁已失效

            411 Length Required

            The "Content-Length" is not defined. The server will not accept the request without it
            用于"Content-Length"未定義導(dǎo)致服務(wù)器不能接受該請求

            412 Precondition Failed

            The precondition given in the request evaluated to false by the server
            請求中的預(yù)處理過程失敗

            413 Request Entity Too Large

            The server will not accept the request, because the request entity is too large
            由于請求實(shí)體過大導(dǎo)致服務(wù)器不接受該請求

            414 Request-url Too Long

            The server will not accept the request, because the url is too long. Occurs when you convert a "post" request to a "get" request with a long query information
            服務(wù)器不接受該請求,因?yàn)?span lang=EN-US>URL過長。當(dāng)你通過一條較長的查詢信息將“post”請求轉(zhuǎn)換為“get”請求時(shí),將會發(fā)生該錯(cuò)誤

            415 Unsupported Media Type

            The server will not accept the request, because the media type is not supported
            服務(wù)器不接受該請求,主要是因?yàn)槭褂玫拿襟w類型不支持

            416

             

            417 Expectation Failed

             

            5xx: 服務(wù)器端錯(cuò)誤

            消息:

            描述:

            500 Internal Server Error

            The request was not completed. The server met an unexpected condition
            請求未能完成。服務(wù)器遭遇意外情況

            501 Not Implemented

            The request was not completed. The server did not support the functionality required
            請求未能完成。服務(wù)器不支持該指定的功能

            502 Bad Gateway

            The request was not completed. The server received an invalid response from the upstream server
            請求未能完成。服務(wù)器從上游服務(wù)器中提取了無效回應(yīng)

            503 Service Unavailable

            The request was not completed. The server is temporarily overloading or down
            請求未能完成。服務(wù)器承載量超負(fù)荷

            504 Gateway Timeout

            The gateway has timed out
            網(wǎng)關(guān)超時(shí)

            505 HTTP Version Not Supported

            The server does not support the "http protocol" version
            服務(wù)器不支持該“http protocal[http協(xié)議]”版本

             

            posted on 2008-05-29 16:16 肥仔 閱讀(459) 評論(0)  編輯 收藏 引用 所屬分類: HTTP & URL

            99久久精品免费观看国产| 久久免费美女视频| 久久精品国产亚洲AV影院| 亚洲伊人久久综合中文成人网| 久久精品国产第一区二区三区| 午夜精品久久久久久影视777| 国产成人久久精品麻豆一区| 亚洲国产成人精品无码久久久久久综合 | 亚洲国产另类久久久精品| 91精品国产91久久久久福利| 中文字幕日本人妻久久久免费| 国产精品成人99久久久久91gav| 久久96国产精品久久久| 亚洲成色www久久网站夜月| 久久综合中文字幕| 亚洲国产精品无码久久久不卡| 色综合久久久久| 无遮挡粉嫩小泬久久久久久久| 国产成人香蕉久久久久| 人妻精品久久无码专区精东影业| 久久久WWW成人免费毛片| 亚洲精品tv久久久久久久久 | 精品久久久久香蕉网| 亚洲AV无码久久精品狠狠爱浪潮| 国产精品免费看久久久| 伊人久久大香线蕉av不变影院| 精品久久久久久无码国产| 久久香蕉一级毛片| 久久青青草原精品影院| 久久久青草久久久青草| 国产精品99久久免费观看| 2021国内久久精品| 久久AV高清无码| 99久久久精品免费观看国产| 午夜精品久久久久久久| 性做久久久久久久| 亚洲国产精品无码久久久不卡| 亚洲AV无码一区东京热久久| 久久综合给合久久狠狠狠97色69| 久久久久高潮综合影院| 久久久久se色偷偷亚洲精品av|