摘要: jdbc的链接 //1. 导入数据库驱动 Class.forName("com.mysql.jdbc.Driver"); //2.获取连接对象 try{ String url = "jdbc:mysql://localhost:3306/student?useSSL=false";// 获取数据库连 阅读全文
posted @ 2022-12-08 18:51 子离离 阅读(68) 评论(0) 推荐(0)