摘要: 首先了解传统JDBC实现逻辑: public static void main(String[] args) { //Connection对象 Connection conn = null; //Statement对象 Statement stmt = null; //ResultSet对象 Res 阅读全文
posted @ 2020-05-29 01:25 BadFisher 阅读(189) 评论(0) 推荐(0)