mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-24 10:50:06 +08:00
fix: update index and README
This commit is contained in:
parent
7ca42224fb
commit
c27e0e6ca2
20
README.md
20
README.md
@ -2,17 +2,17 @@
|
||||
|
||||
[](https://github.com/doocs/advanced-java/actions)
|
||||
[](https://github.com/doocs/advanced-java/blob/master/LICENSE)
|
||||
[](https://github.com/doocs/advanced-java)
|
||||
[](#公众号)
|
||||
[](https://github.com/doocs/technical-books)
|
||||
[](https://github.com/doocs/leetcode)
|
||||
[](/docs/extra-page/rights-defending-action.md)
|
||||
[](https://github.com/doocs/advanced-java/stargazers)
|
||||
[](https://github.com/doocs/advanced-java/tree/master/docs/from-readers#contributors)
|
||||
[](https://github.com/doocs/advanced-java/labels/help%20wanted)
|
||||
[](https://github.com/doocs/advanced-java/issues)
|
||||
[](http://makeapullrequest.com)
|
||||
[](https://doocs.github.io/#/?id=how-to-join)
|
||||
[](https://github.com/doocs/advanced-java/stargazers)
|
||||
[](https://github.com/doocs/advanced-java/network/members)
|
||||
[](https://github.com/doocs/advanced-java/tree/master/docs/from-readers#contributors)
|
||||
[](https://github.com/doocs/advanced-java/issues)
|
||||
[](https://github.com/doocs/advanced-java)
|
||||
[](/docs/extra-page/rights-defending-action.md)
|
||||
[](#公众号)
|
||||
[](https://github.com/doocs/leetcode)
|
||||
|
||||
|
||||
本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。[我](https://github.com/yanglbme)对这部分知识做了一个系统的整理,方便学习查阅。
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
* [分布式服务接口的幂等性如何设计(比如不能重复扣款)?](./docs/distributed-system/distributed-system-idempotency.md)
|
||||
* [分布式服务接口请求的顺序性如何保证?](./docs/distributed-system/distributed-system-request-sequence.md)
|
||||
* [如何自己设计一个类似 Dubbo 的 RPC 框架?](./docs/distributed-system/dubbo-rpc-design.md)
|
||||
* [CAP定理的P是什么](./docs/distributed-system/distributed-system-cap.md)
|
||||
* [CAP 定理的 P 是什么?](./docs/distributed-system/distributed-system-cap.md)
|
||||
|
||||
### 分布式锁
|
||||
|
||||
|
@ -54,6 +54,7 @@
|
||||
- [分布式服务接口的幂等性如何设计?](./docs/distributed-system/distributed-system-idempotency.md)
|
||||
- [分布式服务接口请求的顺序性如何保证?](./docs/distributed-system/distributed-system-request-sequence.md)
|
||||
- [如何自己设计一个类似 Dubbo 的 RPC 框架?](./docs/distributed-system/dubbo-rpc-design.md)
|
||||
- [CAP 定理的 P 是什么?](./docs/distributed-system/distributed-system-cap.md)
|
||||
|
||||
- 分布式锁
|
||||
- [Zookeeper 都有哪些应用场景?](./docs/distributed-system/zookeeper-application-scenarios.md)
|
||||
|
Loading…
Reference in New Issue
Block a user