上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: var DateUtil = function (){ this.timeStamp2String = function(value){ var datetime = new Date(); datetime.setTime(value); var year = datetime.getFullYear(); va... 阅读全文
posted @ 2017-12-20 14:55 咸蛋超人、 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1、 c3p0.jdbcUrl=jdbc\:mysql\://127.0.0.1\:3306/test?useUnicode\=true&characterEncoding\=UTF-8&allowMultiQueries\=true 必须写 allowMultiQueries=true 2、 <f 阅读全文
posted @ 2017-12-18 16:25 咸蛋超人、 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1、spring.xml中加入(多个properties 用逗号隔开) <context:property-placeholder location="classpath:jdbc.properties,classpath:config.properties" /> 2、spring-mvc.xml 阅读全文
posted @ 2017-12-02 11:09 咸蛋超人、 阅读(737) 评论(0) 推荐(0) 编辑
摘要: static ResourceBundle PropertiesUtil = ResourceBundle.getBundle("config"); public static String express_host = PropertiesUtil.getString("express_host" 阅读全文
posted @ 2017-11-30 15:13 咸蛋超人、 阅读(2361) 评论(0) 推荐(0) 编辑
摘要: /** * session超时跳转登陆页面 * @author zhangdong * 2017年10月24日 */ @Aspect @Component public class SessionTimeoutAspect { private static Logger logger = Logger.getLogger(SessionTimeoutAspect.class); public... 阅读全文
posted @ 2017-10-24 13:36 咸蛋超人、 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 1、jsp页面 2、controller 阅读全文
posted @ 2017-10-16 09:46 咸蛋超人、 阅读(301) 评论(0) 推荐(0) 编辑
摘要: String.format(“%n就哈哈哈哈哈哈”, contentArgs); 阅读全文
posted @ 2017-10-12 16:30 咸蛋超人、 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 所有数据存进resultList中 Collections.sort(resultList, new Comparator<HashMap<String, Object>>() { @Override public int compare(HashMap<String, Object> o1, Ha 阅读全文
posted @ 2017-10-11 17:17 咸蛋超人、 阅读(577) 评论(0) 推荐(0) 编辑
摘要: String object = JSON.toJSONString(obj); obj必须序列化 JSONObject jso=JSONObject.parseObject(object); //JSONObject jso = JSON.parseObject(object); JSONArray 阅读全文
posted @ 2017-10-11 16:28 咸蛋超人、 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1.引入css、js <link rel="stylesheet" href=" ${pageContext.request.contextPath}/dist/dropload.css"> <script src="${pageContext.request.contextPath}/dist/d 阅读全文
posted @ 2017-09-20 17:11 咸蛋超人、 阅读(5566) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页