博主首页
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 44 下一页
摘要: (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value 先按提示添加maxLifetime的超时时间试试看 spring: # 数据库连接 dataso 阅读全文
posted @ 2022-09-22 09:17 笑~笑 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: There are test failures.Please refer to D:\Projects\java_basic\app-jna-sdk\target\surefire-reports for the individual test results. Please refer to du 阅读全文
posted @ 2022-09-14 18:12 笑~笑 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 线上大量异常,查看日志,却只有java.lang.NullPointerException,无异常堆栈信息,无法定位异常的位置。只能在本地调试查找异常位置,但是在本地调试过程中却可以打印异常堆栈的。后来继续查找之前的日志,之前的某段时间这个地方是存在异常堆栈信息的。可以设置JVM参数,在启动进程的时 阅读全文
posted @ 2022-09-14 11:44 笑~笑 阅读(129) 评论(0) 推荐(0) 编辑
摘要: assert jobPO!=null; JobTaskVO jobTaskVO = new JobTaskVO(); BeanUtils.copyProperties(jobPO,jobTaskVO); 标识此处必须为true ,否则异常 阅读全文
posted @ 2022-09-07 11:50 笑~笑 阅读(10) 评论(0) 推荐(0) 编辑
摘要: identifier of an instance of com.peony.common.entity.po.TaskGroupPO was altered from to 2c288aa6-b1 JPA :这个错误是由于在一个事务中更新了主键,而主键是不能被更新的. 可能操作:查询出来,然后se 阅读全文
posted @ 2022-08-31 20:09 笑~笑 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 如果存在多个%d,则需要在不是作为分割时间的里面加上aux <springProperty scope="context" name="appLogPath" source="appLogPath" defaultValue="/data/backup" /> <appender name="FIL 阅读全文
posted @ 2022-08-31 14:02 笑~笑 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-30 11:25 笑~笑 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 不怎么喜欢再另外试用其它的代码管理工具,所以直接在idea中操作分支代码以及合并; 1、master分支作为主分支、线上发版代码、随时可以发版代码 2、其它分支开发分支 情况1:生产环境出现bug ,修改master分支提交,其它分支进行rebase主分支master,更新修改的bug代码 reba 阅读全文
posted @ 2022-08-30 09:50 笑~笑 阅读(111) 评论(0) 推荐(0) 编辑
摘要: git提交信息规范化 2021-08-16 16:59:48 当我们编写完代码 ,提交到远程仓库的时候,一般会用到git提交。 commit之前需要写commit message, 对应的类型有: build:影响构建系统或者外部依赖关系的更改 ci:更改我们的持续集成文件和脚本 docs:仅文档更 阅读全文
posted @ 2022-08-23 16:24 笑~笑 阅读(31) 评论(0) 推荐(0) 编辑
摘要: sh文件在linux上报错原因很简单,因为现在开发大都是在windows环境下开发,生成的文件也都默认是windows格式。 而sh文件必须是unix格式才能保证在linux环境下正常执行。 在windows上使用notepad++编辑器一键转换为unix格式。notepad++在编程界应该是很有名 阅读全文
posted @ 2022-08-23 16:05 笑~笑 阅读(236) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 44 下一页