会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ITKenH
博客园
首页
新随笔
联系
订阅
管理
2020年11月27日
tomcat端口占用:Identify and stop the process that's listening on port 9113 or configure this application to listen
摘要: 请参考 https://blog.csdn.net/weixin_44519467/article/details/104072103 总结为3步操作: 打开cmd 查看端口进程:netstat -nao 杀掉进程:taskkill /pid 进程号 -f 重新启动springboot项目
阅读全文
posted @ 2020-11-27 16:03 ITKenH
阅读(1410)
评论(0)
推荐(0)
2020年6月16日
Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.lxh.mapper3.clazzMapper.selCla
摘要: 1.异常信息 Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentExce
阅读全文
posted @ 2020-06-16 11:40 ITKenH
阅读(564)
评论(0)
推荐(0)
2020年6月12日
Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'param1' in 'class com.lxh.mybatis.pojo.User'
摘要: 1.错误信息 org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: There
阅读全文
posted @ 2020-06-12 19:35 ITKenH
阅读(788)
评论(0)
推荐(0)
Error querying database. Cause: org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map com.lxh.mybatis.mapper.UserMapper.int
摘要: 1.报错信息: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.builder.IncompleteElementException: C
阅读全文
posted @ 2020-06-12 19:14 ITKenH
阅读(444)
评论(0)
推荐(0)
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
摘要: 1.此异常发生是在学习Mybatis用连接池pooled方式连接数据库的时候,突然出现的异常。做上一个测试还是正常的,网上百度了下原因,大多是说mysql的wait_timeout和 interactive_timeout值设置比连接池的minEvictableIdleTimeMillis大。我再解
阅读全文
posted @ 2020-06-12 17:27 ITKenH
阅读(698)
评论(0)
推荐(0)
2020年6月10日
Windows破解 idea2019.1.4
摘要: 1.破解需要的jar包 链接: https://pan.baidu.com/s/1DWQFxtnPtOrMAooq1ebELg 提取码: cfgf 2.idea破解步骤 添加刚下载的jar包到bin目录下: 编辑bin目录下的两个文件idea.exe.vmoptions,idea64.exe.vmo
阅读全文
posted @ 2020-06-10 23:44 ITKenH
阅读(3217)
评论(1)
推荐(0)
公告