上一页 1 2 3 4 5 6 ··· 13 下一页
  2023年11月15日
摘要: #1:(注意!)使用Git bash here执行: #2:查看git每个人当日提交代码行数(修改--after="2023-11-15 00:00:00"日期为今天 ,可以查询当日所有人提交代码量),--before="2099-12-31 23:59:59" 为截止时间 git log --fo 阅读全文
posted @ 2023-11-15 16:52 花开浪漫拾 阅读(947) 评论(0) 推荐(13)
  2023年11月13日
摘要: #为了解决本地打包上传到服务器时耗时过久,直接用服务器自动更新代码并打包 #使用 sh linux-dabao-auto.sh 即可 linux-dabao-1-git-pull.sh #更新代码cd /home/app/szzy/yjdaxt/git/sz-yjda/home/app/szzy/y 阅读全文
posted @ 2023-11-13 17:51 花开浪漫拾 阅读(118) 评论(0) 推荐(0)
  2023年9月18日
摘要: 代码如下: @ControllerAdvice public class GlobalExceptionHandler { private static final Logger logger = LoggerFactory.getLogger(GlobalExceptionHandler.clas 阅读全文
posted @ 2023-09-18 11:33 花开浪漫拾 阅读(103) 评论(0) 推荐(0)
  2023年9月12日
摘要: 原因: openjdk无法打包 解决:maven打包名加上 -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true 比如:mvn clean -Dmaven.wagon.http.ssl.insecure=t 阅读全文
posted @ 2023-09-12 00:46 花开浪漫拾 阅读(740) 评论(0) 推荐(10)
  2023年8月24日
摘要: 解决:使用call来调用命令 ::当前目录 set work_path=%~dp0 cd /d %work_path% call mvn clean call mvn install echo ok... pause 执行结果: 阅读全文
posted @ 2023-08-24 17:12 花开浪漫拾 阅读(97) 评论(0) 推荐(0)
  2023年7月19日
摘要: nohup作为简单的jar包部署程序,可以保证关闭窗口后程序继续运行。 使用说明: APP_NAME设置为jar包名,脚本和jar包放在同一个目录下脚本命名为:start.sh 自己随意命名。 启动: sh start.sh #这里可替换为你自己的执行程序,其他代码无需更改 APP_NAME=aaa 阅读全文
posted @ 2023-07-19 21:16 花开浪漫拾 阅读(509) 评论(0) 推荐(3)
  2023年7月13日
摘要: 达梦数据库报错时提示:不是 GROUP BY 表达式 解决: 第1步: 执行 sp_set_para_value函数如下: select para_name,para_value,para_type from v$dm_ini where para_name='COMPATIBLE_MODE'; # 阅读全文
posted @ 2023-07-13 20:12 花开浪漫拾 阅读(4328) 评论(0) 推荐(17)
  2023年7月12日
摘要: #定义在当前项目下,使springboot能扫描到 @Configuration public class RequestLoggerFilter { @Bean public CommonsRequestLoggingFilter commonsRequestLoggingFilter() { C 阅读全文
posted @ 2023-07-12 11:17 花开浪漫拾 阅读(135) 评论(0) 推荐(2)
  2023年7月8日
摘要: CentOS安装JDK-tar.gz文件 查看:https://www.cnblogs.com/zhi-leaf/p/10315125.html 阅读全文
posted @ 2023-07-08 17:57 花开浪漫拾 阅读(32) 评论(0) 推荐(0)
摘要: 命令启动chrome时候提示:Running as root without --no-sandbox is not supported. See https://crbug.com/638180. 解决无法启动谷歌chrome浏览器: cd /usr/bin 发现目录下有 google-chrom 阅读全文
posted @ 2023-07-08 14:07 花开浪漫拾 阅读(3024) 评论(0) 推荐(13)
上一页 1 2 3 4 5 6 ··· 13 下一页