mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-14 10:00:05 +08:00
docs: update badge for the project
This commit is contained in:
parent
8a3b12b5c6
commit
96d8ce6fa9
33
README.md
33
README.md
@ -1,19 +1,15 @@
|
||||
# 互联网 Java 工程师进阶知识完全扫盲
|
||||
|
||||
[](https://github.com/doocs/advanced-java/actions?query=workflow%3ASync)
|
||||
[](https://github.com/doocs/advanced-java/actions?query=workflow%3APrettier)
|
||||
[](./LICENSE)
|
||||
[](http://makeapullrequest.com)
|
||||
[](https://doocs.github.io/#/?id=how-to-join)
|
||||
[](https://github.com/doocs/advanced-java)
|
||||
[](https://gitee.com/doocs/advanced-java)
|
||||
[](https://github.com/doocs/advanced-java/stargazers)
|
||||
[](https://github.com/doocs/advanced-java/network/members)
|
||||
[](./docs/from-readers#contributors)
|
||||
[](https://github.com/doocs/advanced-java)
|
||||
[](./docs/extra-page/rights-defending-action.md)
|
||||
[](#公众号)
|
||||
[](https://github.com/doocs/leetcode)
|
||||
[](https://github.com/doocs/advanced-java/stargazers)
|
||||
[](https://github.com/doocs/advanced-java/network/members)
|
||||
[](https://github.com/doocs/advanced-java/actions?query=workflow%3ASync)
|
||||
[](https://github.com/doocs/advanced-java/actions?query=workflow%3APrettier)
|
||||
[](./LICENSE)
|
||||
[](https://doocs.github.io/#/?id=how-to-join)
|
||||
[](https://github.com/doocs/advanced-java)
|
||||
[](./docs/extra-page/rights-defending-action.md)
|
||||
[](#公众号)
|
||||
[](https://github.com/doocs/leetcode)
|
||||
|
||||
本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。我对这部分知识做了一个系统的整理,方便学习查阅。
|
||||
|
||||
@ -25,15 +21,6 @@
|
||||
- Gitee Pages: https://doocs.gitee.io/advanced-java
|
||||
- GitHub Pages: https://doocs.github.io/advanced-java
|
||||
|
||||
如果你同时希望在本地查看,请按照以下步骤进行操作:
|
||||
|
||||
1. 安装 NodeJS 环境:https://nodejs.org/zh-cn/
|
||||
2. 安装 Docsify:`npm i docsify-cli -g`
|
||||
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 git@github.com:doocs/advanced-java.git`
|
||||
4. 进入 advanced-java 根目录:`cd advanced-java`
|
||||
5. 执行命令,启动一个本地服务器:`docsify serve`
|
||||
6. 浏览器访问地址:http://localhost:3000
|
||||
|
||||
## 高并发架构
|
||||
|
||||
### [消息队列](./docs/high-concurrency/mq-interview.md)
|
||||
|
Loading…
Reference in New Issue
Block a user