docs: update from-readers dir

This commit is contained in:
yanglbme
2019-04-13 16:22:15 +08:00
parent f400cbe695
commit 2ed1fae160
4 changed files with 13 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
[![open-source-organization](https://badgen.net/badge/organization/join%20us/pink)](https://github.com/doocs/intro)
[![reading](https://badgen.net/badge/books/read%20together/cyan)](https://github.com/doocs/technical-books)
[![leetcode](https://badgen.net/badge/leetcode/coding%20together/cyan)](https://github.com/doocs/leetcode)
[![sharing](https://badgen.net/badge/readers/sharing%20together/cyan)](https://github.com/doocs/advanced-java/blob/master/docs/from-readers/README.md)
[![stars](https://badgen.net/github/stars/doocs/advanced-java)](https://github.com/doocs/advanced-java/stargazers)
[![forks](https://badgen.net/github/forks/doocs/advanced-java)](https://github.com/doocs/advanced-java/network/members)
[![help-wanted](https://badgen.net/github/label-issues/doocs/advanced-java/help%20wanted/open)](https://github.com/doocs/advanced-java/labels/help%20wanted)
@@ -12,7 +13,7 @@
本系列知识出自中华石杉,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)等领域知识。我对这部分知识做了一个系统的整理,方便学习查阅。配合《[大型网站技术架构](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)。
学习之前,先来看看 [Issues 讨论区](https://github.com/doocs/advanced-java/issues/9#issue-394275038)的技术面试官是怎么说的吧。本项目也欢迎所有面试官和面试者都来分享自己的一些想法。
学习之前,先来看看 [Issues 讨论区](https://github.com/doocs/advanced-java/issues/9#issue-394275038)的技术面试官是怎么说的吧。本项目也欢迎所有面试官和面试者都来[分享自己的一些想法和实践经验](/docs/from-readers/README.md)
## 高并发架构
### [消息队列](/docs/high-concurrency/mq-interview.md)

View File

@@ -3,6 +3,7 @@
* [分布式](/README#分布式系统)
* [高可用](/README#高可用架构)
* [微服务](/README#微服务架构)
* [读者分享](/docs/from-readers/README)
* 页面
* [封面]()

View File

@@ -12,4 +12,13 @@
请分享与此项目主题相关的文章,比如:高并发、分布式、高可用、微服务等相关领域的内容。**其它主题的文章将不会被采纳**。
## 关于文章排版
请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `![](/images/xxx.png)` 进行相对引用,并同时存放于根目录 `images` 和本专区目录 `from-readers/images` **两个位置**(这是为了在 GitHub 和 GitHub Page 都能正常显示图片)。具体文章书写规范请参考《[中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)》
请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `![](/images/icon.png)` 进行相对引用,并同时存放于根目录 `images` 和本专区目录 `from-readers/images` **两个位置**(这是为了在 GitHub 和 GitHub Page 都能正常显示图片)。具体文章书写规范请参考《[中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)》
## 关于 Git 提交信息
Git 提交信息统一使用英文,本项目遵从 Angular JS Git 提交规范。e.g.
```bash
git commit -m "docs(from-readers): add an article about Kafka"
```
Git 提交不规范的文章将不予采纳。

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB