簡單整理一下各種報錯。。。。。

2021-10-08 22:18:17 字數 1549 閱讀 3147

通常來講,4開頭的就是前端的問題了, 5開頭的就是後端的事

400 bad request(錯誤請求)

401.1 logon failed(登入失敗)

401.2 logon failed due to server configuration(由於伺服器配置,登入失敗)

401.3 unauthorized due to acl on resource(由於資源上的 acl,未授權)

401.4 authorization failed by filter(由於篩選器,授權失敗)

403.1 execute access forbidden(執行訪問被禁止)

403.2 read access forbidden(讀取訪問被禁止)

403.3 write access forbidden(寫入訪問被禁止)

403.4 ssl required(要求 ssl )

403.5 ssl 128 required(要求 ssl 128)

403.6 ip address rejected (ip 位址被拒絕)

403.7 client certificate required(要求客戶證書)

403.8 site access denied(站點訪問被拒絕)

403.9 too many users(使用者太多)

403.10 invalid configuration(無效的配置)

403.11 password change(密碼更改)

403.13 client certificate revoked(客戶證書被取消)

403.14 directory listing denied(目錄列表被拒絕)

403.15 client access licenses exceeded(超出客戶訪問許可證)

403.16 client certificate untrusted or invalid(客戶證書不受信任或無效)

403.17 client certificate has expired or is not yet valid(客戶證書已過期或無效)

404 not found(沒有找到)

404.1 site not found(站點沒有找到)

405 method not allowed(不允許使用該方法)

406 not acceptable(不接受)

407 proxy authentication required(要求**身份驗證)

412 precondition failed(前提條件不正確)

414 request-url too long(請求的 url 太長)

500 internal server error(內部伺服器錯誤)

500.13 server too busy(伺服器太忙)

500.15 requests for global.asa not allowed(不允許請求 global.asa)

500-100.asp asp 錯誤

501 not implemented(沒有實施)

502 bad gateway(錯誤閘道器)

整理一下HIVE概念

存資料的資料庫 hive不同於其他資料庫的地方就在於建立表這個地方。hive建立表並不是有固定的表的格式,而是它僅僅記錄了匯入的資料的格式,例如行分隔符 列分隔符等,它將這些存於元資料庫裡,這樣就建立了一張表,換而言之,hive支援不同格式的資料匯入,你只要告訴hive你的資料是什麼格式的,hive...

整理一下Entity Framework的查詢

entity framework是個好東西,雖然沒有hibernate功能強大,但使用更簡便。今天整理一下常見sql如何用ef來表達,func形式和linq形式都會列出來 本人更喜歡func形式 1 簡單查詢 sql select from clients where type 1 and dele...

大一下C 整理

一 指標 指標在使用之前必須初始化 野指標的指向是無法控制的 指標變數所佔的空間大小相當於乙個整型變數的大小 隨著機器改變 32位機中佔4個位元組 二 引用 namespace 在使用變數前要確定其所在位置 影響變數的生存週期 字串是以陣列形式存放資料的 最後一位是空白結束符0 所以字陣列長度比字串...