摘要: 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 阅读(83) 评论(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 阅读(199) 评论(0) 推荐(0)