Skip to content

Commit b3dbc13

Browse files
2 parents 84a3de6 + 4581764 commit b3dbc13

6 files changed

Lines changed: 653 additions & 15 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://www.bilibili.com/video/BV1vb411m7NY
1212
## 1 图片调整路径
1313
docs/.vuepress/public/images 存储网站本身展示所需宣传营销图片。
1414

15-
文章中的绘图不建议存储源文件,请直接使用阿里云 oos 对象存储来存储图片。
15+
文章中的绘图不建议存储源文件,请直接使用阿里云 oos 对象存储来存储图片或者白嫖使用 CSDN 的博客图床
1616

1717
## 2 提交文章
1818

docs/.vuepress/config.js

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
text: '大数据',
9999
items: [
100100
{text: '00-互联网大厂的大数据平台架构', link: '/md/bigdata/大数据平台架构.md'},
101-
{text: '01-数据库的下一站对象存储', link: '/md/bigdata/数据库的下一站对象存储.md'},
101+
{text: '01-数据库的下一站-对象存储', link: '/md/bigdata/数据库的下一站-对象存储.md'},
102102
]
103103
},
104104
{
@@ -114,17 +114,25 @@ module.exports = {
114114
{text: '基础篇', link: '/md/netty/base/ChannelPipeline接口.md'},
115115
]
116116
},
117-
// {
118-
// text: '设计模式',
119-
// items: [
120-
// ]
121-
// },
122-
// {
123-
// text: '并发',
124-
// items: [
125-
// {text: '00-Java并发编程', link: '/md/concurrency/00-Java并发编程.md'},
126-
// ]
127-
// },
117+
{
118+
text: '消息队列',
119+
items: [
120+
{text: 'Kafka', items: [
121+
{text: '基于kafka实现延迟队列',link: '/md/kafka/15-基于kafka实现延迟队列.md'},
122+
123+
]},
124+
{text: 'RocketMQ', items: [
125+
{text: '00-RocketMQ',link: '/md/kafka/15-基于kafka实现延迟队列.md'},
126+
127+
]},
128+
]
129+
},
130+
{
131+
text: '并发',
132+
items: [
133+
{text: '00-Java并发编程', link: '/md/concurrency/00-Java并发编程.md'},
134+
]
135+
},
128136
{
129137
text: 'Dubbo',
130138
link: '/md/Dubbo/01-互联网架构的发展历程.md'
@@ -143,6 +151,12 @@ module.exports = {
143151
{text: '00-亿级数据量商品系统的SQL调优实战', link: '/md/mysql/00-亿级数据量商品系统的SQL调优实战.md'}
144152
]
145153
},
154+
{
155+
text: 'Redis',
156+
items: [
157+
{text: '00-数据结构的最佳实践', link: '/md/redis/00-数据结构的最佳实践.md'}
158+
]
159+
},
146160
{
147161
text: 'Docker',
148162
items: [
@@ -266,7 +280,7 @@ module.exports = {
266280
sidebarDepth: 0,
267281
children: [
268282
"大数据平台架构.md",
269-
"数据库的下一站对象存储.md",
283+
"数据库的下一站-对象存储.md",
270284
]
271285
}
272286
],
@@ -375,6 +389,26 @@ module.exports = {
375389
]
376390
}
377391
],
392+
"/md/kafka": [
393+
{
394+
title: "Kafka",
395+
collapsable: false,
396+
sidebarDepth: 0,
397+
children: [
398+
"15-基于kafka实现延迟队列.md"
399+
]
400+
}
401+
],
402+
"/md/redis": [
403+
{
404+
title: "Redis",
405+
collapsable: false,
406+
sidebarDepth: 0,
407+
children: [
408+
"00-数据结构的最佳实践.md"
409+
]
410+
}
411+
],
378412
"/md/12306/": [
379413
{
380414
title: "项目介绍",

docs/md/biz-arch/09-交易中台-如何防止订单二次重复支付?.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 00-如何防止订单二次重复支付?
1+
# 09-如何防止订单二次重复支付?
22

33
## 1 背景
44

docs/md/kafka/15-基于kafka实现延迟队列.md

Whitespace-only changes.

0 commit comments

Comments
 (0)