File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ open-source-organization] ( https://badgen.net/badge/organization/join%20us/pink )] ( https://github.com/doocs/intro )
5
5
[ ![ reading] ( https://badgen.net/badge/books/read%20together/cyan )] ( https://github.com/doocs/technical-books )
6
6
[ ![ 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 )
7
8
[ ![ stars] ( https://badgen.net/github/stars/doocs/advanced-java )] ( https://github.com/doocs/advanced-java/stargazers )
8
9
[ ![ forks] ( https://badgen.net/github/forks/doocs/advanced-java )] ( https://github.com/doocs/advanced-java/network/members )
9
10
[ ![ help-wanted] ( https://badgen.net/github/label-issues/doocs/advanced-java/help%20wanted/open )] ( https://github.com/doocs/advanced-java/labels/help%20wanted )
12
13
13
14
本系列知识出自中华石杉,内容涵盖[ 高并发] ( #高并发架构 ) 、[ 分布式] ( #分布式系统 ) 、[ 高可用] ( #高可用架构 ) 、[ 微服务] ( #微服务架构 ) 等领域知识。我对这部分知识做了一个系统的整理,方便学习查阅。配合《[ 大型网站技术架构] ( 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 ) 。
14
15
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 ) 。
16
17
17
18
## 高并发架构
18
19
### [ 消息队列] ( /docs/high-concurrency/mq-interview.md )
Original file line number Diff line number Diff line change 3
3
* [ 分布式] ( /README#分布式系统 )
4
4
* [ 高可用] ( /README#高可用架构 )
5
5
* [ 微服务] ( /README#微服务架构 )
6
+ * [ 读者分享] ( /docs/from-readers/README )
6
7
7
8
* 页面
8
9
* [ 封面] ( )
Original file line number Diff line number Diff line change 12
12
请分享与此项目主题相关的文章,比如:高并发、分布式、高可用、微服务等相关领域的内容。** 其它主题的文章将不会被采纳** 。
13
13
14
14
## 关于文章排版
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