源码解读第一天:raft 与Paxos

Raft 学习记录 todo task01:搭建tikv环境 task01:搭建tikv环境(容器版本,和源码版本) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 在Cen

Tidb入门1

TinyKV 是PingCAP公司推出的一套开源分布式KV存储实战课程:https://github.com/tidb-incubator/tinykv

Tidb入门1

文章地址 http://localhost:1313/post/tidb/2022/tidb_01/ https://wangcy6.github.io/post/tidb/2022/tidb_01/ 管理配置 tiup 拓扑结构 https://docs.pingcap.com/zh/tidb/stable/minimal-deployment-topology/ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54

一周精彩内容分享(第五期)

文章地址: http://localhost:1313/post/ARTS/2022/1/ https://wangcy6.github.io/post/ARTS/2022/1/ 第一部分:work输出 什么都没有。 一、我提交的pr 什么都没有 二、 我阅读代码 音视频开发入门 https://github.com/wangcy6/simplest_mediadata_test.git 逆向工程demo。 https://gitee.com/wang_cyi/weixinHookDemo code_reading_rocksdb 开始阅读 https://gitee.com/wang_cyi/code_reading_rocksdb-6.0.1 三 、

leetcode_medium_100-200

开始日期 更新日期 备注 2020-6-10 2020-6-10 中等难度总结 地址: http://localhost:1313/post/leetcode/leetcode_medium/ 题目汇总 螺旋矩阵 https://leetcode-cn.com/problems/spiral-matrix/solution/yi-zhou-yi-ti-di-san-bian-by-aleafboat-23zg/ 螺旋矩阵 II https://leetcode-cn.com/problems/spiral-matrix-ii/ 61 旋转链表 ok https://leetcode-cn.com/problems/rotate-list/description/ 奇偶链表 https://leetcode-cn.com/problems/odd-even-linked-list/ 面试题 02.04. 分割链表 https://leetcode-cn.com/problems/partition-list-lcci/ 不同路径 https://leetcode-cn.com/problems/unique-paths/description/ 同类题目 https://leetcode-cn.com/problems/longest-increasing-path-in-a-matrix/ 543 二