上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: #!/bin/bash DATE=`date +%Y-%m-%d` log_file=/data/tomcat/logs/localhost.$DATE.log if [ ! -f $log_file ]; then exitfi grep "SEVERE" $log_file >/dev/null 阅读全文
posted @ 2020-03-14 17:09 荣神益人 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.51cto.com/735526/2112807https://www.jianshu.com/p/597a927b4b8d 安装 sendmail.mailx:yum -y install sendmailyum install mailx -y 设置好自启动:ch 阅读全文
posted @ 2020-03-14 16:40 荣神益人 阅读(363) 评论(0) 推荐(0) 编辑
摘要: from configparser import ConfigParser from concurrent.futures import ThreadPoolExecutor import pymysql import math import time def get_db_conn(): retu 阅读全文
posted @ 2020-03-14 11:15 荣神益人 阅读(189) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zeng1994/p/3a32e18355e85640e6df307c7f7a5429.html 安装SVNyum install -y subversionsvnserve --version mkdir /data/buildcd /data/bu 阅读全文
posted @ 2020-03-14 08:57 荣神益人 阅读(396) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dawnbreaks/mysql2redis yum -y install autoconf libtoolyum -y install expat-develyum -y install mysql-develyum -y install expatyum - 阅读全文
posted @ 2020-03-14 08:54 荣神益人 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 升级到5.3.0service redisd stop wget https://github.com/JohnSully/KeyDB/archive/v5.3.0.tar.gztar zxvf v5.3.0.tar.gzrm -f v5.3.0.tar.gzcd KeyDB-5.3.0makema 阅读全文
posted @ 2020-03-14 08:51 荣神益人 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_23374741/article/details/72805923 wget https://github.com/alibaba/canal/releases/download/canal-1.1.4/canal.deployer-1.1.4.ta 阅读全文
posted @ 2020-03-14 08:48 荣神益人 阅读(326) 评论(0) 推荐(0) 编辑
摘要: https://alibaba.github.io/arthas/install-detail.html curl -L https://alibaba.github.io/arthas/install.sh | sh /sbin/iptables -I INPUT -p tcp --dport 3 阅读全文
posted @ 2020-03-14 08:46 荣神益人 阅读(803) 评论(0) 推荐(0) 编辑
摘要: 安装服务端https://github.com/ctripcorp/apollo/wiki/%E5%88%86%E5%B8%83%E5%BC%8F%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97 从 https://github.com/ctripcorp/apollo/re 阅读全文
posted @ 2020-03-14 08:42 荣神益人 阅读(846) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/c1a3101efb30129e646deb7b.html 阅读全文
posted @ 2020-03-13 18:59 荣神益人 阅读(1682) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页