logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mybatis异常:org.apache.ibatis.binding.BindingException: Parameter ‘userId‘ not found.

最近在项目中遇到了问题,就是标题中的问题,报的错误是:这个userid找不到。如果大家遇到了这个问题,先用maven给clear一下,然后再install一下,然后再去检查dao层或者mapper的写法是否有问题。我在网上查了好多,关于这个错误的解决办法,但是都没有找到我的这个问题的解决方案,我都检查了,我的写法是正确的,因为是之前项目中,使用没有问题的代码,拉到本地就不能用了,之前在服务器上跑起

#maven#java#bug
使用gradle4.3构建spring源码的时候报错:

* What went wrong:A problem occurred configuring root project 'spring'.> Could not resolve all files for configuration ':classpath'.> Could not resolve org.jetbrains.dokka:integration:0.9.15.Req

文章图片
#gradle#spring
踩坑日记: springcloud多环境Maven配置报错 active: @profileActive@

Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next tokenfound character '@' that cannot start any token. (Do not use @ for indentation)in 'reader', line 4, column 13:a

#maven#java
C# SQL Server数据库里存时间(datetime)怎么能,不存后三位的毫秒

问题:    当我根据时间去查数据库的时候,发现必须要精确到后三位的毫秒才能查得到数据,然而,C#的datetime函数,不精确到毫秒,也可能精确到毫秒,只是我没有找到。但是我找到,别的方法。  对于datetime这个数据类型,我查了好多。存到数据库里的格式是这样的(2019-11-26 17:02:41.893),当我们要查这个时间的数据的时候,就要获得精确到后三位的毫秒,这个就很难过...

到底了