Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2bf7bcf

Browse files
Update README.md
1 parent 01907b9 commit 2bf7bcf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
- [Spring/SpringBoot](#springspringboot)
6767
- [MyBatis](#mybatis)
6868
- [Netty (必看 :+1:)](#netty-必看-1)
69+
- [ZooKeeper](#zookeeper)
6970
- [认证授权](#认证授权)
7071
- [JWT](#jwt)
7172
- [SSO(单点登录)](#sso单点登录)
@@ -77,7 +78,6 @@
7778
- [RPC](#rpc)
7879
- [API 网关](#api-网关)
7980
- [分布式 id](#分布式-id)
80-
- [ZooKeeper](#zookeeper)
8181
- [微服务](#微服务)
8282
- [高并发](#高并发)
8383
- [消息队列](#消息队列)
@@ -249,6 +249,14 @@
249249
1. [剖析面试最常见问题之 Netty(上)](https://xiaozhuanlan.com/topic/4028536971)
250250
2. [剖析面试最常见问题之 Netty(下)](https://xiaozhuanlan.com/topic/3985146207)
251251

252+
#### ZooKeeper
253+
254+
> 前两篇文章可能有内容重合部分,推荐都看一遍。
255+
256+
1. [【入门】ZooKeeper 相关概念总结](docs/system-design/distributed-system/zookeeper/zookeeper-intro.md)
257+
2. [【进阶】ZooKeeper 相关概念总结](docs/system-design/distributed-system/zookeeper/zookeeper-plus.md)
258+
3. [【实战】ZooKeeper 实战](docs/system-design/distributed-system/zookeeper/zookeeper-in-action.md)
259+
252260
### 认证授权
253261

254262
**[《认证授权基础》](docs/system-design/authority-certification/basis-of-authority-certification.md)** 这篇文章中我会介绍认证授权常见概念: **Authentication**,**Authorization** 以及 **Cookie****Session**、Token、**OAuth 2****SSO** 。如果你不清楚这些概念的话,建议好好阅读一下这篇文章。
@@ -309,14 +317,6 @@ RPC 让调用远程服务调用像调用本地方法那样简单。
309317

310318
简单的说,就是一次大的操作由不同的小操作组成,这些小的操作分布在不同的服务器上,且属于不同的应用,分布式事务需要保证这些小操作要么全部成功,要么全部失败。本质上来说,分布式事务就是为了保证不同数据库的数据一致性。
311319

312-
#### ZooKeeper
313-
314-
> 前两篇文章可能有内容重合部分,推荐都看一遍。
315-
316-
1. [【入门】ZooKeeper 相关概念总结](docs/system-design/distributed-system/zookeeper/zookeeper-intro.md)
317-
2. [【进阶】ZooKeeper 相关概念总结](docs/system-design/distributed-system/zookeeper/zookeeper-plus.md)
318-
3. [【实战】ZooKeeper 实战](docs/system-design/distributed-system/zookeeper/zookeeper-in-action.md)
319-
320320
### 微服务
321321

322322
1. [ 大白话入门 Spring Cloud](docs/system-design/micro-service/spring-cloud.md)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /