将myeclipse和mysql连接起来的关键语句
摘要:
1 String driverName="com.mysql.jdbc.Driver"; 2 String userName="root"; 3 String userPwd="123456"; 4 String dbName="students"; 5 String url1="jdbc:mysql://localhost:... 阅读全文
posted @ 2017-10-22 15:02 jun俊 阅读(316) 评论(0) 推荐(0)
浙公网安备 33010602011771号