摘要:
public Connection conn; public Connection getConn() { try { //所使用的驱动类 Class.forName("com.mysql.jdbc.Driver"); //创建连接 conn = DriverManager .getConnection( "jdbc:mysql://localhost/mysql?useUnicode=true&charac... 阅读全文
posted @ 2012-05-06 21:11
贪吃老鼠
阅读(406)
评论(0)
推荐(0)

浙公网安备 33010602011771号