上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: cd /home/ober/oceanbase/build_debug/tools/ob_admin make ob_admin 阅读全文
posted @ 2022-07-03 17:40 stupidstan2019 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 【reconfirm结构】 【try_fetch_log_】 阅读全文
posted @ 2022-07-03 17:36 stupidstan2019 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 【测试方法】 create table t2 (c1 int primary key, c2 int) partition by hash(c1) partitions 1; select table_id , table_name from oceanbase.__all_table_v2 whe 阅读全文
posted @ 2022-07-03 10:22 stupidstan2019 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.shuzhiduo.com/A/MAzAQMr1z9/ curl https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env 阅读全文
posted @ 2022-06-18 08:45 stupidstan2019 阅读(28) 评论(1) 推荐(0) 编辑
摘要: etcd20w行代码 存储引擎boltdb九千行,核心代码4k行 源码笔记 1)https://youjiali1995.github.io/storage/boltdb/#%E8%AF%BB%E4%BA%8B%E5%8A%A1%E9%98%BB%E5%A1%9E%E5%86%99%E4%BA%8B 阅读全文
posted @ 2022-06-12 18:19 stupidstan2019 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 【rust远程调试】 跟原来调试c程序类似 参考 https://munan.tech/blog/75283104.html https://www.cnblogs.com/jiangshifu/p/15321572.html 【tikv编译】 git clone https://github.co 阅读全文
posted @ 2022-06-11 07:42 stupidstan2019 阅读(132) 评论(3) 推荐(0) 编辑
摘要: 【参考】 http://senlinzhan.github.io/2015/04/20/%E8%B0%88%E8%B0%88C-%E7%9A%84%E6%99%BA%E8%83%BD%E6%8C%87%E9%92%88/ 【解决的问题】 【调用栈】 #unique_ptr.h 1000行代码 ~un 阅读全文
posted @ 2022-06-04 11:49 stupidstan2019 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 【引用】 https://www.cnblogs.com/yangxunwu1992/p/5875254.html 【demo代码】 #include <stdio.h> #include <setjmp.h> void change(int r, int s, int a, int v); jmp 阅读全文
posted @ 2022-06-04 10:01 stupidstan2019 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 【主要注意点】 1)pthread_cond_signal在多处理器上可能同时唤醒多个线程 2)notify丢失问题,处理完任务后要检查队列 https://blog.51cto.com/u_15310381/3228038 【笔记】 1)std::condition_variable是使用的pth 阅读全文
posted @ 2022-05-25 00:05 stupidstan2019 阅读(97) 评论(2) 推荐(0) 编辑
摘要: 1)参考书宁的博客 2)ext3和ext4的功能 3)性能调优 https://people.redhat.com/rpeterso/KB/ext3_tune.html 阅读全文
posted @ 2022-05-15 21:34 stupidstan2019 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页