上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 使用方法: 1.拉取代码到本地工作空间 git clone https://gitee.com/light-zhang/springboot-fulltext.git 2.项目中引入依赖 <dependency> <groupId>skdapp.cn</groupId> <artifactId>sp 阅读全文
posted @ 2020-09-10 18:07 light-zhang 阅读(677) 评论(0) 推荐(0) 编辑
摘要: set GLOBAL max_connections=3000; set GLOBAL table_open_cache=3000; set GLOBAL mysqlx_max_connections=3000; set GLOBAL tmp_table_size=333554432; show v 阅读全文
posted @ 2020-09-04 10:26 light-zhang 阅读(109) 评论(0) 推荐(0) 编辑
摘要: location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; # First attempt 阅读全文
posted @ 2020-08-19 10:29 light-zhang 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: -XX:MetaspaceSize=128m #元空间默认大小-XX:MaxMetaspaceSize=128m #元空间最大大小-Xms1024m #堆最大大小-Xmx1024m #堆默认大小-Xmn256m #新生代大小-Xss256k #棧最大深度大小 -XX:SurvivorRatio=8 阅读全文
posted @ 2020-08-17 16:25 light-zhang 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: 缺少环境依赖 https://pkgs.org/search/?q=libtcnative-1.so 根据系统下载对应的环境,然后安装就可以了 阅读全文
posted @ 2020-08-17 15:56 light-zhang 阅读(2510) 评论(0) 推荐(0) 编辑
摘要: set GLOBAL max_connections=3000; set GLOBAL table_open_cache=3000; set GLOBAL mysqlx_max_connections=3000; 阅读全文
posted @ 2020-08-17 11:21 light-zhang 阅读(254) 评论(0) 推荐(0) 编辑
摘要: package skdapp.cn.stream.common.generator; import java.time.Instant; import java.util.HashSet; import java.util.Objects; import java.util.Set; import 阅读全文
posted @ 2020-08-17 10:01 light-zhang 阅读(6417) 评论(0) 推荐(0) 编辑
摘要: 近1分钟平均负载 1.32 近5分钟平均负载 1.17 近15分钟平均负载 1.11 LIMIT 16 MAX 16 SAFE 12 宝塔的服务器负载算法: var _lval = Math.round((load.one / load.max) * 100); if (_lval > 100) _ 阅读全文
posted @ 2020-08-06 16:00 light-zhang 阅读(636) 评论(0) 推荐(0) 编辑
摘要: apt-get install gcc apt-get install make apt-get install gdb apt-get install build-essential 阅读全文
posted @ 2020-06-30 10:25 light-zhang 阅读(891) 评论(0) 推荐(0) 编辑
摘要: 1.安装nautilus apt install nautilus 2.安装nautilus打开终端的扩展 apt install nautilus-extension-gnome-terminal 3.重启nautilus nautilus -q 阅读全文
posted @ 2020-06-27 15:45 light-zhang 阅读(616) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页