E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Http1.1
squid配合nginx的gzip压缩的完美解决方案
Squid3.0之前,一直不能完美支持
http1.1
。所以对gzip内容的支持,始终有很多问题。我也看过很多帖子,号称解决了这个问题。但是其实一直没有把问题说清楚。
eyjian
·
2009-03-10 16:00
解决
squid
方案
HTTP 1.1与HTTP 1.0的比较
HTTP1.1
与HTTP1.0的比较一个WEB站点每天可能要接收到上百万的用户请求,为了提高系统的效率,HTTP1.0规定浏览器与服务器只保持短暂的连接,浏览器的每次请求都需要与服务器建立一个TCP连接
elifefly
·
2009-03-06 23:00
1.1J2se
HTTP 1.1与HTTP 1.0的比较
HTTP1.1
与HTTP1.0的比较一个WEB站点每天可能要接收到上百万的用户请求,为了提高系统的效率,HTTP1.0规定浏览器与服务器只保持短暂的连接,浏览器的每次请求都需要与服务器建立一个TCP连接
elifefly
·
2009-03-06 23:00
浏览器
服务器
数据库连接池
文档
web服务
authorization
IE8中HTTP连接数目的变化
如果是
HTTP1.1
连接,最多不应该超过2个并发连接。
陈本峰
·
2009-03-06 06:00
职场
ie8
连接
休闲
[IE技巧] IE8中HTTP连接数目的变化
如果是
HTTP1.1
连接, 最多不应该超过2个并发连接。
izuoyan
·
2009-03-06 06:00
html
windows
浏览器
IE
Microsoft
[IE技巧] IE8中HTTP连接数目的变化
如果是
HTTP1.1
连接,最多不应该超过2个并发连接。
WinGeek
·
2009-03-06 06:00
浏览器
server
IE
服务器
IE8中HTTP连接数目的变化
如果是
HTTP1.1
连接,最多不应该超过2个并发连接。
陈本峰
·
2009-03-06 06:00
职场
ie8
连接
休闲
HTTP1.0和
HTTP1.1
的区别
HTTP 1.1与HTTP 1.0的比较一个WEB站点每天可能要接收到上百万的用户请求,为了提高系统的效率,HTTP 1.0规定浏览器与服务器只保持短暂的连接,浏览器的每次请求都需要与服务器建立一个TCP连接,服务器完成请求处理后立即断开TCP连接,服务器不跟踪每个客户也不记录过去的请求。但是,这也造成了一些性能上的缺陷,例如,一个包含有许多图像的网页文件中并没有包含真正的图像数据内容,而只是指
weizhaozhe
·
2009-03-05 10:00
1xx 和 2xx 系列状态码
1xx系列1xx系列一般是用在服务器与代理之间,表示一些信息,这在我们写服务端程序时并不常用,并且1xx系列状态码是在
HTTP1.1
中才加入的,按照w3c的说法,除非在实验性的环境下,不要发送1xx系列状态码到使用
chris_hee
·
2009-03-04 14:48
其他
服务集成平台性能测试与优化(应用与环境)
JBossAPR模式与
Http1.1
模式性能差异。(确切来
cenwenchu79
·
2009-03-03 19:00
apache
优化
jboss
测试
平台
apache模块
服务集成平台性能测试与优化(应用与环境)
JBossAPR模式与
Http1.1
模式性能差异。(确切来
cenwenchu
·
2009-03-03 19:00
apache
jboss
cache
weblogic
memcached
服务集成平台性能测试与优化(应用与环境)
JBoss APR模式与
Http1.1
模式性能差异。(确切来说应该是JBoss
youxinrencwx
·
2009-03-03 19:00
性能测试
[转]直接用socket实现HTTP协议(下载专用)
本文附带的工程中有一个支持
HTTP1.1
协议,直接用Socket实现下载功能的DLL,实现了以下功能:连接主机格式化请求头设置接收,发送超时接收并分析回应头连接,发送,设置超时,接收数据等我就不细说了
tg2003
·
2009-02-27 17:00
Delphi取得网页内容的另一种办法
初步了解了一下
HTTP1.1
小试了一下,利用TcpClient控件发送
HTTP1.1
命令到IIS后取得网页内容。
tg2003
·
2009-02-26 20:00
HTTP协议资料
HTTP1.1
协议文档: a) html http://www.w3.org/Protocols/rfc2616/rfc2616.html b) txt http://www.ietf.org/
vincentcui
·
2009-02-16 13:00
html
C++
c
.net
C#
转贴:基于 libmad 的简单 MP3 流媒体播放器的实现
此流媒体播放器可以播放基于
HTTP1.1
协议传输的MP3流媒体数据。1.介绍本文在
qinlicang
·
2009-01-22 15:00
数据结构
Stream
struct
Access
音乐
playback
http1.0与
http1.1
的区别
一个WEB站点每天可能要接收到上百万的用户请求,为了提高系统的效率,HTTP1.0规定浏览器与服务器只保持短暂的连接,浏览器的每次请求都需要与服务器建立一个TCP连接,服务器完成请求处理后立即断开TCP连接,服务器不跟踪每个客户也不记录过去的请求。但是,这也造成了一些性能上的缺陷,例如,一个包含有许多图像的网页文件中并没有包含真正的图像数据内容,而只是指明了这些图像的URL地址,当WEB浏览器访
Giraffe_zj
·
2009-01-13 18:00
HTTP和HTTPS的区别
HTTP1.1
(Hypertext Transfer Protocol Vertion 1.1)超文本传输协议-版本1.1 它是用来在Internet上传送超文本的传送协议。
leo_dream
·
2009-01-12 10:00
算法
应用服务器
浏览器
网络协议
网络应用
HTTP1.0和
HTTP1.1
的区别
一个WEB站点每天可能要接收到上百万的用户 请求,为了提高系统的效率,HTTP 1.0规定浏览器与服务器只保持短暂的连接,浏览器的每次请求都需要与服务器建立一个TCP连接,服务器完成请求处理后立即断开TCP连接,服务器不跟踪 每个客户也不记录过去的请求。但是,这也造成了一些性能上的缺陷,例如,一个包含有许多图像的网页文件中并没有包含真正的图像数据内容,而只是指明了这些 图像的URL地址,当WEB浏
lectery
·
2009-01-01 11:00
JavaScript
Web
虚拟机
css
浏览器
HTTP1.1
Notes 8, Header Field Definitions
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14 Accept The Accept request-header field can be used to specify certain media types which are acceptable for the response &nbs
hideto
·
2008-12-31 13:00
cache
UP
HTTP1.1
Notes 8, Header Field Definitions
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14 Accept The Accept request-header field can be used to specify certain media types which are acceptable for the response &nbs
hideto
·
2008-12-31 13:00
cache
UP
HTTP1.1
Notes 8, Header Field Definitions
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14 Accept The Accept request-header field can be used to specify certain media types which are acceptable for the response &nbs
hideto
·
2008-12-31 13:00
cache
UP
HTTP1.1
Notes 7, Status Code Definitions
Informational 1xx This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line -- 100 Continue The client
hideto
·
2008-12-30 15:00
Access
HTTP1.1
Notes 7, Status Code Definitions
Informational 1xx This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line -- 100 Continue The client
hideto
·
2008-12-30 15:00
Access
HTTP1.1
Notes 7, Status Code Definitions
Informational 1xx This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line -- 100 Continue The client
hideto
·
2008-12-30 15:00
Access
HTTP1.1
Notes 6, Method Definitions
Safe and Idempotent Methods In particular, the convention has been established that the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval These methods
hideto
·
2008-12-30 12:00
Web
HTTP1.1
Notes 6, Method Definitions
Safe and Idempotent Methods In particular, the convention has been established that the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval These methods
hideto
·
2008-12-30 12:00
Web
HTTP1.1
Notes 6, Method Definitions
Safe and Idempotent Methods In particular, the convention has been established that the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval These methods
hideto
·
2008-12-30 12:00
Web
HTTP1.1
Notes 5, Connections
Persistent Connections advantages: - By opening and closing fewer TCP connections, CPU time is saved in routers and hosts (
hideto
·
2008-12-29 13:00
浏览器
firefox
HTTP1.1
Notes 5, Connections
Persistent Connections advantages: - By opening and closing fewer TCP connections, CPU time is saved in routers and hosts (
hideto
·
2008-12-29 13:00
浏览器
firefox
HTTP1.1
Notes 5, Connections
Persistent Connections advantages: - By opening and closing fewer TCP connections, CPU time is saved in routers and hosts (
hideto
·
2008-12-29 13:00
浏览器
firefox
HTTP1.1
Notes 4, Request & Response & Entity
Request Request = Request-Line &nbs
hideto
·
2008-12-26 13:00
html
cache
Google
lighttpd
sun
HTTP1.1
Notes 4, Request & Response & Entity
Request Request = Request-Line &nbs
hideto
·
2008-12-26 13:00
html
cache
Google
lighttpd
sun
HTTP1.1
Notes 4, Request & Response & Entity
Request Request = Request-Line &nbs
hideto
·
2008-12-26 13:00
html
cache
Google
lighttpd
sun
HTTP1.1
Notes 3, HTTP Message
Message Types HTTP-message = Request | Response ; HTTP/1.1 messages HTTP messages consist of requests from client to
hideto
·
2008-12-26 10:00
cache
百度
HTTP1.1
Notes 3, HTTP Message
Message Types HTTP-message = Request | Response ; HTTP/1.1 messages HTTP messages consist of requests from client to
hideto
·
2008-12-26 10:00
cache
百度
HTTP1.1
Notes 3, HTTP Message
Message Types HTTP-message = Request | Response ; HTTP/1.1 messages HTTP messages consist of requests from client to
hideto
·
2008-12-26 10:00
cache
百度
HTTP1.1
Notes 2, Protocol Parameters
HTTP Version HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT Uniform Resource Identifiers As far as HTTP is concerne
hideto
·
2008-12-24 13:00
C++
c
百度
Scheme
sun
HTTP1.1
Notes 2, Protocol Parameters
HTTP Version HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT Uniform Resource Identifiers As far as HTTP is concerne
hideto
·
2008-12-24 13:00
C++
c
百度
Scheme
sun
HTTP1.1
Notes 2, Protocol Parameters
HTTP Version HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT Uniform Resource Identifiers As far as HTTP is concerne
hideto
·
2008-12-24 13:00
C++
c
百度
Scheme
sun
HTTP1.1
Notes 1, Terminology & ABNF
http://www.w3.org/Protocols/rfc2616/rfc2616.html http://en.wikipedia.org/wiki/Backus-Naur_form http://en.wikipedia.org/wiki/Augmented_Backus%E2%80%93Naur_Form Terminology connection &nb
hideto
·
2008-12-23 17:00
cache
F#
performance
HTTP1.1
Notes 1, Terminology & ABNF
http://www.w3.org/Protocols/rfc2616/rfc2616.html http://en.wikipedia.org/wiki/Backus-Naur_form http://en.wikipedia.org/wiki/Augmented_Backus%E2%80%93Naur_Form Terminology connection &nb
hideto
·
2008-12-23 17:00
cache
F#
performance
HTTP1.1
Notes 1, Terminology & ABNF
http://www.w3.org/Protocols/rfc2616/rfc2616.html http://en.wikipedia.org/wiki/Backus-Naur_form http://en.wikipedia.org/wiki/Augmented_Backus%E2%80%93Naur_Form Terminology connection &nb
hideto
·
2008-12-23 17:00
cache
F#
performance
RTMPT 协议
在后来web世界变得越来越拥挤的时候,这个情况逐渐明显地成为一个性能话题,因此随着
HTTP1.1
标
luck_donkey
·
2008-12-22 17:00
Web
网络协议
Flash
Adobe
http 学习
http1.1
一个连接可以被使用多个请求、响应连接使用,尽管连接可以被多个原因关闭。URI(统一资源标识符)是是简单的格式化字符串。超文本传输协议的URIhttp://主机:端口号绝对路径?
chenzhilian026
·
2008-12-20 09:37
Html
http 学习
HTTP是分布的,协作的,超媒体信息系统的应用层协议, 无状态 ,响应模式:请求响应模式 HTTP 版本:http0.9 http1.0
http1.1
http1.0大多数实现为每个请求
czl026
·
2008-12-20 09:00
http
http1.0和
http1.1
之间的区别
(1)HTTP目前三个版本:HTTP0.9、HTTP1.0、
HTTP1.1
。
yangzhijun_cau
·
2008-12-10 14:00
Web
加密
tcp
服务器
web服务
HTTP的状态码
HTTP的状态码完整的
HTTP1.1
规范说明书来自于RFC2616,你可以在http://www.rfc-editor.org/在线查阅。
Kevin.Zhong
·
2008-12-08 15:00
HTTP1.0和
HTTP1.1
的区别(张孝祥老师)
一个WEB站点每天可能要接收到上百万的用户请求,为了提高系统的效率,HTTP1.0规定浏览器与服务器只保持短暂的连接,浏览器的每次请求都需要与服务器建立一个TCP连接,服务器完成请求处理后立即断开TCP连接,服务器不跟踪每个客户也不记录过去的请求。但是,这也造成了一些性能上的缺陷,例如,一个包含有许多图像的网页文件中并没有包含真正的图像数据内容,而只是指明了这些图像的URL地址,当WEB浏览器访问
jianchen
·
2008-12-06 22:00
JavaScript
Web
虚拟机
浏览器
css
HTTP 1.1状态代码及其含义
(
HTTP1.1
新) 101 SwitchingProtocols 服务器将遵从客户的请求转换到另外一种协议(
HTTP1.1
新) 200 OK 一切正常,对GET和POST请求的应答文档跟在后面。
csuliky
·
2008-12-06 17:00
上一页
43
44
45
46
47
48
49
50
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他