会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天地不仁以万物为刍狗
博客园
首页
新随笔
新文章
联系
订阅
管理
2022年7月19日
Spring的IBATIS查询工具类 SqlMapClientTemplate.queryForList 分页参数详解
摘要: 贴出原API详解: 底层接口实现来自:com.ibatis.sqlmap.client.SqlMapExecutor queryForList public java.util.List queryForList(java.lang.String id, java.lang.Object param
阅读全文
posted @ 2022-07-19 14:38 苟活之刍
阅读(460)
评论(0)
推荐(0)
2022年5月19日
解决com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
摘要: 问题: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction; nested exception is com
阅读全文
posted @ 2022-05-19 14:22 苟活之刍
阅读(2951)
评论(0)
推荐(0)
2022年3月23日
JDK版本之TLS协议问题
摘要: 项目启动报如下错误: The server selected protocol version TLS10 is not accepted by client preferences [TLS12] The driver could not establish a secune connection
阅读全文
posted @ 2022-03-23 17:04 苟活之刍
阅读(1329)
评论(0)
推荐(0)
2022年1月17日
idea 右下角不显示git分支
摘要: idea操作过程中,右下角分支突然不显示了,查了好多博客都没解决掉我的问题,后面自己搞出来了,如下 版本:2021.1.13 解决办法如下: 最后分支显示出来了😊
阅读全文
posted @ 2022-01-17 11:17 苟活之刍
阅读(3110)
评论(0)
推荐(0)