- 博客(10)
- 收藏
- 关注
原创 在mybatisplus里,设置可变长度的查询条件并用括号单独括起来。
思路很简单,or也可以循环,但是括起来怎么括呢?就是使用querywrapper的apply()方法。2.再用专场字段and这些id。
2023-07-09 23:30:32 429
原创 ERROR:ORA-01017: 用户名/口令无效; 登录被拒绝
2.看看oracle的sid。注意,这俩也是需要启动的。3.看看对应的服务开了没。很有可能是这个服务没开。
2023-06-05 13:37:36 1631
原创 Bean named ‘studentService‘ is expected to be of type ‘XXX‘ was actually of type ‘XXX‘
解决 把@Resourse注入改为@Autowired。
2023-04-03 22:51:24 224
原创 nested exception is org.apache.ibatis.binding.BindingException
这样一对比很容易就看出来,我之前找半天也没找着,mybatis在传递多个对象参数的时候,这些对象属性前面一定要加 对象.
2023-03-30 09:34:44 151
原创 阿里云人脸识别报bug String index out of range: -1
很有可能是包调错了,阿里云很多类名字一样的,我今天打断点找了半天才发现包调错了,不过也得多亏了我之前有个成功的不然更麻烦。
2023-03-18 17:13:57 201
原创 前端Vue错误:我copy了点代码,但是一直报node-sass版本不是7.几,是四点几,可我已经把原版本卸了重装了几次四点几这个版本,还报这个错,很可能是这没改
修改为
2022-04-22 05:28:09 140
原创 前端Vue错误:can‘t read properties of undefined
1.首先找到报错的地方2.发现问题,没引用3.查这个是什么,然后安装引入即可4.成功
2022-04-22 05:20:04 1216
原创 [Request processing failed; nested exception is org.springframework.http.converter.HttpMessageConver
[Request processing failed; nested exception is org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class com.example.sprbk.tqs2.Entity.user]; nested exception is com.fasterxml.jackson.databind.exc.Inva..
2022-03-15 08:51:23 4428 1
原创 An error happened during template parsing (template: “ServletContext resourc
原因:我们没有配置web作为一个web跟目录,表现就是没那个蓝点解决:成功
2021-09-18 20:40:51 1724
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人