nonlinearthink / nonlinearthink.github.io

My Blog
http://nonlinearthink.github.io
0 stars 0 forks source link

彻底理解 JDBC | nonlinearthink's blog #30

Closed nonlinearthink closed 11 months ago

nonlinearthink commented 3 years ago

https://nonlinearthink.github.io/java/jdbc-summary/

JDBC (Java Database Connectivity) ,属于 Java 应用编程中比较基础的一块,我们会从最基本的开始,由浅入深地解释 JDBC 中的各种问题。 连接数据库驱动初始化基于 Class.forName 的初始化想要开始 JDBC 编程,第一步是需要把 数据库驱动程序 的代码加载进来。 可以利用 Class.forName 函数,它原本的功能是返回一个 类或者接口的 Cl