Loading

摘要: 引用JDBC相关的所有接口或者是抽象类的时候,必须导java.sql的包,方便后期的维护和管理 整体 1、加载驱动类:Class.forName() 2、获取数据库连接:DriverManager.getConnection() 3、创建SQL语句执行句柄:Connection.createStat 阅读全文
posted @ 2021-12-30 17:50 Zhbeii 阅读(39) 评论(0) 推荐(0) 编辑
摘要: Serializability of a class is enabled by the class implementing the java.io.Serializable interface. Classes that do not implement this interface will 阅读全文
posted @ 2021-12-30 17:18 Zhbeii 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/three-fighter/p/14396208.html 阅读全文
posted @ 2021-12-30 09:26 Zhbeii 阅读(13) 评论(0) 推荐(0) 编辑