会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
友哥
博客园
首页
新随笔
联系
管理
订阅
2025年4月19日
【测试】发张图片看看
摘要:
阅读全文
posted @ 2025-04-19 16:00 友哥
阅读(6)
评论(0)
推荐(0)
2022年1月23日
计算redo使用的比例
摘要: 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 '
阅读全文
posted @ 2022-01-23 17:56 友哥
阅读(71)
评论(0)
推荐(0)
2021年12月10日
2021开启,2022收获
摘要: 2021年,之所以有能开启眼界,是因为自己正逐步跳出舒适区。以前一直在舒适区,一直就只想搞技术,其他所有机会一概不看,21年在耳濡目染下,眼界开阔了,考虑事情也更加全面了,没想到技术也有较大提升。
阅读全文
posted @ 2021-12-10 21:04 友哥
阅读(69)
评论(0)
推荐(0)
2020年5月19日
分布式系统就是恶魔
摘要: 想要头秃,就搞这个
阅读全文
posted @ 2020-05-19 16:30 友哥
阅读(172)
评论(0)
推荐(0)
2020年4月29日
性能上不去?调一调?
摘要: net.core.rmem_max = 16777216net.core.wmem_max = 16777216net.core.rmem_default = 16777216net.core.wmem_default = 16777216net.ipv4.tcp_rmem = 4096 87380
阅读全文
posted @ 2020-04-29 21:49 友哥
阅读(206)
评论(0)
推荐(0)
2020年2月20日
leveldb is beautiful
摘要: 名不虚传
阅读全文
posted @ 2020-02-20 16:47 友哥
阅读(134)
评论(0)
推荐(0)
2020年2月9日
memory_order_consume
摘要: #include <thread> #include <atomic> #include <cassert> #include <string> std::atomic<std::string*> ptr; int data; void producer() { std::string* p = n
阅读全文
posted @ 2020-02-09 16:11 友哥
阅读(317)
评论(0)
推荐(0)
2019年11月6日
java ssh免密登录
摘要: 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; /**
阅读全文
posted @ 2019-11-06 10:27 友哥
阅读(1782)
评论(0)
推荐(0)
2019年10月24日
[8.0][MGR][bug]多主模式,外键冲突错误
摘要: https://bugs.mysql.com/bug.php?id=96758
阅读全文
posted @ 2019-10-24 11:44 友哥
阅读(291)
评论(0)
推荐(0)
2019年9月9日
内核月报bookmark
摘要: http://mysql.taobao.org/monthly/2015/05/
阅读全文
posted @ 2019-09-09 23:04 友哥
阅读(119)
评论(0)
推荐(0)
下一页
公告