摘要: 1、获取数据库连接public Connection getConnection(){ String driver = "com.mysql.jdbc.Driver"; String url="jdbc:mysql://localhost:3306/database"; ... 阅读全文
posted @ 2014-12-03 22:52 W&L 阅读(219) 评论(0) 推荐(0)