摘要: 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 阅读(170) 评论(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 阅读(112) 评论(0) 推荐(0) 编辑