56456

2016年10月18日

spring mvc 跳转后页面cs样式表丢失

摘要: 原因:../不能正确返回 解决办法:jsp文件加<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.get 阅读全文

posted @ 2016-10-18 08:38 56456 阅读(3010) 评论(0) 推荐(0)
spring mvc 获取页面日期格式数据

摘要: 1.传递日期参数: 解决办法: 实体类日期属性加 @DateTimeFormat(pattern="yyyy-MM-dd") 注解 beans中加 <mvc:annotation-driven /> 阅读全文

posted @ 2016-10-18 08:35 56456 阅读(1340) 评论(0) 推荐(0)