@@ -324,22 +324,22 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
324324
325325### 理论&算法&协议
326326
327- - [ CAP 理论和 BASE 理论解读] ( ./docs/ distributed-system/protocol/cap-and-base-theorem.md )
328- - [ Paxos 算法解读] ( ./docs/ distributed-system/protocol/paxos-algorithm.md )
329- - [ Raft 算法解读] ( ./docs/ distributed-system/protocol/raft-algorithm.md )
330- - [ Gossip 协议详解] ( ./docs/ distributed-system/protocol/gossip-protocl.md )
327+ - [ CAP 理论和 BASE 理论解读] ( https://javaguide.cn/ distributed-system/protocol/cap-and-base-theorem.html )
328+ - [ Paxos 算法解读] ( https://javaguide.cn/ distributed-system/protocol/paxos-algorithm.html )
329+ - [ Raft 算法解读] ( https://javaguide.cn/ distributed-system/protocol/raft-algorithm.html )
330+ - [ Gossip 协议详解] ( https://javaguide.cn/ distributed-system/protocol/gossip-protocl.html )
331331
332332### RPC
333333
334- - [ RPC 基础知识总结] ( ./docs/ distributed-system/rpc/rpc-intro.md )
335- - [ Dubbo 常见知识点&面试题总结] ( ./docs/ distributed-system/rpc/dubbo.md )
334+ - [ RPC 基础知识总结] ( https://javaguide.cn/ distributed-system/rpc/rpc-intro.html )
335+ - [ Dubbo 常见知识点&面试题总结] ( https://javaguide.cn/ distributed-system/rpc/dubbo.html )
336336
337337### ZooKeeper
338338
339339> 这两篇文章可能有内容重合部分,推荐都看一遍。
340340
341- - [ ZooKeeper 相关概念总结(入门)] ( ./docs/ distributed-system/distributed-process-coordination/zookeeper/zookeeper-intro.md )
342- - [ ZooKeeper 相关概念总结(进阶)] ( ./docs/ distributed-system/distributed-process-coordination/zookeeper/zookeeper-plus.md )
341+ - [ ZooKeeper 相关概念总结(入门)] ( https://javaguide.cn/ distributed-system/distributed-process-coordination/zookeeper/zookeeper-intro.html )
342+ - [ ZooKeeper 相关概念总结(进阶)] ( https://javaguide.cn/ distributed-system/distributed-process-coordination/zookeeper/zookeeper-plus.html )
343343
344344### API 网关
345345
@@ -348,45 +348,45 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
348348
349349### 分布式 ID
350350
351- [ 分布式 ID 详解 ] ( ./docs/ distributed-system/distributed-id.md )
351+ [ 分布式 ID 常见知识点&面试题总结 ] ( https://javaguide.cn/ distributed-system/distributed-id.html )
352352
353353### 分布式锁
354354
355- [ 分布式锁详解 ] ( ./docs/ distributed-system/distributed-lock.md )
355+ [ 分布式锁常见知识点&面试题总结 ] ( https://javaguide.cn/ distributed-system/distributed-lock.html )
356356
357357### 分布式事务
358358
359- [ 分布式事务详解 ] ( ./docs/ distributed-system/distributed-transaction.md )
359+ [ 分布式事务常见知识点&面试题总结 ] ( https://javaguide.cn/ distributed-system/distributed-transaction.html )
360360
361361### 分布式配置中心
362362
363- [ 分布式配置中心详解 ] ( ./docs/distributed-system/distributed-configuration-center.md )
363+ [ 分布式配置中心常见知识点&面试题总结 ] ( ./docs/distributed-system/distributed-configuration-center.md )
364364
365365## 高性能
366366
367367### 数据库读写分离&分库分表
368368
369- [ 数据库读写分离&分库分表详解 ] ( ./docs/high-performance/read-and-write-separation-and-library-subtable.md )
369+ [ 数据库读写分离和分库分表常见知识点&面试题总结 ] ( ./docs/high-performance/read-and-write-separation-and-library-subtable.md )
370370
371371### 负载均衡
372372
373- [ 负载均衡详解 ] ( ./docs/high-performance/load-balancing.md )
373+ [ 负载均衡常见知识点&面试题总结 ] ( ./docs/high-performance/load-balancing.md )
374374
375375### SQL 优化
376376
377377[ 常见 SQL 优化手段总结] ( ./docs/high-performance/sql-optimization.md )
378378
379379### CDN
380380
381- [ CDN(内容分发网络)详解 ] ( ./docs/high-performance/cdn.md )
381+ [ CDN(内容分发网络)常见知识点&面试题总结 ] ( ./docs/high-performance/cdn.md )
382382
383383### 消息队列
384384
385385- [ 消息队列基础知识总结] ( ./docs/high-performance/message-queue/message-queue.md )
386- - [ Disruptor 常见面试题 ] ( ./docs/high-performance/message-queue/disruptor-questions.md )
387- - [ RabbitMQ 常见面试题 ] ( ./docs/high-performance/message-queue/rabbitmq-questions.md )
388- - [ RocketMQ 常见面试题总结 ] ( ./docs/high-performance/message-queue/rocketmq-questions.md )
389- - [ Kafka 常见问题总结 ] ( ./docs/high-performance/message-queue/kafka-questions-01.md )
386+ - [ Disruptor 常见知识点&面试题总结 ] ( ./docs/high-performance/message-queue/disruptor-questions.md )
387+ - [ RabbitMQ 常见知识点&面试题总结 ] ( ./docs/high-performance/message-queue/rabbitmq-questions.md )
388+ - [ RocketMQ 常见知识点&面试题总结 ] ( ./docs/high-performance/message-queue/rocketmq-questions.md )
389+ - [ Kafka 常见知识点&面试题总结 ] ( ./docs/high-performance/message-queue/kafka-questions-01.md )
390390
391391## 高可用
392392
0 commit comments