JAVA与MYSQL的连接的代码

上传:k455124 浏览: 35 推荐: 0 文件:zip 大小:3KB 上传时间:2019-02-28 01:07:30 版权申诉
public class ConnectionDemo1{ //定义Mysql的数据库驱动程序 public static final String DBDRIVER = "com.mysql.jdbc.Driver"; public static void main(String args[]){ try{ Class.forName(DBDRIVER);//加载驱动程序 }catch(ClassNotFoundException e){ e.printStackTrace(); } } }
上传资源
用户评论