Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 63 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
👍《JavaGuide 面试突击版》PDF 版本+3 本 PDF Java 学习手册,在公众号 **[JavaGuide](#公众号)** 后台回复“**面试突击**”即可获取。

👍 图解操作系统+HTTP+计算机网络的 PDF 资料下载地址,[点此链接即可下载](https://cowtransfer.com/s/fbed14f0c22a4d)
👍 图解操作系统+HTTP+计算机网络的 PDF 资料[点此链接即可下载](https://cowtransfer.com/s/fbed14f0c22a4d)

> 一些闲话:
>
Expand Down Expand Up @@ -41,6 +41,68 @@
</tbody>
</table>


<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->

<!-- code_chunk_output -->

- [Java](#java)
- [基础](#基础)
- [容器](#容器)
- [并发](#并发)
- [JVM (必看 :+1:)](#jvm-必看-1)
- [新特性](#新特性)
- [网络](#网络)
- [操作系统](#操作系统)
- [数据结构与算法](#数据结构与算法)
- [数据结构](#数据结构)
- [算法](#算法)
- [数据库](#数据库)
- [MySQL](#mysql)
- [Redis](#redis)
- [系统设计](#系统设计)
- [编码之道(必看 :+1:)](#编码之道必看-1)
- [常用框架](#常用框架)
- [Spring/SpringBoot](#springspringboot)
- [MyBatis](#mybatis)
- [Netty (必看 :+1:)](#netty-必看-1)
- [认证授权](#认证授权)
- [JWT](#jwt)
- [SSO(单点登录)](#sso单点登录)
- [分布式](#分布式)
- [搜索引擎](#搜索引擎)
- [RPC](#rpc)
- [API 网关](#api-网关)
- [分布式 id](#分布式-id)
- [ZooKeeper](#zookeeper)
- [微服务](#微服务)
- [高并发](#高并发)
- [消息队列](#消息队列)
- [读写分离](#读写分离)
- [分库分表](#分库分表)
- [负载均衡](#负载均衡)
- [高可用](#高可用)
- [CAP 理论](#cap-理论)
- [BASE 理论](#base-理论)
- [限流](#限流)
- [降级](#降级)
- [熔断](#熔断)
- [排队](#排队)
- [大型网站架构](#大型网站架构)
- [工具](#工具)
- [面试指南](#面试指南)
- [Java 学习常见问题汇总](#java-学习常见问题汇总)
- [书单](#书单)
- [其他](#其他)
- [待办](#待办)
- [联系我](#联系我)
- [捐赠支持](#捐赠支持)
- [Contributor](#contributor)
- [公众号](#公众号)

<!-- /code_chunk_output -->


## Java

### 基础
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<script src="//unpkg.com/docsify-copy-code"></script>
<!-- 图片缩放 -->
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
<!-- 表情 -->
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
</body>

</html>