上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 72 下一页
摘要: package com.joysuccess; //import com.bstek.ureport.console.UReportServlet; import com.bstek.ureport.console.UReportServlet; import org.springframework 阅读全文
posted @ 2022-02-15 18:40 tonggc1668 阅读(55) 评论(0) 推荐(0) 编辑
摘要: @EnableTransactionManagement https://www.cnblogs.com/joelYe/p/13784774.html Spring Boot的事务管理注解@EnableTransactionManagement的使用 https://blog.csdn.net/u0 阅读全文
posted @ 2022-02-15 14:58 tonggc1668 阅读(19) 评论(0) 推荐(0) 编辑
摘要: MySql的时区(serverTimezone)引发的血案 https://www.cnblogs.com/zhuitian/p/12436300.html java 解决date 类型的时间插入mysql中差8小时 https://www.shangmayuan.com/a/d0aa20937e0 阅读全文
posted @ 2022-02-14 09:50 tonggc1668 阅读(117) 评论(0) 推荐(0) 编辑
摘要: MySQL5.7+Keepalived双主HA架构 https://blog.csdn.net/cuiruidu3106/article/details/100438947 HA部署步骤 1、mysql_check.sh脚本 发现mysql挂了 杀死本机的keepalived 主备均部署 cat > 阅读全文
posted @ 2022-02-10 19:49 tonggc1668 阅读(262) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #/etc/keepalived/check_mysql.sh #chmod u+x /etc/keepalived/check_mysql.sh if [ `ps -ef|grep -w "$0"|grep -v "grep"|wc -l` -gt 2 ];then exi 阅读全文
posted @ 2022-02-10 19:35 tonggc1668 阅读(29) 评论(0) 推荐(0) 编辑
摘要: binlog_ignore_db引起的同步复制故障 https://blog.csdn.net/cuiruidu3106/article/details/100439021 replicate_wild_do_table和replicate-wild-ignore-table的使用【转】 https 阅读全文
posted @ 2022-02-10 13:32 tonggc1668 阅读(28) 评论(0) 推荐(0) 编辑
摘要: RPM 命令 http://math.ecnu.edu.cn/~jypan/Teaching/Linux/command/rpm.htm Linux rpm 命令参数使用详解及强制安装和忽略依赖 https://blog.csdn.net/wzyzzu/article/details/4125090 阅读全文
posted @ 2022-02-09 19:26 tonggc1668 阅读(22) 评论(0) 推荐(0) 编辑
摘要: echo "$(date +'%F %T') nginx down, keepalived will stop" 2022-02-09 15:55:33 nginx down, keepalived will stop echo "`date "+%F %H:%M:%S"`" 2022-02-10 阅读全文
posted @ 2022-02-09 15:59 tonggc1668 阅读(28) 评论(0) 推荐(0) 编辑
摘要: /var/log/messages 2022-02-09T10:33:43.326580+08:00 linux-90ii kernel: [3529212.412777] IPv4: martian source 172.16.1.165 from 172.16.1.165, on dev eth 阅读全文
posted @ 2022-02-09 10:51 tonggc1668 阅读(140) 评论(0) 推荐(0) 编辑
摘要: /sbin/arping -I eth0 -c 5 -s 172.16.1.165 172.16.1.1 &>/dev/null组合命令清除全部arp缓存:arp -n|awk '/^[1-9]/{system("arp -d "$1)}' 阅读全文
posted @ 2022-02-08 19:01 tonggc1668 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 72 下一页