专题文章
时长:00:00更新时间:2020-11-09 18:08:24
jdk连接mysql测试_MySQL:bitsCN.com import java.sql.*; public class TestJDBC { public static void main(String[] arges) throws SQLException,ClassNotFoundException{ String user=root; String pwd=mysql; //设定URL String myjdbc=jdbc:mysql://localhost:3306/test; //
查看详情