
java
文章平均质量分 55
完备世界
真干货技术分享,无保留,有问题可以提问。如果有什么不对的欢迎指点。
展开
-
谷歌发布app生成签名,报错Unable to export or encrypt the private key
谷歌发布app生成签名,报错Unable to export or encrypt the private key原创 2022-07-16 21:04:02 · 3206 阅读 · 0 评论 -
Cannot invoke “org.springframework.data.redis.core.StringRedisTemplate.opsForValue()“ because “this.
在spring boot项目开发中,使用数据缓存至redis失败,出现一下错误,Cannot invoke "org.springframework.data.redis.core.StringRedisTemplate.opsForValue()" because "this.redisTemplate" is null测试连接redis 一切正常。原创 2022-07-06 13:36:01 · 7339 阅读 · 0 评论 -
java 腾讯云短信提示这个,The SecretId is not found, please ensure that your SecretId is correct.
根据官方文档,点击发送数据提示:问题解决:原创 2022-07-04 01:47:56 · 4928 阅读 · 6 评论 -
Springboot mybaits plus mysql 数据查询时间格式化
Springboot mybaits mysql 数据查询时间格式化原创 2022-04-08 17:31:28 · 5509 阅读 · 2 评论 -
linux 下部署springboot 配置上传文件路径 Caused by: java.io.IOException: Unexpected output data
linux 下部署springboot 配置上传文件路径 Caused by: java.io.IOException: Unexpected output data原创 2022-04-04 19:27:00 · 4843 阅读 · 3 评论 -
实现Springboot中MyBatisplus使用selectPage, IPage和Page分页,没有limit效果
实现Springboot中MyBatisplus使用selectPage, IPage和Page分页,没有limit效果原创 2022-03-31 17:44:21 · 4108 阅读 · 0 评论 -
Cannot invoke “com.**.mapper.**Mapper.insert(Object)“ because “this.**Mapper“ is null
在创建springboot 项目搭建mybatis plus时候使用 bannerMapper 执行新增操作,报错提示,导入的bannerMapper 是空,不存在原创 2022-03-31 00:39:50 · 11353 阅读 · 0 评论 -
Parsed mapper file: ‘file [**\target\classes\mapper\**Mapper.xml]‘
第一次配置mybatis plus 运行出现这个错误。Parsed mapper file: 'file [**\target\classes\mapper\**Mapper.xml]' 但是服务启动成功了。原创 2022-03-30 23:53:34 · 3178 阅读 · 4 评论 -
Error creating bean with name ‘**ServiceImpl‘: Unsatisfied dependency expressed through field ‘baseM
mybaits plus3 创建好环境后运行发现出现这个错误,找了一圈没有找到原因。原创 2022-03-30 22:55:17 · 8739 阅读 · 2 评论 -
Windows下gdal 的 Java 环境配置 以及 release-1911-x64-gdal-3-0-2-mapserver-7-4 配置文件下载
1.在这里直接利用下载下来的编译好的文件,下载地址:https://download.youkuaiyun.com/download/lz201104/122422752.下下来应该是个压缩包,解压缩,需要做两个不操作:1、下载已编译好的gdal,如我下载的 x64 位的 release-1900-x64-gdal-2-3-2-mapserver-7-2-1, 解压之后,会得到如下图所示文件:...原创 2020-03-11 22:44:29 · 1565 阅读 · 1 评论