摘要: 1 try { 2 boolean auto = conn.getAutoCommit(); 3 conn.setAutoCommit(false); 4 5 Statement stat =... 阅读全文
posted @ 2014-12-06 18:20 ivywenyuan 阅读(976) 评论(0) 推荐(0) 编辑
摘要: 1 Collections.sort(rssSort,new Comparator(){2 public int compare(Double d1,Double d2){3 return d2.... 阅读全文
posted @ 2014-12-06 16:50 ivywenyuan 阅读(279) 评论(0) 推荐(0) 编辑