摘要: 注意:PageHelper.startPage(1, 3);这个方法是从1开始而非0 参考: http://blog.csdn.net/zbw18297786698/article/details/53945729 阅读全文
posted @ 2017-09-14 20:02 ~驰~ 阅读(139) 评论(0) 推荐(0)
摘要: $('#itemAddForm').form('reset');重置表单是报错Uncaught TypeError: $(...).reset is not a function 以为是方法错误于是就换了$('#itemAddForm').reset()和$('#itemAddForm').rese 阅读全文
posted @ 2017-09-14 18:32 ~驰~ 阅读(1185) 评论(0) 推荐(0)
摘要: 一、如何用JSTL标签对jsp页面中的Date类型进行格式化 1、引入标签<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> 2、使用标签 <fmt:formatDate value="${uc.created}" pa 阅读全文
posted @ 2017-09-14 15:11 ~驰~ 阅读(442) 评论(0) 推荐(0)