Skip to content

Commit 5199d2e

Browse files
committed
perf:调整 AI 专栏结构
1 parent f7fc0fe commit 5199d2e

20 files changed

+1427
-14
lines changed

docs/.vuepress/config.js

Lines changed: 52 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,17 @@ module.exports = {
227227
text: '01-DMP系统简介.md',
228228
link: '/md/biz-arch/01-DMP系统简介.md'
229229
}, ]
230+
},
231+
232+
{
233+
text: '低代码',
234+
items: [{
235+
text: '为什么“低代码”是未来趋势?.md',
236+
link: '/md/low-code/为什么“低代码”是未来趋势?.md'
237+
}, ]
230238
},
239+
240+
231241
]
232242
},
233243
{
@@ -701,7 +711,7 @@ module.exports = {
701711
},
702712

703713
{
704-
text: '计算机基础',
714+
text: '计科基础',
705715
items: [{
706716
text: '计算机网络',
707717
items: [{
@@ -782,21 +792,17 @@ module.exports = {
782792
text: 'LangChain4j',
783793
link: '/md/AI/langchain4j/01-intro'
784794
},
795+
{
796+
text: 'GPT发展',
797+
link: '/md/AI/llm/GPTs推荐'
798+
},
799+
{
800+
text: 'Prompt工程',
801+
link: '/md/AI/llm/01-Prompt网站'
802+
},
785803
]
786804
},
787805

788-
{
789-
text: '大模型',
790-
items: [{
791-
text: 'GPT发展',
792-
link: '/md/llm/GPTs推荐'
793-
},
794-
{
795-
text: 'Prompt工程',
796-
link: '/md/llm/01-Prompt网站'
797-
}, ]
798-
},
799-
800806
{
801807
text: 'Vue',
802808
items: [{
@@ -974,6 +980,16 @@ module.exports = {
974980
"07-用户画像和特征工程",
975981
]
976982
},
983+
984+
{
985+
title: "低代码",
986+
collapsable: false,
987+
sidebarDepth: 0,
988+
children: [
989+
"为什么“低代码”是未来趋势?",
990+
"01-低代码平台到底是什么样的?",
991+
]
992+
},
977993
],
978994

979995
"/md/mgr/": [{
@@ -1450,6 +1466,7 @@ module.exports = {
14501466
"亿级数据量商品系统的SQL调优实战",
14511467
"MySQL查询优化",
14521468
"MySQL深分页调优实战",
1469+
"online-sql-deadlock-incident-how-to-prevent-deadlocks",
14531470
]
14541471
},
14551472

@@ -1675,13 +1692,32 @@ module.exports = {
16751692
}, ],
16761693

16771694
"/md/redis/": [{
1695+
title: "数据结构",
1696+
collapsable: false,
1697+
sidebarDepth: 0,
1698+
children: [
1699+
"Redis的整数数组和压缩列表",
1700+
"Sorted sets、zset数据结构详解",
1701+
"Redis Quicklist",
1702+
]
1703+
},
1704+
{
1705+
title: "持久化",
1706+
collapsable: false,
1707+
sidebarDepth: 0,
1708+
children: [
1709+
"Redis的RDB源码解析",
1710+
]
1711+
},
1712+
{
16781713
title: "基础",
16791714
collapsable: false,
16801715
sidebarDepth: 0,
16811716
children: [
16821717
"01-Redis和ZK分布式锁优缺点对比以及生产环境使用建议",
16831718
"05-缓存读写策略模式详解",
16841719
"06-如何快速定位 Redis 热 key",
1720+
"Redis异步子线程原理详解",
16851721
"12-Redis 闭源?",
16861722
]
16871723
},
@@ -1971,7 +2007,7 @@ module.exports = {
19712007
]
19722008
}, ],
19732009

1974-
"/md/llm/": [{
2010+
"/md/AI/llm/": [{
19752011
title: "大模型发展",
19762012
collapsable: false,
19772013
sidebarDepth: 0,
@@ -2149,6 +2185,8 @@ module.exports = {
21492185
"架构之美:教你如何分析一个接口?",
21502186
"业务代码如何才能不再写出大串的if else?",
21512187
"阿里P8架构师都是怎么分析软件模型的?",
2188+
"cell-based-architecture-distributed-systems",
2189+
"cell-based-architecture-resilient-fault-tolerant-systems",
21522190
]
21532191
},
21542192
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)