摘要:
1. Demo1导包时 不要导具体的mysql包, 为了兼容性,导JDBC 中 sql的包既可以了。public class Demo1 { /** * @param args * @throws ClassNotFoundException * @throws SQLException * @throws Exception */ public static void main(String[] args) throws ClassNotFoundException, SQLException { String url = "jdbc:mysql://localhost... 阅读全文