- 博客(6)
- 收藏
- 关注
原创 ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated 问题
ORCLE启动时报错:ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated ORA-01264: Unable to create archived log file name
2022-12-06 23:31:52
1846
原创 SQL Server时间转换查询报错
convert(varchar(7),getDate(),23) 格式为: 2022-3 select convert(varchar(7),getDate(),23) from workorder 当getDate()作为条件时 where字句会报字符准换错误 解决办法:
2022-03-09 15:38:50
432
原创 SpringBoot项目测试时报NullPointException报错
自己在写用户登录的时候 在test里面测试 发现控制台报了空指针错误 很奇怪自己哪里没有数据 想了想或许是那步没有get到数据 于是debug 运行在这一步程序空指针了 打开一看 在获取avatar是空的 解决方法:由于我用的是注解 所以没有写Mapper配置类 所以在properties里面加上mybatis.configuration.map-underscore-to-camel-case=true 运行成功截图 ...
2021-11-28 16:46:19
531
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅