© 1999-2048 dssz.net 粤ICP备11031372号
[SQLServer] 连接数据库
说明: import java.sql.*; public class DBHelper { static String driver = "com.mysql.jdbc.Driver"; static String url = "jdbc:mysql://localhost:3306/school_db"; static String username = "root"; static String password = "root"; // 取得数据库连接 public static Connec<dinggelxm> 上传 | 大小:2kb