`
文章列表
JDBC编程步骤: 1. load the Driver     1. Class.forName()|Class.forName().newInstance()|newDriverName()     2.实例化时自动向DriverManager注册,不需显式调用DriverManager,registerDriver方法 2.Connect to the DataBase     1.DriverManager.getConnection() 3.Execute the ...
Global site tag (gtag.js) - Google Analytics