File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44[ ![ open-source-organization] ( https://badgen.net/badge/organization/join%20us/pink )] ( https://github.com/doocs/intro )
55[ ![ reading] ( https://badgen.net/badge/books/read%20together/cyan )] ( https://github.com/doocs/technical-books )
66[ ![ leetcode] ( https://badgen.net/badge/leetcode/coding%20together/cyan )] ( https://github.com/doocs/leetcode )
7+ [ ![ sharing] ( https://badgen.net/badge/readers/sharing%20together/cyan )] ( https://github.com/doocs/advanced-java/blob/master/docs/from-readers/README.md )
78[ ![ stars] ( https://badgen.net/github/stars/doocs/advanced-java )] ( https://github.com/doocs/advanced-java/stargazers )
89[ ![ forks] ( https://badgen.net/github/forks/doocs/advanced-java )] ( https://github.com/doocs/advanced-java/network/members )
910[ ![ help-wanted] ( https://badgen.net/github/label-issues/doocs/advanced-java/help%20wanted/open )] ( https://github.com/doocs/advanced-java/labels/help%20wanted )
1213
1314本系列知识出自中华石杉,内容涵盖[ 高并发] ( #高并发架构 ) 、[ 分布式] ( #分布式系统 ) 、[ 高可用] ( #高可用架构 ) 、[ 微服务] ( #微服务架构 ) 等领域知识。我对这部分知识做了一个系统的整理,方便学习查阅。配合《[ 大型网站技术架构] ( https://github.com/doocs/technical-books#architecture ) ——李智慧》、《[ Redis 设计与实现] ( https://github.com/doocs/technical-books#database ) ——[ 黄健宏] ( https://github.com/huangz1990 ) 》食用,[ 效果更佳] ( https://doocs.github.io/advanced-java/#/offer ) 。
1415
15- 学习之前,先来看看 [ Issues 讨论区] ( https://github.com/doocs/advanced-java/issues/9#issue-394275038 ) 的技术面试官是怎么说的吧。本项目也欢迎所有面试官和面试者都来分享自己的一些想法 。
16+ 学习之前,先来看看 [ Issues 讨论区] ( https://github.com/doocs/advanced-java/issues/9#issue-394275038 ) 的技术面试官是怎么说的吧。本项目也欢迎所有面试官和面试者都来 [ 分享自己的一些想法和实践经验 ] ( /docs/from-readers/README.md ) 。
1617
1718## 高并发架构
1819### [ 消息队列] ( /docs/high-concurrency/mq-interview.md )
Original file line number Diff line number Diff line change 33 * [ 分布式] ( /README#分布式系统 )
44 * [ 高可用] ( /README#高可用架构 )
55 * [ 微服务] ( /README#微服务架构 )
6+ * [ 读者分享] ( /docs/from-readers/README )
67
78* 页面
89 * [ 封面] ( )
Original file line number Diff line number Diff line change 1212请分享与此项目主题相关的文章,比如:高并发、分布式、高可用、微服务等相关领域的内容。** 其它主题的文章将不会被采纳** 。
1313
1414## 关于文章排版
15- 请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `  ` 进行相对引用,并同时存放于根目录 ` images ` 和本专区目录 ` from-readers/images ` ** 两个位置** (这是为了在 GitHub 和 GitHub Page 都能正常显示图片)。具体文章书写规范请参考《[ 中文技术文档的写作规范] ( https://github.com/ruanyf/document-style-guide ) 》
15+ 请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `  ` 进行相对引用,并同时存放于根目录 ` images ` 和本专区目录 ` from-readers/images ` ** 两个位置** (这是为了在 GitHub 和 GitHub Page 都能正常显示图片)。具体文章书写规范请参考《[ 中文技术文档的写作规范] ( https://github.com/ruanyf/document-style-guide ) 》
16+
17+ ## 关于 Git 提交信息
18+ Git 提交信息统一使用英文,本项目遵从 Angular JS Git 提交规范。e.g.
19+
20+ ``` bash
21+ git commit -m " docs(from-readers): add an article about Kafka"
22+ ```
23+
24+ Git 提交不规范的文章将不予采纳。
You can’t perform that action at this time.
0 commit comments