@@ -324,22 +324,22 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
324
324
325
325
### 理论&算法&协议
326
326
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 )
331
331
332
332
### RPC
333
333
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 )
336
336
337
337
### ZooKeeper
338
338
339
339
> 这两篇文章可能有内容重合部分,推荐都看一遍。
340
340
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 )
343
343
344
344
### API 网关
345
345
@@ -348,45 +348,45 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
348
348
349
349
### 分布式 ID
350
350
351
- [ 分布式 ID 详解 ] ( ./docs/ distributed-system/distributed-id.md )
351
+ [ 分布式 ID 常见知识点&面试题总结 ] ( https://javaguide.cn/ distributed-system/distributed-id.html )
352
352
353
353
### 分布式锁
354
354
355
- [ 分布式锁详解 ] ( ./docs/ distributed-system/distributed-lock.md )
355
+ [ 分布式锁常见知识点&面试题总结 ] ( https://javaguide.cn/ distributed-system/distributed-lock.html )
356
356
357
357
### 分布式事务
358
358
359
- [ 分布式事务详解 ] ( ./docs/ distributed-system/distributed-transaction.md )
359
+ [ 分布式事务常见知识点&面试题总结 ] ( https://javaguide.cn/ distributed-system/distributed-transaction.html )
360
360
361
361
### 分布式配置中心
362
362
363
- [ 分布式配置中心详解 ] ( ./docs/distributed-system/distributed-configuration-center.md )
363
+ [ 分布式配置中心常见知识点&面试题总结 ] ( ./docs/distributed-system/distributed-configuration-center.md )
364
364
365
365
## 高性能
366
366
367
367
### 数据库读写分离&分库分表
368
368
369
- [ 数据库读写分离&分库分表详解 ] ( ./docs/high-performance/read-and-write-separation-and-library-subtable.md )
369
+ [ 数据库读写分离和分库分表常见知识点&面试题总结 ] ( ./docs/high-performance/read-and-write-separation-and-library-subtable.md )
370
370
371
371
### 负载均衡
372
372
373
- [ 负载均衡详解 ] ( ./docs/high-performance/load-balancing.md )
373
+ [ 负载均衡常见知识点&面试题总结 ] ( ./docs/high-performance/load-balancing.md )
374
374
375
375
### SQL 优化
376
376
377
377
[ 常见 SQL 优化手段总结] ( ./docs/high-performance/sql-optimization.md )
378
378
379
379
### CDN
380
380
381
- [ CDN(内容分发网络)详解 ] ( ./docs/high-performance/cdn.md )
381
+ [ CDN(内容分发网络)常见知识点&面试题总结 ] ( ./docs/high-performance/cdn.md )
382
382
383
383
### 消息队列
384
384
385
385
- [ 消息队列基础知识总结] ( ./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 )
390
390
391
391
## 高可用
392
392
0 commit comments