摘要: SpringMVC中重定向参数的使用以及原理解析 OUTPUT_FLASH_MAP_ATTRIBUTE::org.springframework.web.servlet.DispatcherServlet#OUTPUT_FLASH_MAP_ATTRIBUTE INPUT_FLASH_MAP_ATTRIBUTE::org.springframework.web.servlet.DispatcherS 阅读全文
posted @ 2020-01-03 12:03 GordonDicaprio 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 原文地址:HTTP的请求头标签 If-Modified-Since 一直以来没有留意过HTTP请求头的IMS(If-Modified-Since)标签。 最近在分析Squid的access.log日志文件时,发现了一个现象。就是即使是对同一个文件进行HTTP请求,第一次和第二次产生的网络流量数据也是 阅读全文
posted @ 2020-01-03 10:19 GordonDicaprio 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Object (java.lang) DataBinder (org.springframework.validation) WebDataBinder (org.springframework.web.bind) MapDataBinder (org.springframework.data.web) ServletRequestDataBinder (org.springframework.w 阅读全文
posted @ 2020-01-03 09:14 GordonDicaprio 阅读(257) 评论(0) 推荐(0) 编辑
摘要: I WebDataBinderFactory (org.springframework.web.bind.support) DefaultDataBinderFactory (org.springframework.web.bind.support) 用于创建 WebRequestDataBinder InitBinderDataBinderFactory (org.springframework 阅读全文
posted @ 2020-01-03 09:12 GordonDicaprio 阅读(280) 评论(0) 推荐(0) 编辑