2019年6月8日
摘要: 基于java+mysql实现JDBC对学生信息进行增删改查 连接数据库 # db.propertiesjdbc.driver=com.mysql.cj.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/menagerie?serverTimezone=U 阅读全文
posted @ 2019-06-08 17:17 辉夜星 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 使用JDBC CallableStatements执行存储过程 实验目的:掌握jdbc callableStatements 的执行过程。 实验内容:掌握jdbc callableStatements 的执行过程。 实验过程: CallableStatement的所有超级接口为PreparedSta 阅读全文
posted @ 2019-06-08 17:12 辉夜星 阅读(488) 评论(0) 推荐(0) 编辑