Skip to content

Commit c4e3242

Browse files
committed
docs: update cover page and README
更新封面,添加联系方式
1 parent 45ab02c commit c4e3242

23 files changed

Lines changed: 165 additions & 12 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![license](https://badgen.net/github/license/doocs/advanced-java?color=green)](https://github.com/doocs/advanced-java/blob/master/LICENSE)
33
[![original](https://badgen.net/badge/original/%E4%B8%AD%E5%8D%8E%E7%9F%B3%E6%9D%89/orange)](https://github.com/doocs/advanced-java)
44
[![notice](https://badgen.net/badge/notice/%E7%BB%B4%E6%9D%83%E8%A1%8C%E5%8A%A8/red)](/docs/from-readers/rights-defending-movement.md)
5-
[![wechat-group](https://badgen.net/badge/chat/%E5%BE%AE%E4%BF%A1%E4%BA%A4%E6%B5%81/138c7b)](https://github.com/doocs/advanced-java/issues/70)
5+
[![wechat-group](https://badgen.net/badge/chat/%E5%BE%AE%E4%BF%A1%E4%BA%A4%E6%B5%81/138c7b)](#公众号)
66
[![reading](https://badgen.net/badge/books/read%20together/cyan)](https://github.com/doocs/technical-books)
77
[![coding](https://badgen.net/badge/leetcode/coding%20together/cyan)](https://github.com/doocs/leetcode)
88
[![doocs](https://badgen.net/badge/organization/join%20us/cyan)](https://doocs.github.io/#/?id=how-to-join)
@@ -152,7 +152,7 @@
152152
<!-- ALL-CONTRIBUTORS-LIST:END -->
153153

154154
## 公众号
155-
GitHub 技术社区 Doocs 旗下唯一公众号,欢迎关注,专注于分享有价值的文章;当然,也可以加我个人微信(备注:GitHub)。
155+
GitHub 技术社区 Doocs 旗下唯一公众号“Doocs 开源社区”,欢迎关注,专注于分享有价值的文章;当然,也可以加我个人微信(备注:GitHub)。
156156

157157
<table>
158158
<tr>

docs/big-data/README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,26 @@
88
- [如何统计不同电话号码的个数?](/docs/big-data/count-different-phone-numbers.md)
99
- [如何从 5 亿个数中找出中位数?](/docs/big-data/find-mid-value-in-500-millions.md)
1010
- [如何按照 query 的频度排序?](/docs/big-data/sort-the-query-strings-by-counts.md)
11-
- [如何找出排名前 500 的数?](/docs/big-data/find-rank-top-500-numbers.md)
11+
- [如何找出排名前 500 的数?](/docs/big-data/find-rank-top-500-numbers.md)
12+
13+
---
14+
15+
## 公众号
16+
GitHub 技术社区 Doocs 旗下唯一公众号“Doocs 开源社区”,欢迎关注,专注于分享有价值的文章;当然,也可以加我个人微信(备注:GitHub)。
17+
18+
<table>
19+
<tr>
20+
<td align="center" style="width: 200px;">
21+
<a href="https://github.com/doocs">
22+
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
23+
<sub>公众平台</sub>
24+
</a><br>
25+
</td>
26+
<td align="center" style="width: 200px;">
27+
<a href="https://github.com/yanglbme">
28+
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
29+
<sub>个人微信</sub>
30+
</a><br>
31+
</td>
32+
</tr>
33+
</table>
65.8 KB
Loading
70.2 KB
Loading

docs/distributed-system/README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,26 @@
2121
- [分布式事务了解吗?你们如何解决分布式事务问题的?TCC 如果出现网络连不通怎么办?XA 的一致性如何保证?](/docs/distributed-system/distributed-transaction.md)
2222

2323
## 分布式会话
24-
- [集群部署时的分布式 Session 如何实现?](/docs/distributed-system/distributed-session.md)
24+
- [集群部署时的分布式 Session 如何实现?](/docs/distributed-system/distributed-session.md)
25+
26+
---
27+
28+
## 公众号
29+
GitHub 技术社区 Doocs 旗下唯一公众号“Doocs 开源社区”,欢迎关注,专注于分享有价值的文章;当然,也可以加我个人微信(备注:GitHub)。
30+
31+
<table>
32+
<tr>
33+
<td align="center" style="width: 200px;">
34+
<a href="https://github.com/doocs">
35+
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
36+
<sub>公众平台</sub>
37+
</a><br>
38+
</td>
39+
<td align="center" style="width: 200px;">
40+
<a href="https://github.com/yanglbme">
41+
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
42+
<sub>个人微信</sub>
43+
</a><br>
44+
</td>
45+
</tr>
46+
</table>
65.8 KB
Loading
70.2 KB
Loading

docs/extra-page/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,25 @@
66
## 项目 Page 页
77
- [GitHub Page](https://doocs.github.io/advanced-java/#/)
88
- [Gitee Page](https://doocs.gitee.io/advanced-java/#/)
9+
10+
---
11+
12+
## 公众号
13+
GitHub 技术社区 Doocs 旗下唯一公众号“Doocs 开源社区”,欢迎关注,专注于分享有价值的文章;当然,也可以加我个人微信(备注:GitHub)。
14+
15+
<table>
16+
<tr>
17+
<td align="center" style="width: 200px;">
18+
<a href="https://github.com/doocs">
19+
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
20+
<sub>公众平台</sub>
21+
</a><br>
22+
</td>
23+
<td align="center" style="width: 200px;">
24+
<a href="https://github.com/yanglbme">
25+
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
26+
<sub>个人微信</sub>
27+
</a><br>
28+
</td>
29+
</tr>
30+
</table>

docs/extra-page/cover.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# 互联网 Java 工程师进阶知识完全扫盲
44

5-
> 本系列知识由 Doocs 开源社区总结发布,内容涵盖高并发、分布式、高可用、微服务、海量数据处理等
5+
> 本系列知识由 Doocs 技术社区总结发布,内容涵盖高并发、分布式、高可用、微服务、海量数据处理等
66
7-
[Organization](https://github.com/doocs/doocs.github.io)
8-
[Author](https://github.com/yanglbme)
9-
[Get Started](#互联网-java-工程师进阶知识完全扫盲©)
7+
[社区首页](https://github.com/doocs/doocs.github.io)
8+
[维护者](https://github.com/yanglbme)
9+
[开始学习](#互联网-java-工程师进阶知识完全扫盲©)
65.8 KB
Loading

0 commit comments

Comments
 (0)