在日常开发工作中经常要用到这些东西,例如缓存控制,页面压缩编码等等。在此记下几个链接,以备日后查找。
You can see the HTTP (hypertext transfer protocol) header from a web site using the standard Telnet program that comes with Windows. For example, to see the header from the root page of the Microsoft web site, do these steps:
1. Start a DOS command prompt
2. From the command prompt type
telnet www.microsoft.com 80
3. Turn on localecho so you can see what you are doing.
3.1. Type Ctrl+] (hold down the Ctrl key and press the right bracket)
3.2. Type
set localecho
3.3. Press Enter on a blank line
4. type
GET / HTTP/1.1
Host: www.microsoft.com
Host: www.microsoft.com
5. Press Enter twice
Recent Posts
Popular Posts
Recent Comments
- 果然是这个问题,顶上去帮助后来人php目录下的libmysql.dll拷贝到到系统目录c:windows system32
- 非常不错,希望能得到可以下载的版本。
- 赞一下这句“WordPress除了扩展性之外,一无是处”
- 干!弄死人,找了一早上的问题,在这找到答案了php目录下的libmysql.dll拷贝到到系统目录c:windows system32
- 楼主,你用的是EZ Publish?????
- 他娘的.我Mysql5.1.31+apache2.2.11也出现这个错误(winxp).在apache的配置文件中加了phpinidir 'xxx'这句后就崩溃的,,不能连接mysql.一连接就崩溃报错..不加又连不上mysql...换了几个版本都是这样..知道看到你这文章才解决.真的一复制到系统目录就好了...真搞不懂这什么鸟原因,,在环境变量那都设置好路径了啊..以前都是好好的..现在重装了系统后就成这问题了..可能是我换了mysql和apache版本的原因吧..我都忘记以前用的是什么版本了.!
- 呵呵,顶
- 强烈希望楼主能开源你的blog系统
- 文章的名称变成图片了?这样对会不会对搜索引擎很不友好。。
- 的确,很不错的Blog系统,为何不开源呢?
