摘要: 苹果升级之后, 编译出错后第一个值得尝试的操作. export CGO_CPPFLAGS="-Wno-error -Wno-nullability-completeness -Wno-expansion-to-defined -Wno-builtin-requires-header" xcode-s 阅读全文
posted @ 2022-11-28 17:27 Aibot 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Dragonboat Log Replication 代码走读 Dragonboat 是一个开源的高性能Go实现的Raft共识协议实现. 具有良好的性能和久经社区检验的鲁棒性, 机遇巧合, 接触到. 因此决定结合Raft博士论文走读其源码. 今天带来Raft中三大核心之一的日志复制Log Repli 阅读全文
posted @ 2022-10-11 17:58 Aibot 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Pebble 性能参数调优 Pebble vs Rocksdb参数调优表 | 序号 | Pebble参数 | Pebble配置建议 | Rocksdb参数 | Rocksdb配置建议 | 其他 | | | | | | | | | LevelOptions | | | | | | | 1 | BlockRestartInterv 阅读全文
posted @ 2022-09-16 16:42 Aibot 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 我的 Python/Java/Spring/Go/Whatever Client Won’t Connect to My Apache Kafka Cluster in Docker/AWS/My Brother’s Laptop. My Python/Java/Spring/Go/Whatever Client Won’t Connect to My Apache Kafka Cluster in Docker/AWS/My Brother’s Laptop. Please Help! 本文翻译自stackoverflow中k 阅读全文
posted @ 2022-06-09 21:45 Aibot 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Windows 平台环境变量及其他功能总结 在Windows平台中设置环境变量 通过Windows terminal和powershell都可以为Window OS设置环境变量. 分别使用$Env:variable-name和 [environment]::SetEnvironmentvariable("variable-name","val 阅读全文
posted @ 2022-06-06 10:23 Aibot 阅读(158) 评论(0) 推荐(0) 编辑
摘要: iview 酸爽debug: subMenu默认选中无效的解决方法 一. 在iview中写一个submenu <Col span="3" type="flex" v-if="showCids"> <Menu ref="menus" theme="light" active-name="0" @on-select="selectMenu" width="auto" > 阅读全文
posted @ 2022-06-02 23:25 Aibot 阅读(474) 评论(0) 推荐(0) 编辑