摘要:
while true ; do mysql -h127.0.0.1 -usbtest -psbtest -Bse "show engine innodb status\G" | grep "flushed up to" | awk '{print $5}' | tr "\n" " " | awk ' 阅读全文
摘要:
2021年,之所以有能开启眼界,是因为自己正逐步跳出舒适区。以前一直在舒适区,一直就只想搞技术,其他所有机会一概不看,21年在耳濡目染下,眼界开阔了,考虑事情也更加全面了,没想到技术也有较大提升。 阅读全文
摘要:
net.core.rmem_max = 16777216net.core.wmem_max = 16777216net.core.rmem_default = 16777216net.core.wmem_default = 16777216net.ipv4.tcp_rmem = 4096 87380 阅读全文
摘要:
#include <thread> #include <atomic> #include <cassert> #include <string> std::atomic<std::string*> ptr; int data; void producer() { std::string* p = n 阅读全文
摘要:
package com.meituan.stabletest.sshtest; import java.io.InputStream; import com.jcraft.jsch.Channel; import com.jcraft.jsch.ChannelExec; import com.jcraft.jsch.JSch; import com.jcraft.jsch.Session; /** 阅读全文
摘要:
https://bugs.mysql.com/bug.php?id=96758 阅读全文