上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页
摘要: 完整的警告信息: *** [WARN] *** Your open file limit is currently 1024. It should be set to 65000 to avoid operational disruption. If you no longer wish to se 阅读全文
posted @ 2022-01-18 20:29 Clotho_Lee 阅读(1106) 评论(0) 推荐(0)
摘要: 先登入root用户 su 安装X11服务端 apt install xorg apt install openbox 安装X11客户端 apt install xauth 如果是编译代码,还需要安装开发包 apt install xorg-dev libgl1-mesa-dev 阅读全文
posted @ 2022-01-17 14:19 Clotho_Lee 阅读(1310) 评论(0) 推荐(0)
摘要: Windows go env -w GOPROXY=https://goproxy.cn,direct Linux/Mac.方法1: export GOPROXY=https://goproxy.cn Linux/Mac.方法2: vim ~/.bashrc 在里面添加一行: export GOPR 阅读全文
posted @ 2022-01-17 11:54 Clotho_Lee 阅读(841) 评论(0) 推荐(0)
摘要: 解决方法: 点击终端卡片(tab)的右边的+号,选择Command Prompt或PowerShell 阅读全文
posted @ 2022-01-15 00:19 Clotho_Lee 阅读(214) 评论(0) 推荐(0)
摘要: PyCharm创建新项目时很慢,停留在下载pip的状态。换成国内源(镜像)可提速。 修改默认配置: File -> New Projects Settings -> Settings for New Projects -> Pytthon Interpreter -> Python 3.x -> p 阅读全文
posted @ 2022-01-13 08:34 Clotho_Lee 阅读(12520) 评论(0) 推荐(0)
摘要: nginx #启动 nginx -s quit #退出,完成当前请求再关闭 nginx -s stop #强制关闭,不管当前是否有请求或请求是否已完成 nginx -s reload #重新加载配置文件,相当于在线重启,但服务不会中断 nginx -t #验证配置文件 nginx -c "配置文件路 阅读全文
posted @ 2022-01-13 00:54 Clotho_Lee 阅读(50) 评论(0) 推荐(0)
摘要: 部署规划 假设有4台机,IP分别是: 192.168.100.105 192.168.100.110 192.168.100.115 192.168.100.120 每台机都部署后端服务(jar或war),绑定的端口都是8080。Nginx部署在192.168.100.105机。 配置 编辑ngin 阅读全文
posted @ 2022-01-13 00:47 Clotho_Lee 阅读(138) 评论(0) 推荐(0)
摘要: 原因: 依赖的组件没安装 解决方法: Ubuntu apt install openssl gcc zlib1g libpcre3 Redhat/CentOS yum install openssl gcc zlib pcre 安装组件后,重新执行编译和安装Nginx命令: ./configure 阅读全文
posted @ 2022-01-12 23:36 Clotho_Lee 阅读(7819) 评论(0) 推荐(0)
摘要: 完整报错信息: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.l 阅读全文
posted @ 2022-01-12 01:16 Clotho_Lee 阅读(4324) 评论(0) 推荐(1)
摘要: 一、硬件环境 假设有4台机,IP及主机名如下: 192.168.100.105 c1 192.168.100.110 c2 192.168.100.115 c3 192.168.100.120 c4 二、软件环境 操作系统:Ubuntu Server 18.04 三、安装单机版 1.下载源代码包 h 阅读全文
posted @ 2022-01-12 00:54 Clotho_Lee 阅读(523) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页