|
1 | 1 | # 互联网 Java 工程师进阶知识完全扫盲
|
2 | 2 |
|
3 |
| -[](https://github.com/doocs/advanced-java/actions?query=workflow%3ASync) |
4 |
| -[](https://github.com/doocs/advanced-java/actions?query=workflow%3APrettier) |
5 |
| -[](./LICENSE) |
6 |
| -[](http://makeapullrequest.com) |
7 |
| -[](https://doocs.github.io/#/?id=how-to-join) |
8 |
| -[](https://github.com/doocs/advanced-java) |
9 |
| -[](https://gitee.com/doocs/advanced-java) |
10 |
| -[](https://github.com/doocs/advanced-java/stargazers) |
11 |
| -[](https://github.com/doocs/advanced-java/network/members) |
12 |
| -[](./docs/from-readers#contributors) |
13 |
| -[](https://github.com/doocs/advanced-java) |
14 |
| -[](./docs/extra-page/rights-defending-action.md) |
15 |
| -[](#公众号) |
16 |
| -[](https://github.com/doocs/leetcode) |
| 3 | +[](https://github.com/doocs/advanced-java/stargazers) |
| 4 | +[](https://github.com/doocs/advanced-java/network/members) |
| 5 | +[](https://github.com/doocs/advanced-java/actions?query=workflow%3ASync) |
| 6 | +[](https://github.com/doocs/advanced-java/actions?query=workflow%3APrettier) |
| 7 | +[](./LICENSE) |
| 8 | +[](https://doocs.github.io/#/?id=how-to-join) |
| 9 | +[](https://github.com/doocs/advanced-java) |
| 10 | +[](./docs/extra-page/rights-defending-action.md) |
| 11 | +[](#公众号) |
| 12 | +[](https://github.com/doocs/leetcode) |
17 | 13 |
|
18 | 14 | 本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。我对这部分知识做了一个系统的整理,方便学习查阅。
|
19 | 15 |
|
|
25 | 21 | - Gitee Pages: https://doocs.gitee.io/advanced-java
|
26 | 22 | - GitHub Pages: https://doocs.github.io/advanced-java
|
27 | 23 |
|
28 |
| -如果你同时希望在本地查看,请按照以下步骤进行操作: |
29 |
| - |
30 |
| -1. 安装 NodeJS 环境:https://nodejs.org/zh-cn/ |
31 |
| -2. 安装 Docsify:`npm i docsify-cli -g` |
32 |
| -3. 使用 Git 克隆( [HTTPS / SSH / GitHub CLI ](https://docs.github.com/en/free-pro-team@latest/github/using-git/which-remote-url-should-i-use))本项目到你的本地环境: `git clone [email protected]:doocs/advanced-java.git` |
33 |
| -4. 进入 advanced-java 根目录:`cd advanced-java` |
34 |
| -5. 执行命令,启动一个本地服务器:`docsify serve` |
35 |
| -6. 浏览器访问地址:http://localhost:3000 |
36 |
| - |
37 | 24 | ## 高并发架构
|
38 | 25 |
|
39 | 26 | ### [消息队列](./docs/high-concurrency/mq-interview.md)
|
|
0 commit comments