摘要:
转载http://www.cnblogs.com/diewufeixian/p/4221747.html1.在web容器中设置(以tomcat为例)在tomcat-7.0\conf\web.xml中设置30tomcat默认session超时时间为30分钟,可以根据需要... 阅读全文
posted @ 2018-07-17 23:17
2637282556
阅读(266)
评论(0)
推荐(0)
摘要:
配置web.xml org.springframework.web.context.request.RequestContextListener 代码中HttpServletRequest request... 阅读全文
posted @ 2018-07-17 18:30
2637282556
阅读(101)
评论(0)
推荐(0)
摘要:
1DATE_FORMAT(date,format)函数 format格式如下%a 缩写星期名 %b 缩写月名 %c 月,数值 %D 带有英文前缀的月中的天 %d 月的天,数值(00-31) %e 月的天,数值(0-31) %f ... 阅读全文
posted @ 2018-07-17 17:50
2637282556
阅读(128)
评论(0)
推荐(0)