mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-22 11:03:28 +08:00
docs: update cover page and README
更新 README 和文档封面
This commit is contained in:
12
README.md
12
README.md
@@ -12,7 +12,7 @@
|
|||||||
[](https://github.com/doocs/advanced-java/issues)
|
[](https://github.com/doocs/advanced-java/issues)
|
||||||
[](http://makeapullrequest.com)
|
[](http://makeapullrequest.com)
|
||||||
|
|
||||||
本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)等领域知识。我([@yanglbme](https://github.com/yanglbme))对这部分知识做了一个系统的整理,方便学习查阅。配合《[大型网站技术架构](https://github.com/doocs/technical-books#architecture)——李智慧》、《[Redis 设计与实现](https://github.com/doocs/technical-books#database)——[黄健宏](https://github.com/huangz1990)》、《[Redis 深度历险](https://github.com/doocs/technical-books#database)——钱文品》、《[亿级流量网站架构核心技术](https://github.com/doocs/technical-books#architecture)——张开涛》食用,[效果更佳](https://doocs.github.io/advanced-java/#/docs/extra-page/offer)。
|
本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。我([@yanglbme](https://github.com/yanglbme))对这部分知识做了一个系统的整理,方便学习查阅。配合《[大型网站技术架构](https://github.com/doocs/technical-books#architecture)——李智慧》、《[Redis 设计与实现](https://github.com/doocs/technical-books#database)——[黄健宏](https://github.com/huangz1990)》、《[Redis 深度历险](https://github.com/doocs/technical-books#database)——钱文品》、《[亿级流量网站架构核心技术](https://github.com/doocs/technical-books#architecture)——张开涛》食用,[效果更佳](https://doocs.github.io/advanced-java/#/docs/extra-page/offer)。
|
||||||
|
|
||||||
学习之前,先来看看 [Issues 讨论区](https://github.com/doocs/advanced-java/issues/9#issue-394275038)的技术面试官是怎么说的吧。本项目也欢迎各位开发者朋友到 [Issues 讨论区](https://github.com/doocs/advanced-java/issues)分享自己的一些想法和实践经验,参与或加入开源组织请看[这里](https://github.com/doocs/advanced-java/issues/61),你也访问 [GitHub Page](https://doocs.github.io) 详细了解一下 Doocs。
|
学习之前,先来看看 [Issues 讨论区](https://github.com/doocs/advanced-java/issues/9#issue-394275038)的技术面试官是怎么说的吧。本项目也欢迎各位开发者朋友到 [Issues 讨论区](https://github.com/doocs/advanced-java/issues)分享自己的一些想法和实践经验,参与或加入开源组织请看[这里](https://github.com/doocs/advanced-java/issues/61),你也访问 [GitHub Page](https://doocs.github.io) 详细了解一下 Doocs。
|
||||||
|
|
||||||
@@ -156,14 +156,16 @@ GitHub 技术社区 Doocs 旗下唯一公众号,欢迎关注,专注于分享
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" style="width: 80px;">
|
<td align="center" style="width: 200px;">
|
||||||
<a href="https://github.com/doocs">
|
<a href="https://github.com/doocs">
|
||||||
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;">
|
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
|
||||||
|
<sub>公众平台</sub>
|
||||||
</a><br>
|
</a><br>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" style="width: 80px;">
|
<td align="center" style="width: 200px;">
|
||||||
<a href="https://github.com/yanglbme">
|
<a href="https://github.com/yanglbme">
|
||||||
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;">
|
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
|
||||||
|
<sub>个人微信</sub>
|
||||||
</a><br>
|
</a><br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# 互联网 Java 工程师进阶知识完全扫盲
|
# 互联网 Java 工程师进阶知识完全扫盲
|
||||||
|
|
||||||
> 本系列知识由 Doocs 开源社区总结发布,内容涵盖高并发、分布式、高可用、微服务等
|
> 本系列知识由 Doocs 开源社区总结发布,内容涵盖高并发、分布式、高可用、微服务、海量数据处理等
|
||||||
|
|
||||||
[Organization](https://github.com/doocs/doocs.github.io)
|
[Organization](https://github.com/doocs/doocs.github.io)
|
||||||
[Author](https://github.com/yanglbme)
|
[Author](https://github.com/yanglbme)
|
||||||
|
|||||||
Reference in New Issue
Block a user