摘要: Connection conn = null; Statement stmt = null; ResultSet rs = null; try{ Class.forName("com.mysql.jdbc.Driver"); String dbNmae = "logall"+para... 阅读全文
posted @ 2017-07-27 14:51 JLCUI 阅读(182) 评论(0) 推荐(0)
摘要: public List getSalesRegisterConfigList() { Connection conn = null; Statement stmt = null; ResultSet rs = null; List resultList = new ArrayList(); try{ ... 阅读全文
posted @ 2017-07-27 11:26 JLCUI 阅读(119) 评论(0) 推荐(0)