mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-18 10:43:29 +08:00
docs: update from-readers dir
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
[](https://github.com/doocs/intro)
|
||||
[](https://github.com/doocs/technical-books)
|
||||
[](https://github.com/doocs/leetcode)
|
||||
[](https://github.com/doocs/advanced-java/blob/master/docs/from-readers/README.md)
|
||||
[](https://github.com/doocs/advanced-java/stargazers)
|
||||
[](https://github.com/doocs/advanced-java/network/members)
|
||||
[](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)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* [分布式](/README#分布式系统)
|
||||
* [高可用](/README#高可用架构)
|
||||
* [微服务](/README#微服务架构)
|
||||
* [读者分享](/docs/from-readers/README)
|
||||
|
||||
* 页面
|
||||
* [封面]()
|
||||
|
||||
@@ -12,4 +12,13 @@
|
||||
请分享与此项目主题相关的文章,比如:高并发、分布式、高可用、微服务等相关领域的内容。**其它主题的文章将不会被采纳**。
|
||||
|
||||
## 关于文章排版
|
||||
请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `` 进行相对引用,并同时存放于根目录 `images` 和本专区目录 `from-readers/images` **两个位置**(这是为了在 GitHub 和 GitHub Page 都能正常显示图片)。具体文章书写规范请参考《[中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)》
|
||||
请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `` 进行相对引用,并同时存放于根目录 `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 提交不规范的文章将不予采纳。
|
||||
BIN
docs/from-readers/images/icon.png
Normal file
BIN
docs/from-readers/images/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Reference in New Issue
Block a user