傲娇蜡烛

文章
5
资源
0
加入时间
4年1月24天

原始JDBC操作(查询数据)

//注册驱动Class.forName("com.mysql.jdbc.Driver");//获得连接Connection connection = DriverManager.getConnection("jdbc:mysql:///test","root","root");//获得statementPrepareStatement statement = connection.pre...