2013年9月28日

java dbcp连接池的使用

摘要: public Connection connOpen() throws SQLException { Connection conn = * null; try { Class.forName("org.sqlite.JDBC"); conn = * DriverManager.getConnection("jdbc:sqlite:" + path); } catch * (ClassNotFoundException e) { e.printStackTrace(); } return conn; } 阅读全文

posted @ 2013-09-28 12:57 qgc 阅读(531) 评论(0) 推荐(0)

导航