2016年3月7日

DB的封装

摘要: public class DB { public static Connection getConn() { Connection conn=null; try { Class.forName("com.mysql.jdbc.Driver"); conn = DriverManager.getCon 阅读全文

posted @ 2016-03-07 19:47 张凌赫_帅 阅读(271) 评论(0) 推荐(0)

导航