zoukankan
html css js c++ java
HTTP 常见错误列表
HTTP 400 - 请求无效
HTTP 401.1 - 未授权:登录失败
HTTP 401.2 -未授权:服务器配置问题导致登录失败
HTTP 401.3 - ACL 禁止访问资源
HTTP 401.4 - 未授权:授权被筛选器拒绝
HTTP 401.5 - 未授权:ISAPI 或 CGI授权失败
HTTP 403 - 禁止访问
HTTP 403 - 对 Internet 服务管理器(HTML) 的访问仅限于 Localhost
HTTP 403.1 禁止访问:禁止可执行访问?
HTTP 403.2 - 禁止访问:禁止读访问
HTTP 403.3 - 禁止访问:禁止写访问
HTTP 403.4 - 禁止访问:要求 SSL
HTTP 403.5 - 禁止访问:要求 SSL128
HTTP 403.6 - 禁止访问:IP地址被拒绝
HTTP 403.7 - 禁止访问:要求客户证书
HTTP 403.8 - 禁止访问:禁止站点访问
HTTP 403.9 - 禁止访问:连接的用户过多
HTTP 403.10 - 禁止访问:配置无效
HTTP 403.11 - 禁止访问:密码更改
HTTP 403.12 -禁止访问:映射器拒绝访问
HTTP 403.13 -禁止访问:客户证书已被吊销
HTTP 403.15 -禁止访问:客户访问许可过多
HTTP 403.16 -禁止访问:客户证书不可信或者无效
HTTP 403.17 -禁止访问:客户证书已经到期或者尚未生效
HTTP 404.1 - 无法找到 Web 站点
HTTP 404 - 无法找到文件
HTTP 405 - 资源被禁止
HTTP 406 - 无法接受
HTTP 407 - 要求代理身份验证
HTTP 410 - 永远不可用
HTTP 412 - 先决条件失败
HTTP 414 - 请求 - URI 太长
HTTP 500 - 内部服务器错误
HTTP 500.100 - 内部服务器错误 - ASP错误
HTTP 500-11 服务器关闭
HTTP 500-12 应用程序重新启动
HTTP 500-13 - 服务器太忙
HTTP 500-14 - 应用程序无效
HTTP 500-15 - 不允许请求global.asa
Error 501 - 未实现
HTTP 502 - 网关错误
"100" : Continue
"101" : witchingProtocols
"200" : OK
"201" : Created
"202" : Accepted
"203" : Non-AuthoritativeInformation
"204" : No Content
"205" : Reset Content
"206" : Partial Content
"300" : Multiple Choices
"301" : Moved Permanently
"302" : Found
"303" : See Other
"304" : Not Modified
"305" : Use Proxy
"307" : TemporaryRedirect
"400" : Bad Request
"401" : Unauthorized
"402" : Payment Required
"403" : Forbidden
"404" : Not Found
"405" : Method NotAllowed
"406" : Not Acceptable
"407" : Proxy AuthenticationRequired
"408" : Request Time-out
"409" : Conflict
"410" : Gone
"411" : Length Required
"412" : PreconditionFailed
"413" : Request Entity TooLarge
"414" : Request-URI TooLarge
"415" : Unsupported MediaType
"416" : Requested range notsatisfiable
"417" : ExpectationFailed
"500" : Internal ServerError
"501" : Not Implemented
"502" : Bad Gateway
"503" : ServiceUnavailable
"504" : Gateway Time-out
"505" : HTTP Version notsupported
查看全文
相关阅读:
Serialization and deserialization are bottlenecks in parallel and distributed computing, especially in machine learning applications with large objects and large quantities of data.
Introduction to the Standard Directory Layout
import 原理 及 导入 自定义、第三方 包
403 'Forbidden'
https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
These interactions can be expressed as complicated, large scale graphs. Mining data requires a distributed data processing engine
mysqldump --flush-logs
mysql dump 参数
mysql dump 参数
如果是在有master上开启了该参数,记得在slave端也要开启这个参数(salve需要stop后再重新start),否则在master上创建函数会导致replaction中断。
原文地址:https://www.cnblogs.com/findchance/p/2670249.html
最新文章
/etc/passwd
hosts.allow hosts.deny
会看日志 控制台输出
YARN commands are invoked by the bin/yarn script.
To verify Hadoop releases using GPG
Cluster Mode Overview
Trie 前缀树或字典树 确定有限状态自动机
mvn 引入自定义jar 解决 mongo-spark 报错
mongo-spark 安装排故 ./sbt check
纯虚函数
热门文章
abstract class
对象引用的强制类型转换
lazy
the hard problems when writing a great connector; type cohersion, data partitioning and data locality to name a few
JDK and JRE File Structure JAVA_HOME HotSpot优化技术
inheritance super overrides printMethod in Superclass override重写父方法
Java programming language compiler
passive aggressive(pa)和average perceptron(ap)
字典合并
pickle pyarrow
Copyright © 2011-2022 走看看