2023年8月4日

idea 设置代码字体大小后,又变回去了,重启后字体大小变回原大小问题

摘要: 设置这个位置可以解决。 阅读全文

posted @ 2023-08-04 17:21 停不下来的菜鸟 阅读(215) 评论(0) 推荐(0) 编辑

2023年6月8日

error:java: compilation failed: internal java compiler error

摘要: 转自:https://xie.infoq.cn/article/537f575c166d556db9773002f java: Compilation failed: internal java compiler error 解决办法: 1、查看项目的 jdk(Ctrl+Alt+shift+S) F 阅读全文

posted @ 2023-06-08 11:53 停不下来的菜鸟 阅读(126) 评论(0) 推荐(0) 编辑

2023年4月13日

idea中 maven 本地仓库有jar包,但还是找不到,解决打包失败和无法引用的问题

摘要: 1, 删除 项目下的 .iml 文件,然后重启idea, 点击 maven 上面的刷新; 2,在缺少.iml文件项目下运行 mvn idea:module ,完成后将自动生成.iml文件,并且引用都成功了。 阅读全文

posted @ 2023-04-13 15:13 停不下来的菜鸟 阅读(2194) 评论(0) 推荐(0) 编辑

2023年4月12日

Can not construct instance of com.hm.drgs.platform.common.dto.data.group.DrgsRecordGroupResultDto, problem: Should never call 'set' on setterless property

摘要: 报错全部信息: JSON parse error: Can not construct instance of com.hm.drgs.platform.common.dto.data.group.DrgsRecordGroupResultDto, problem: Should never cal 阅读全文

posted @ 2023-04-12 15:43 停不下来的菜鸟 阅读(17) 评论(0) 推荐(0) 编辑

2021年8月31日

IDEA 忽略日志,注释日志,log日志上显示不打印,但是需要看日志的情况

摘要: 1,上图中,对log日志关闭了,在启动项目的时候只显示个 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || 阅读全文

posted @ 2021-08-31 11:36 停不下来的菜鸟 阅读(752) 评论(0) 推荐(0) 编辑

2020年6月16日

org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter 42 report clientip: uid: sid: -

摘要: 项目启动的时候报异常: Description: Field profile2RuleVariatesConvertService in com.hm.sentry.module.mc.service.impl.MedicalRecordQcServiceImpl required a bean o 阅读全文

posted @ 2020-06-16 15:13 停不下来的菜鸟 阅读(5036) 评论(0) 推荐(0) 编辑

2019年9月3日

mysql 数据库批量刷新表字段数据

摘要: UPDATE a,bSET b.studentno = a.studentnumber WHERE b.studentno IS NULL AND a.p_id = b.p_id 阅读全文

posted @ 2019-09-03 18:44 停不下来的菜鸟 阅读(633) 评论(0) 推荐(0) 编辑

2019年4月24日

linux环境上报异常java.lang.NoSuchMethodError

摘要: 23-Apr-2019 18:11:35.545 INFO [http-nio-10052-exec-10] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detec 阅读全文

posted @ 2019-04-24 17:23 停不下来的菜鸟 阅读(902) 评论(0) 推荐(0) 编辑

2019年4月16日

WebRoot/WEBINF下的classes文件内无法生成编译文件,classes下没有文件,eclipse无法编译项目

摘要: 其实主要问题还是一个eclipse配置的问题。 如下图。将这一项的勾取消掉。 转自:https://blog.csdn.net/qq_36443497/article/details/79684231 阅读全文

posted @ 2019-04-16 15:41 停不下来的菜鸟 阅读(617) 评论(0) 推荐(0) 编辑

2019年3月4日

linux环境启动rocketmq服务 报connect to <10.4.86.6:10909> failed异常

摘要: 解决方式: 需要给Producer和Consumer的DefaultMQPushConsumer对象set这个参数,生产者和消费者都需要,否则不能正常消费消息; 这个问题解决后可能还会出现: connect to <10.4.86.6:10911> failed异常 提醒一下:查看下linux环境上 阅读全文

posted @ 2019-03-04 16:42 停不下来的菜鸟 阅读(2519) 评论(0) 推荐(0) 编辑

导航