2011年12月4日
摘要: import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;public class DBUtil { //mysql数据库驱动 private final static String DRIVER="org.gjt.mm.mysql.Driver"; //数据库连接字符串 private final static String URL="jdbc:mysql://localhost:3306/db"; //用户名 private final 阅读全文
posted @ 2011-12-04 11:30 sqljiang 阅读(264) 评论(0) 推荐(0) 编辑