会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mangoCzp
博客园
首页
新随笔
联系
管理
订阅
2025年6月10日
go vscode debug
摘要: 安装插件 go delve go install github.com/go-delve/delve/cmd/dlv@master
阅读全文
posted @ 2025-06-10 17:43 mangoCzp
阅读(37)
评论(0)
推荐(0)
2022年4月11日
Raft
摘要: https://docs.qq.com/doc/DY0VxSkVGWHFYSlZJ https://raft.github.io/raft.pdf https://github.com/maemual/raft-zh_cn https://github.com/gopherWxf/tinykv/bl
阅读全文
posted @ 2022-04-11 11:23 mangoCzp
阅读(132)
评论(0)
推荐(0)
2022年1月7日
C++ static 变量
摘要: https://developer.aliyun.com/article/793257 单例: https://huanyingtianhe.github.io/2018/01/22/c-%E4%B8%AD%E7%9A%84static%E5%8F%98%E9%87%8F%E5%92%8C%E7%B
阅读全文
posted @ 2022-01-07 13:57 mangoCzp
阅读(39)
评论(0)
推荐(0)
2022年1月4日
update golang
摘要: git clone https://github.com/udhos/update-golang cd update-golang sudo ./update-golang.sh
阅读全文
posted @ 2022-01-04 17:09 mangoCzp
阅读(56)
评论(0)
推荐(0)
2021年11月9日
gdb 打印 vector 元素
摘要: p ((ruleSet->rules()._M_impl._M_start)@1) p (((vec._M_impl._M_start)+3))
阅读全文
posted @ 2021-11-09 15:46 mangoCzp
阅读(167)
评论(0)
推荐(0)
2021年10月19日
升级 libc
摘要: https://cnodejs.org/topic/56dc21f1502596633dc2c3dc
阅读全文
posted @ 2021-10-19 17:16 mangoCzp
阅读(42)
评论(0)
推荐(0)
2021年9月23日
go 语言调试
摘要: https://guidao.github.io/go_debug.html go build -gcflags "-N -l" test8.go 编译代码,-gcflags是给go编译器的参数,gc是go compile的意思。-N是不要优化代码,-l 是禁止内联代码。
阅读全文
posted @ 2021-09-23 14:14 mangoCzp
阅读(54)
评论(0)
推荐(0)
2021年7月21日
raft 协议
摘要: https://www.jianshu.com/p/7a313173b56a
阅读全文
posted @ 2021-07-21 18:03 mangoCzp
阅读(22)
评论(0)
推荐(0)
2021年6月18日
C++ 线程池
摘要: https://wangpengcheng.github.io/2019/05/17/cplusplus_theadpool/
阅读全文
posted @ 2021-06-18 17:59 mangoCzp
阅读(41)
评论(0)
推荐(0)
2021年6月17日
c++ 11 async. (async/deferred)
摘要: The current C++11 std::launch only has two modes: async or deferred. In a production system, neither is what you want: async will launch a new thread
阅读全文
posted @ 2021-06-17 16:04 mangoCzp
阅读(175)
评论(0)
推荐(0)
下一页
公告