|
15 | 15 |
|
16 | 16 | 本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。我对这部分知识做了一个系统的整理,方便学习查阅。
|
17 | 17 |
|
18 |
| -学习之前,先来看看 [Issues 讨论区](https://github.com/doocs/advanced-java/issues/9#issue-394275038)的技术面试官是怎么说的吧。本项目也欢迎各位开发者朋友到 Issues 讨论区分享自己的一些想法和实践经验。 |
| 18 | +学习之前,先来看看 [Issues 讨论区](https://github.com/doocs/advanced-java/issues/9#issue-394275038)的技术面试官是怎么说的吧。本项目欢迎各位开发者朋友到 Issues 讨论区分享自己的一些想法和实践经验。也不妨 Star 关注 [doocs/advanced-java](https://github.com/doocs/advanced-java),随时追踪项目最新动态。 |
| 19 | + |
| 20 | +本项目基于 [Docsify](https://docsify.js.org) 进行构建,并同步部署在以下三个站点: |
19 | 21 |
|
20 | 22 | - Netlify: https://adjava.netlify.app
|
21 | 23 | - Gitee Pages: https://doocs.gitee.io/advanced-java
|
22 | 24 | - GitHub Pages: https://doocs.github.io/advanced-java
|
23 | 25 |
|
24 |
| -注:本项目站点基于 [Docsify](https://docsify.js.org) 构建,如果你希望在本地运行,请按照以下步骤进行操作: |
| 26 | +如果你同时希望在本地查看,请按照以下步骤进行操作: |
25 | 27 |
|
26 | 28 | 1. 安装 NodeJS 环境:https://nodejs.org/zh-cn/
|
27 | 29 | 2. 安装 [Docsify](https://docsify.js.org):`npm i docsify-cli -g`
|
@@ -200,31 +202,32 @@ Doocs 技术社区,致力于打造一个内容完整、持续成长的互联
|
200 | 202 |
|
201 | 203 | <!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section -->
|
202 | 204 |
|
203 |
| -<a href="https://opencollective.com/doocs/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs/contributors.svg?width=1080&button=false" /></a> |
| 205 | +<a href="https://opencollective.com/doocs/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs/contributors.svg?width=890&button=false" /></a> |
204 | 206 |
|
205 | 207 | <!-- ALL-CONTRIBUTORS-LIST: END -->
|
206 | 208 |
|
207 | 209 | ## 公众号
|
208 | 210 |
|
209 | 211 | [Doocs](https://github.com/doocs) 技术社区旗下唯一公众号「**Doocs 开源社区**」,欢迎扫码关注,**专注分享技术领域相关知识及行业最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
|
210 | 212 |
|
211 |
| -关注「**Doocs 开源社区**」公众号,回复 **PDF**,即可获取本项目离线 PDF 文档(283 页精华),学习更加方便! |
212 |
| - |
213 |
| - |
214 |
| - |
215 | 213 | <table>
|
216 |
| - <tr> |
217 |
| - <td align="center" style="width: 200px;"> |
218 |
| - <a href="https://github.com/doocs"> |
219 |
| - <img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br> |
220 |
| - <sub>公众平台</sub> |
221 |
| - </a><br> |
222 |
| - </td> |
223 |
| - <td align="center" style="width: 200px;"> |
224 |
| - <a href="https://github.com/yanglbme"> |
225 |
| - <img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br> |
226 |
| - <sub>个人微信</sub> |
227 |
| - </a><br> |
228 |
| - </td> |
229 |
| - </tr> |
| 214 | + <tr> |
| 215 | + <td align="center" style="width: 200px;"> |
| 216 | + <a href="https://github.com/doocs"> |
| 217 | + <img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br> |
| 218 | + <sub>公众平台</sub> |
| 219 | + </a><br> |
| 220 | + </td> |
| 221 | + <td align="center" style="width: 200px;"> |
| 222 | + <a href="https://github.com/yanglbme"> |
| 223 | + <img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br> |
| 224 | + <sub>个人微信</sub> |
| 225 | + </a><br> |
| 226 | + </td> |
| 227 | + </tr> |
230 | 228 | </table>
|
| 229 | + |
| 230 | + |
| 231 | +关注「**Doocs 开源社区**」公众号,回复 **PDF**,即可获取本项目离线 PDF 文档(283 页精华),学习更加方便! |
| 232 | + |
| 233 | + |
0 commit comments