摘要: 查看监听的端口 netstat -lnpt 检查端口被哪个进程占用 netstat -lnpt |grep 8080 查看进程的详细信息 ps PID 查看所有进程 top 查看内存情况 free -m 查看系统日志 # 关于'内存不足... 阅读全文
posted @ 2020-08-19 15:41 游园拾忆 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1、 HTTP 请求 server { listen 80; server_name www.xxxxxxxx.com; location / { p... 阅读全文
posted @ 2020-04-24 13:37 游园拾忆 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 腾讯云社区 - 安装mysql 5.6https://cloud.tencent.com/developer/article/1041714 腾讯云社区 - 腾讯云服务器Linux系统--安装redishttps://cloud.tencent.com/dev... 阅读全文
posted @ 2020-04-23 15:07 游园拾忆 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 一、安装依赖软件(邮件服务) yum -y install policycoreutils openssh-server openssh-clients postfix 二、开启postfix 启动之前先检查一下文件配置是否正确postfix check 开启... 阅读全文
posted @ 2019-11-21 10:16 游园拾忆 阅读(67) 评论(0) 推荐(0) 编辑
摘要: copy /b *.ts new.ts 阅读全文
posted @ 2019-11-01 12:11 游园拾忆 阅读(166) 评论(0) 推荐(0) 编辑
摘要: java.util.Properties; 读取文件 通过Properties类对象中的方法load(InputStream),从.properties文件对应的文件输入流中,加载属性列表到Properties类对象,然后getProper... 阅读全文
posted @ 2019-02-14 16:32 游园拾忆 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 连接管理类 public class GetXMPPConnection { //获取连接 public static AbstractXMPPConnection getConnection(){ AbstractXMPPC... 阅读全文
posted @ 2018-12-10 15:54 游园拾忆 阅读(114) 评论(0) 推荐(0) 编辑
摘要: tigase-server 安装与启动 下载 tigase-server-XXX-dist-max.tar.gz, 并解压修改 tigase.conf 中的 JAVA_HOME 路径配置 init.properties 中的 --admins=admin... 阅读全文
posted @ 2018-12-10 15:43 游园拾忆 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Nginx 1.90 以上版本增加对tcp协议的支持,但需要配置参数开启代理。 模块参数 --with-stream –-w... 阅读全文
posted @ 2018-11-20 17:06 游园拾忆 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 依赖模块--with-http_ssl_module 查看ngixn现有模块 /usr/local/nginx/sbin/ng... 阅读全文
posted @ 2018-11-20 17:05 游园拾忆 阅读(40) 评论(0) 推荐(0) 编辑