摘要: 提交文件所属的目录,这样可以提交成功。 阅读全文
posted @ 2016-07-19 20:35 ✈✈✈ 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 第一步: 编写自定义转换器的类 /* * 自定义日期转换器 */ public class CustomDateConverter implements Converter { private static final List formarts = new ArrayList(4); static{ formarts.add("yyyy-MM"); formarts.add... 阅读全文
posted @ 2016-07-19 20:18 ✈✈✈ 阅读(398) 评论(0) 推荐(0) 编辑
摘要: Look http://blog.csdn.net/steveguoshao/article/details/38414145 阅读全文
posted @ 2016-07-19 17:15 ✈✈✈ 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 第一步: 配置Tomcat的登陆的用户名与密码 在 apache-tomcat-7.0.33\conf\ tomcat-users.xml,第40行添加如下: 如果使用默认的8080端口,下面的端口号不用修改 第二步:添加Tomcat插件到Maven项目 ... 阅读全文
posted @ 2016-07-19 12:18 ✈✈✈ 阅读(843) 评论(0) 推荐(1) 编辑