You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.4 KiB
46 lines
1.4 KiB
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Source Code Hunter"
|
|
text: "互联网公司常用框架源码赏析"
|
|
tagline: Doocs 技术社区出品
|
|
actions:
|
|
- theme: brand
|
|
text: 开始阅读
|
|
link: /Spring/IoC/1、BeanDefinition的资源定位过程
|
|
- theme: alt
|
|
text: GitHub
|
|
link: https://github.com/doocs/source-code-hunter
|
|
|
|
features:
|
|
- title: Spring 系列
|
|
details: 深入解析 Spring IoC、AOP、MVC、事务、Boot、Cloud 等源码机制
|
|
|
|
- title: MyBatis
|
|
details: 详解 MyBatis 支撑层与核心组件源码,理解 ORM 框架底层实现
|
|
|
|
- title: Netty
|
|
details: 网络通信核心框架,涵盖 NIO、ByteBuf、ChannelPipeline 等底层剖析
|
|
|
|
- title: Dubbo
|
|
details: 探索 Dubbo 的架构设计、远程通信与注册中心实现机制
|
|
|
|
- title: Tomcat
|
|
details: 揭秘 Servlet 容器实现原理,深入 Web 服务运行机制
|
|
|
|
- title: Redis
|
|
details: 深挖 Redis 数据结构实现,如 SDS、跳表等底层源码
|
|
|
|
- title: JDK 1.8
|
|
details: Java 核心类库、集合与并发源码全景解读
|
|
|
|
- title: 学习心得
|
|
details: 总结源码学习心得,涵盖设计模式、并发编程与成长感悟
|
|
|
|
- title: Nacos / Sentinel / RocketMQ
|
|
details: 分布式系统中的注册、限流、消息中间件核心源码拆解
|
|
---
|
|
|