摘要: HTTP 1.1状态代码及其含义100 Continue 初始的请求已经接受,客户应当继续发送请求的其余部分。(HTTP 1.1新) 101 Switching Protocols 服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新) 200 OK 一切正常,对GET和POST请求的应答文档跟在后面。201 Created 服务器已经创建了文档,Location头给出了它的URL。 202 Accepted 已经接受请求,但处理尚未完成。 203 Non-Authoritative Information 文档已经正常地返回,但一些应答头可能不正确,因为使用的是文档的拷贝(HTTP 阅读全文
posted @ 2008-04-21 16:13 icewolf29 阅读(129) 评论(0) 推荐(0)
摘要: 本文介绍GOOGLE官方对网站设计方案的一些建议。 Make a site with a clear hierarchy and text links. Every page should be reachable from at least one static text link. 让网站有着清晰的结构和文本链接,所有的页面至少要有一个静态文本链接入口 批注:尽量不要用图片和JAVASCRIPT Offer a site map to your users with links that point to the important parts of your site. If ... 阅读全文
posted @ 2008-04-21 12:51 icewolf29 阅读(112) 评论(0) 推荐(0)