专题文章
时长:00:00更新时间:2020-11-09 21:16:02
浅析使用JDBC操作MySQL需要添加Class.forName(com.mysql.jdbc.Driver):引言 如果熟悉使用JDBC来连接数据库的同学一定很清楚连接数据库的代码中一定会有依据Class.forName (com.mysql.jdbc.Driver); public static Connection getConnection() throws ClassNotFoundException, SQLE
查看详情