摘要: 一、JDBC六个步骤 1.加载驱动 Class.forName(driver_class); 2.创建数据库连接 DriverManager.getConnection(url,user,password); 3.创建PreparedStatement PreparedStatement ps=co 阅读全文
posted @ 2020-11-10 18:36 如花ya 阅读(70) 评论(0) 推荐(0)