feat:增加秒杀系统设计文档

This commit is contained in:
2026-06-10 18:16:29 +08:00
parent b40d3f14a8
commit b839e361ac
4 changed files with 242 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export const routers = [
{ text: 'SpringBoot技巧', link: '/Web/SpringBoot/SpringBoot-Skills' },
{ text: 'RestClient简介', link: '/Web/SpringBoot/SpringBoot-RestClient' },
{ text: 'Redis简介和使用', link: '/Web/SpringBoot/SpringBoot-Redis' },
{ text: 'RocketMQ简介和使用', link: '/Web/SpringBoot/SpringBoot-RocketMQ' },
{ text: 'WebSocket简介和使用', link: '/Web/SpringBoot/SpringBoot-WebSocket' },
{ text: 'Quarzt简介和使用', link: '/Web/SpringBoot/SpringBoot-Quartz' },
{ text: '线程与事件', link: '/Web/SpringBoot/SpringBoot-Thread' }
@@ -84,7 +85,8 @@ export const routers = [
{ text: 'AList简介和使用', link: '/Web/Others/AList' },
{ text: 'InfluxDB简介和使用', link: '/Web/Others/InfluxDB' },
{ text: '视频压缩', link: '/Web/Others/VideoCompressor' },
{ text: '图片处理服务', link: '/Web/Others/ImageProcessor' }
{ text: '图片处理服务', link: '/Web/Others/ImageProcessor' },
{ text: '秒杀系统设计与实战', link: '/Web/Others/Seckill' }
]
},
]