上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 信息: Starting Servlet Engine: Apache Tomcat/6.0.32 2012-3-31 9:39:40 org.apache.catalina.core.StandardContext listenerStart 严重: Error configuring appli 阅读全文
posted @ 2015-12-29 19:12 ordinary01 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-29 16:24 ordinary01 阅读(1307) 评论(0) 推荐(0) 编辑
摘要: 我用的是 spring + springmvc + mybatis +mysql、 ... 阅读全文
posted @ 2015-12-29 14:11 ordinary01 阅读(12362) 评论(0) 推荐(0) 编辑
摘要: jar -xvf xxx.war 阅读全文
posted @ 2015-12-24 14:30 ordinary01 阅读(104) 评论(0) 推荐(0) 编辑
摘要: rm -rf xxxx 阅读全文
posted @ 2015-12-24 14:24 ordinary01 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-17 17:41 ordinary01 阅读(3470) 评论(1) 推荐(0) 编辑
摘要: netstat-antp|grepxxxx 阅读全文
posted @ 2015-12-16 17:54 ordinary01 阅读(94) 评论(0) 推荐(0) 编辑
摘要: @Transient 放到bean的字段上面,表示当前字段不是数据库映射字段 阅读全文
posted @ 2015-12-16 15:37 ordinary01 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 判空 function check(s) { return (s == null || typeof (s) == "undefined" || s == ""); }去掉前后空格 function trim(s) { return s.replace(/(^\s*)|(\s*$)/g, "")... 阅读全文
posted @ 2015-12-16 11:05 ordinary01 阅读(224) 评论(0) 推荐(0) 编辑
摘要: compareTo必须是两个对象之间的比较(比如Long,Integer...),以下例子是升序排序 private void businessSort(List<WxDailyBusinessInfo> wxDailyBusinessInfo) { //排序前 for (int i = 0; i 阅读全文
posted @ 2015-11-27 18:21 ordinary01 阅读(1676) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页