mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-18 10:43:29 +08:00
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "advanced-java"
|
|
text: "互联网 Java 工程师进阶知识完全扫盲"
|
|
tagline: Doocs 技术社区出品
|
|
actions:
|
|
- theme: alt
|
|
text: GitHub 首页
|
|
link: https://github.com/doocs/advanced-java
|
|
- theme: brand
|
|
text: 开始学习
|
|
link: /high-concurrency/mq-interview
|
|
|
|
|
|
features:
|
|
- title: "⚡ 高并发架构"
|
|
details: 包含消息队列、搜索引擎、缓存、分库分表、读写分离等核心知识点
|
|
link: /high-concurrency/mq-interview
|
|
- title: "🌐 分布式系统"
|
|
details: 涉及 Dubbo、分布式锁、事务、会话等设计与实现原理
|
|
link: /distributed-system/distributed-system-interview
|
|
- title: "🛡️ 高可用架构"
|
|
details: 涵盖限流、熔断、降级、Hystrix 实现等高可用保障手段
|
|
link: /high-availability/hystrix-introduction
|
|
- title: "🧩 微服务架构"
|
|
details: 深入了解微服务基础、Spring Cloud、服务治理与通信机制
|
|
link: /micro-services/microservices-introduction
|
|
- title: "📊 海量数据处理"
|
|
details: 探索应对大数据场景下的经典算法与设计题
|
|
link: /big-data/find-common-urls
|
|
---
|
|
|