Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 29
29
如果你同时希望在本地查看,请按照以下步骤进行操作:
30
30
31
31
1 . 安装 NodeJS 环境:https://nodejs.org/zh-cn/
32
- 2 . 安装 [ Docsify] ( https://docsify.js.org ) :` npm i docsify-cli -g `
33
- 3 . 使用 Git 克隆(HTTPS / SSH / GitHub CLI)本项目到你的本地环境:` git clone git@github.com:doocs/advanced-java.git `
34
- 4 . 进入 ` advanced-java ` 根目录:` cd advanced-java `
35
- 5 . 执行命令,运行本项目:` docsify serve `
32
+ 2 . 安装 Docsify:` npm i docsify-cli -g `
33
+ 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 `
34
+ 4 . 进入 advanced-java 根目录:` cd advanced-java `
35
+ 5 . 执行命令,启动一个本地服务器:` docsify serve `
36
+ 6 . 浏览器访问地址:http://localhost:3000
36
37
37
38
## 高并发架构
38
39
You can’t perform that action at this time.
0 commit comments