- 博客(5)
- 收藏
- 关注
原创 was not registered for synchronization because synchronization is not active
vue前后端分离,删除时前端调用后端接口显示删除成功,但数据库,和前端展现的数据没有变化,在后端删除方法后端sout打字,运行的时候也没显示后来发现是前端mock.js模拟数据没有注释,可能因为正则表达式匹配,所以调用删除时调用的是mock中的方法,没有调用后端接口...
2022-05-20 21:36:58
1857
原创 npm WARN deprecated har-validator@5.1.5: this library is no longer supportednpm WARN deprecated uui
安装Vue中出现的问题npm WARN deprecated har-validator@5.1.5: this library is no longer supportednpm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problema..
2022-05-10 11:18:27
7398
原创 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘v
Error creating bean with name 'emailController': Injection of resource dependencies failed;错误后面还有很长一段话,查了之后发现是环境配置问题发现mail环境配置是黄色,以为是间隔问题,发现怎么调都有黄色(此时在mybatics后面),把它放在mybatics(前面没有空格),就好了...
2022-05-09 09:32:27
3066
原创 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atlx.dao.IUserM
springboot整合Mybatics,报错找不到映射.xml后来发现yml中没有配置mybatics,但还是报错,后来发现这个位置很重,mybatics前面不能有空格
2022-05-08 21:31:50
1718
原创 python3 安装BeautifulSoup遇到的问题总结
python2 通过pip install beautifulsoup4的方式下载了但是无法使用调查后beautifulsoup4支持python3然后下载了python3配置了环境,发现Script 包里没有文件通过在cmd 在 python安装文件夹下运行python -m ensurepip自动安装然后从python2的Script中复制了两个文件过来easy_install.exeeasy_install-2.7.exe...
2022-01-24 17:19:20
1157
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人