-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6646974
commit e97abfc
Showing
5 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ | |
|
||
2. [c](./2c/0目录.md) | ||
|
||
2. [shell](./3shell/0目录.md) | ||
3. [shell](./3shell/0目录.md) | ||
|
||
4. [python](./4python/0目录.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ | |
|
||
2. [k8s](./2k8s/0目录.md) | ||
|
||
3. [服务网格](./3服务网格/0目录.md) | ||
3. [服务网格](./3服务网格/0目录.md) | ||
|
||
4. [helm](./4helm.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
## 目录 | ||
|
||
1. [概念](1数据结构.md) | ||
1. [1数据结构](1数据结构.md) | ||
|
||
2. [go自己实现](https://github.com/xiaomeng79/go-algorithm) | ||
2. [2一致性哈希算法](./2一致性哈希算法.md) | ||
|
||
3. [3算法](./3算法.md) | ||
|
||
|
||
[go自己实现](https://github.com/xiaomeng79/go-algorithm) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
## 目录 | ||
|
||
1. [1负载均衡](./1负载均衡.md) | ||
1. [1负载均衡](./1负载均衡.md) | ||
|
||
2. [2概念](./2概念.md) | ||
|
||
3. [3跨公网调用优化](./3跨公网调用优化.md) | ||
|
||
4. [4秒杀系统](./4秒杀系统.md) | ||
|
||
5. [5缓存](./5缓存.md) | ||
|
||
|
||
[常见设计](./000常见设计.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters