- 博客(2)
- 收藏
- 关注
原创 JDBC
DriverManager获取数据库连接 Class.forName(driver); DriverManager.getConnection(driverUrl, user, password); @Test public void testDriver() throws SQLException{ //1. 创建一个Driver实现类的对象 Driver driver
2016-12-14 23:47:14
598
原创 JAVA基础
int []a = new int[10]; char [] a = new char[10]; String a = new String("abcd"); int []a = new int[]{1, 2, 3}; int [][]b = {{1, 2, 3},{4, 5, 6}}; int [][]b = new int [1
2016-12-14 23:44:53
324
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅