问题处理
文章平均质量分 72
三井寿出手了
见自己、见天地、见众生
展开
-
Could not resolve host: mirrors.cloud.aliyuncs.com
今天在一台centos 7 上使用yum时出现了异常htttp://mirrors.aliyun.com/centos/7/os//repodata/repomd.xml : HTTP Error 404. - Not Found Could not resolve host: mirrors.cloud.aliyuncs.com定位问题首先,检查了网络配置、DNS均是正常的然后通过浏览器访问htttp://mirrors.aliyun.com/centos/7/os//repoda..原创 2022-04-07 22:31:43 · 6855 阅读 · 0 评论 -
测试环境的问题,Remote JVM Debug 帮我甩锅
作为一名自信的程序员,应该学会Remote Debugging 利用jvm远程调试来甩锅给环境原创 2021-08-25 11:37:33 · 525 阅读 · 0 评论 -
HikariCP的ConnectionTimeout应该配多少
ConnectionTimeoutThis property controls the maximum number of milliseconds that a client (that’s you) will wait for a connection from the pool. If this time is exceeded without a connection becoming available, a SQLException will be thrown. Lowest accept.原创 2021-05-11 20:15:17 · 5500 阅读 · 0 评论 -
Mysql join语句索引失效-数据表使用不同字符集
explain无法体现未命中索引show warnings 开出来问题修改需要谨慎1.改SQL2.改表的字符集原创 2021-05-07 17:43:22 · 399 阅读 · 0 评论 -
Kotlin静态代码检测工具 Detekt Plugin自定义配置 TooManyFunctions 不生效
使用IntelliJ 的Detekt插件: 工具默认接口类方法阈值是11个,我希望改到更大![在这里插入图片描述](https://img-blog.csdnimg.cn/20210413170556955.png#pic_center)问题描述:参考官方文档进行如下配置![在这里插入图片描述](https://img-blog.csdnimg.cn/20210413170656961.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5na原创 2021-04-13 17:47:04 · 713 阅读 · 1 评论 -
MybatisPlus exception ==> LambdaUtils.getColumnMap(this.entityClass) must not be null
使用SpringBoot + MybatisPlus时 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.6.RELEASE</version> <relati原创 2021-02-04 09:30:21 · 1216 阅读 · 0 评论 -
shiro报错org.apache.shiro.UnavailableSecurityManagerException
shiro报错org.apache.shiro.UnavailableSecurityManagerException原创 2017-05-11 16:26:32 · 3503 阅读 · 2 评论 -
Mybatis 0 != ““ 引发的问题
啦啦啦原创 2020-12-26 11:08:00 · 1267 阅读 · 1 评论