Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一个编程新手,我最近安装了 Python + Django,并成功创建了一个非常小的 web 应用程序。一切正常,但我对 Eclipse 控制台中 HTTP 状态代码后出现的 4 位数字感到困惑,因为我向服务器发出任何请求。
示例:[27/Aug/2013 22:53:32]“GET / HTTP/1.1”200 1305
1305 在这里和其他所有请求中代表什么?
它是响应的大小,以字节为单位。
请注意,这与 Eclipse 无关,它只是 Djangorunserver格式化其输出的方式。
runserver