摘要: -Xms128M -Xmx128M -Xmn128M -Xss1M -XX:MetaspaceSize=128M -XX:MaxMetaspaceSize=128M 详细: https://www.cnblogs.com/likehua/p/3369823.html 阅读全文
posted @ 2022-03-14 11:13 南有乔木不可修思 阅读(6) 评论(0) 推荐(0)
摘要: @desc: 业务场景是需要两个定时线程,定时取modbus中查询气体信息;A线程为取值线程,B线程为信息维护; 问题:A线程death private ScheduledExecutorService scheduledExecutorService = Executors.newSchedule 阅读全文
posted @ 2022-03-14 11:12 南有乔木不可修思 阅读(65) 评论(0) 推荐(0)
摘要: mysql 8.0.20 安装配置详细教程 mysql 8.0.20 安装配置详细教程_Mysql_脚本之家 1. 下载解压安装包 2. 配置文件my.ini,建立 Data目录,都和bin同级 [mysqld] #设置3306端口 port=3306 #设置mysql的安装目录 basedir=D 阅读全文
posted @ 2022-03-11 10:57 南有乔木不可修思 阅读(41) 评论(0) 推荐(0)
摘要: mapper.xml 中使用全局变量 where designer_name != '${@com.cht.common.utils.MyConstant@noJob}' Mybatis Plus Mappper试用wrapper的表达式 public interface WpPinHoleTask 阅读全文
posted @ 2022-03-11 10:19 南有乔木不可修思 阅读(77) 评论(0) 推荐(0)
摘要: Nginx 路径问题 location /protraceService/ { #root html; #index index.html index.htm; proxy_pass http://localhost:8080/; proxy_set_header X-Real-IP $remote 阅读全文
posted @ 2022-03-11 10:13 南有乔木不可修思 阅读(61) 评论(0) 推荐(0)
摘要: Redis 可视化工具 http://www.redisant.cn/ 将redis注册为Windows服务 命令规整 注册服务 redis-server --service-install redis.windows.conf 删除服务 redis-server --service-uninsta 阅读全文
posted @ 2022-03-11 10:12 南有乔木不可修思 阅读(14) 评论(0) 推荐(0)
摘要: Springboot引入 参考:https://www.cnblogs.com/sjshare/p/10669001.html // 1. 继承starter parent <parent> <groupId>org.springframework.boot</groupId> <artifactI 阅读全文
posted @ 2022-03-11 10:10 南有乔木不可修思 阅读(40) 评论(0) 推荐(0)
摘要: SpringCloud 的一些知识点 SpringCloud微服务中gateway网关的使用(三)——predicates的九种常用配置方式 https://blog.csdn.net/weixin_44009447/article/details/109390229 Webflux快速入门 htt 阅读全文
posted @ 2022-03-11 10:07 南有乔木不可修思 阅读(49) 评论(0) 推荐(0)
摘要: Maven打包jar包到本地仓库 # 正确 mvn install:install-file "-Dfile=.\piggy-settlement-sdk-1.6.jar" "-DgroupId=com.piggy" "-DartifactId=piggy-settlement-sdk" "-Dve 阅读全文
posted @ 2022-03-11 10:06 南有乔木不可修思 阅读(75) 评论(0) 推荐(0)
摘要: /** 摘自 2021年11月19日 扫码项目、通过注解设置不同值 **/ public static TraceExport parse(Trace trace) throws IllegalAccessException { TraceExport traceExport = new Trace 阅读全文
posted @ 2022-03-11 10:00 南有乔木不可修思 阅读(20) 评论(0) 推荐(0)