摘要: public class DBUtil { private static Connection conn; public static Connection getConnection(){ try { Class.forName("com.mysql.jdbc.Driver"); String u 阅读全文
posted @ 2017-01-18 22:37 mabelfdm 阅读(74) 评论(0) 推荐(0) 编辑
摘要: package javaexercise; import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql. 阅读全文
posted @ 2017-01-18 22:34 mabelfdm 阅读(195) 评论(0) 推荐(0) 编辑