会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MrFugui
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
下一页
2020年10月2日
Unexpected exception encountered during query.
摘要: mysql-connector 版本太低了,更换新的jar包就行了
阅读全文
posted @ 2020-10-02 08:05 MrFugui
阅读(288)
评论(0)
推荐(0)
2020年9月30日
IllegalArgumentException: Mapped Statements collection does not contain value for com.msy.IAccountDa
摘要: 写mybatis的时候出现了这个错误信息 一直找了两个小时的bug 最后发现 忘记写了一个dao包! Mybatis总结 1....
阅读全文
posted @ 2020-09-30 21:24 MrFugui
阅读(11)
评论(0)
推荐(0)
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address‘ in
摘要: 写mybatis注解配置的时候报错 org.apache.ibatis.reflection.ReflectionExceptio...
阅读全文
posted @ 2020-09-30 17:53 MrFugui
阅读(56)
评论(0)
推荐(0)
Mabatis中#{}和${}的区别
摘要: 动态 sql 是 mybatis 的主要特性之一,在 mapper 中定义的参数传到 xml 中之后,在查询之前 mybatis 会...
阅读全文
posted @ 2020-09-30 10:21 MrFugui
阅读(19)
评论(0)
推荐(0)
2020年9月29日
ReflectionException: There is no getter for property named ‘com‘ in ‘class com.msy.domain.Account‘
摘要: 在使用mybatis查询多表查询的时候出现了这样的问题 问题的原因: 配置association property的时候 pro...
阅读全文
posted @ 2020-09-29 18:21 MrFugui
阅读(31)
评论(0)
推荐(0)
Type interface com.msy.dao.IAccountDao is not known to the MapperRegistry.
摘要: 创建新的test的时候出现的错误 这个时候提示找不到MapperRegistry 所以是主配置文件里面的mapper忘记改了 ...
阅读全文
posted @ 2020-09-29 16:46 MrFugui
阅读(25)
评论(0)
推荐(0)
2020年9月28日
org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apac
摘要: 在写配置mybatis的时候报错 这里的原因是因为你在xml中配置了信息就必须在测试类里面实现出来 
评论(0)
推荐(0)
2020年9月27日
Exception in thread “main“ java.lang.IllegalArgumentException: 传入的参数有误
摘要: 跟着黑马视频学mybatis框架的时候,第一天的内容是手写框架,所以每一步都按照老师的来,出现了这样的错误, 找了好几个小时没有找...
阅读全文
posted @ 2020-09-27 19:29 MrFugui
阅读(115)
评论(0)
推荐(0)
2020年9月25日
错误分析last packet sent successfully to the server was 0 milliseconds ago. The driver has not received
摘要: 在网上找了很多方法,都没用结果发现忘记写localhost了
阅读全文
posted @ 2020-09-25 21:47 MrFugui
阅读(1030)
评论(0)
推荐(0)
2020年9月24日
错误分析:Unknown initial character set index ‘255‘ received from server. Initial client character
摘要: Unknown initial character set index ‘255’ received from server. In...
阅读全文
posted @ 2020-09-24 20:06 MrFugui
阅读(72)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
下一页
公告