还没有最好搞出来,现在要准备做新的网站了,这个网站好厉害的,是九婆婆以前一直想做的网站,九婆婆喜欢当红娘,九婆婆想要做结婚交友的网站,石头叔叔也有这样子的网站呢,现在我也要准备做了,我好厉害的
先记录这两天研究HTTP协议和获取HTTP响应的HTTP报头的一些资料,因为讨论开了,我就忘记了,现在圣诞呢,我才不要晚上研究HTTP,圣诞节的晚上要和家里人一块玩的
工具的东西:
网络使用工具HttpWatch的使用方法http://www.heibai.net/book/html/wangluogongju/qitaruanjian/2009/1120/1626.html
如何查看网页的response header信息并利用其提升性能http://www.sudone.com/linux/web_page_header.html
IE下查看header的软件Fiddlerhttp://www.21andy.com/blog/20080125/791.html
常识的东西:
http简介http://www.blogjava.net/agun/archive/2008/06/30/211787.html
HTTP协议详解http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspx
HOOK专题http://www.microsoft.com/china/community/program/originalarticles/techdoc/hook.mspx
HTTP Response Headershttp://msdn.microsoft.com/zh-cn/library/ms537417(en-us,VS.85).aspx
HttpResponseHeader 枚举http://msdn.microsoft.com/zh-cn/library/system.net.httpresponseheader(VS.80).aspx
代码的东西:
HTTP Response Header Checkerhttp://rjpargeter.com/2008/11/http-response-header-checker/
How can I read the HTTP response headers of the page?http://www.delphifaq.com/faq/javascript/f635.shtml
The XMLHttpRequest Object Referencehttp://www.w3schools.com/dom/dom_http.asp
XMLHttpRequest getResponseHeader() Methodhttp://www.w3schools.com/dom/met_http_getresponseheader.asp