上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 121 下一页
摘要: 鉴于之前的查询方法,在这里我们可以写一个通用的方法 /** * 鉴于 student、和customer查询的方法有好多相同之处,在此可以写一个通用的方法 */ public <T> T get(Class<T> clazz, String sql, Object... args) { // 不知道 阅读全文
posted @ 2019-12-11 22:23 与f 阅读(350) 评论(0) 推荐(0)
摘要: ResultSetMetaData 类 调用ResultSet 的getMetaData()方法得到ResultSetMetaData 类对象; 可用于获取关于 ResultSet 对象中列的类型和属性信息的对象: getColumnName(int column):获取指定列的名称 getColu 阅读全文
posted @ 2019-12-11 17:35 与f 阅读(344) 评论(0) 推荐(0)
摘要: 原始的数据表 查询的结果 转: https://blog.csdn.net/YL1214012127/article/details/48297037 阅读全文
posted @ 2019-12-11 17:26 与f 阅读(241) 评论(0) 推荐(0)
摘要: 这是原始的数据表 这是查询结果: 转: https://blog.csdn.net/YL1214012127/article/details/48296639 阅读全文
posted @ 2019-12-11 17:21 与f 阅读(388) 评论(0) 推荐(0)
摘要: 之前的更新方法 升级后的方法: 转: https://blog.csdn.net/YL1214012127/article/details/48293137 阅读全文
posted @ 2019-12-11 17:17 与f 阅读(170) 评论(0) 推荐(0)
摘要: 转: https://blog.csdn.net/YL1214012127/article/details/48292825 阅读全文
posted @ 2019-12-11 17:08 与f 阅读(330) 评论(0) 推荐(0)
摘要: 转: https://blog.csdn.net/YL1214012127/article/details/48273693 阅读全文
posted @ 2019-12-11 17:01 与f 阅读(387) 评论(0) 推荐(0)
摘要: //jdbc工具类 转: https://blog.csdn.net/YL1214012127/article/details/48214093 阅读全文
posted @ 2019-12-11 16:57 与f 阅读(294) 评论(0) 推荐(0)
摘要: 转 : https://blog.csdn.net/YL1214012127/article/details/48213745 阅读全文
posted @ 2019-12-11 16:29 与f 阅读(409) 评论(0) 推荐(0)
摘要: 转 : https://blog.csdn.net/YL1214012127/article/details/48211415 阅读全文
posted @ 2019-12-11 16:18 与f 阅读(159) 评论(0) 推荐(0)
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 121 下一页