摘要: 为你详细解读HTTP请求头的具体含意当我们打开一个网页时,浏览器要向网站服务器发送一个HTTP请求头,然后网站服务器根据HTTP请求头的内容生成当次请求的内容发送给浏览器。你明白HTTP请求头的具体含意吗?下面一条条的为你详细解读,先看某一次HTTP请求头的具体内容: Accept-Language: zh-cn,zh;q=0.5 Accept-Charset: GB2312,utf-8;q=0.7,*;q=0.7 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encodin... 阅读全文
posted @ 2013-11-01 21:40 大新博客 阅读(576) 评论(0) 推荐(0) 编辑
摘要: [@Controller]4详解@ModelAttributehttp://blog.sina.com.cn/s/blog_6d3c1ec601017q4p.htmlA、@ModelAttributeAnnotation that binds a method parameter or method return value to a named model attribute, exposed to a web view. Supported for RequestMapping annotated handler classes.在被@RequestMapping注释的处理器类中,这个注释 阅读全文
posted @ 2013-11-01 13:02 大新博客 阅读(1697) 评论(0) 推荐(0) 编辑