摘要: 1、原始操作方法 Class.forName("com.mysql.jdbc.Driver"); //获取数据库链接对象 Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/asd?useSSL=fal 阅读全文
posted @ 2020-07-20 14:55 Dragon_xl 阅读(867) 评论(0) 推荐(0)