@@ -751,10 +751,6 @@ module.exports = {
751
751
text : 'LangChain4j' ,
752
752
link : '/md/AI/langchain4j/01-intro'
753
753
} ,
754
- {
755
- text : 'MCP' ,
756
- link : '/md/AI/mcp/mcp-fad-or-fixture'
757
- } ,
758
754
{
759
755
text : '大模型发展' ,
760
756
link : '/md/AI/llm/GPTs'
@@ -767,6 +763,14 @@ module.exports = {
767
763
text : 'AI Agent' ,
768
764
link : '/md/AI/agent/changelog-cursor'
769
765
} ,
766
+ {
767
+ text : 'MCP' ,
768
+ link : '/md/AI/mcp/mcp-fad-or-fixture'
769
+ } ,
770
+ {
771
+ text : 'A2A' ,
772
+ link : '/md/AI/a2a/a2a-a-new-era-of-agent-interoperability'
773
+ } ,
770
774
]
771
775
} ,
772
776
@@ -796,6 +800,11 @@ module.exports = {
796
800
text : '以太坊区块链' ,
797
801
link : '/md/chain/01-以太坊智能合约与高级语言.md'
798
802
} ,
803
+
804
+ {
805
+ text : '隐私计算' ,
806
+ link : '/md/chain/隐私计算技术原理.md'
807
+ } ,
799
808
800
809
]
801
810
} ,
@@ -1179,8 +1188,9 @@ module.exports = {
1179
1188
collapsable : false ,
1180
1189
sidebarDepth : 0 ,
1181
1190
children : [
1182
- "MQTT与Kafka在物联网消息与流数据集成实践" ,
1183
- "07-MQTT发布订阅模式介绍"
1191
+ "mqtt-kafka-iot-message-streaming-integration" ,
1192
+ "mqtt-publish-subscribe-intro" ,
1193
+ "avoid-bare-parsefrom-mqtt-protobuf-consumption" ,
1184
1194
]
1185
1195
} ] ,
1186
1196
@@ -1246,15 +1256,16 @@ module.exports = {
1246
1256
sidebarDepth : 0 ,
1247
1257
children : [
1248
1258
"java-se-support-roadmap" ,
1249
- "Java9新特性概述 " ,
1259
+ "Java9-new-features " ,
1250
1260
"jdk14-new-features-complete-guide" ,
1251
- "JDK16新特性 " ,
1261
+ "Java16-new-features " ,
1252
1262
"understanding-java17-new-features-sealed-classes" ,
1253
- "JDK21新特性 " ,
1254
- "JDK22新特性 " ,
1255
- "JDK23新特性 " ,
1263
+ "Java21-new-features " ,
1264
+ "Java22-new-features " ,
1265
+ "Java23-new-features " ,
1256
1266
"java24-new-features" ,
1257
1267
"java2024" ,
1268
+ "java-news-roundup-jun02-2025" ,
1258
1269
]
1259
1270
} ,
1260
1271
@@ -1397,7 +1408,7 @@ module.exports = {
1397
1408
"03-Tomcat的生命周期管理" ,
1398
1409
"04-Tomcat实现热部署、热加载原理解析" ,
1399
1410
"05-Tomcat如何打破双亲委派机制实现隔离Web应用的?" ,
1400
- "Tomcat进程占用CPU过高怎么办? " ,
1411
+ "how-to-solve-high-cpu-usage-in-tomcat-process " ,
1401
1412
]
1402
1413
} ] ,
1403
1414
@@ -1501,6 +1512,7 @@ module.exports = {
1501
1512
"为什么临时表可以重名?" ,
1502
1513
"为什么阿里不推荐使用MySQL分区表?" ,
1503
1514
"一文看懂这篇MySQL的锁机制" ,
1515
+ "mysql-transaction-isolation-mechanism" ,
1504
1516
]
1505
1517
} ,
1506
1518
@@ -1515,6 +1527,7 @@ module.exports = {
1515
1527
"MySQL查询优化" ,
1516
1528
"MySQL深分页调优实战" ,
1517
1529
"online-sql-deadlock-incident-how-to-prevent-deadlocks" ,
1530
+ "optimize-slow-queries-massive-row-deletions" ,
1518
1531
]
1519
1532
} ,
1520
1533
@@ -1542,7 +1555,7 @@ module.exports = {
1542
1555
"05-流式操作:如何使用 Flux 和 Mono 高效构建响应式数据流?" ,
1543
1556
]
1544
1557
} ] ,
1545
-
1558
+
1546
1559
"/md/sentinel/" : [ {
1547
1560
title : "Sentinel基础" ,
1548
1561
collapsable : false ,
@@ -1682,7 +1695,7 @@ module.exports = {
1682
1695
"Kafka门派知多少" ,
1683
1696
"08-全网最全图解Kafka适用场景" ,
1684
1697
"09-消息队列的消息大量积压怎么办?" ,
1685
- "13-KafkaAdminClient " ,
1698
+ "kafka-operations-tool-exploring-adminclient-principles-and-practices " ,
1686
1699
"15-基于kafka实现延迟队列" ,
1687
1700
"kafka-transaction-implementation" ,
1688
1701
"kafka-versions" ,
@@ -2153,10 +2166,21 @@ module.exports = {
2153
2166
"lm-studio-transform-mac-into-ai-tool" ,
2154
2167
"navigating-llm-deployment-tips-tricks-and-techniques" ,
2155
2168
"only-ai-flow-can-do" ,
2156
- "chatgpt-canva" ,
2157
2169
"llm-reasoning-limitations" ,
2158
2170
"making-an-llm-that-sees-and-reasons" ,
2159
2171
"lmstudio-local-llm-call" ,
2172
+ "inference-engine" ,
2173
+ "cuda" ,
2174
+ "gpullama3-java-gpu-llm" ,
2175
+ ]
2176
+ } ,
2177
+ {
2178
+ title : "ChatGPT" ,
2179
+ collapsable : false ,
2180
+ sidebarDepth : 0 ,
2181
+ children : [
2182
+ "chatgpt-canva" ,
2183
+ "memory-faq" ,
2160
2184
]
2161
2185
} ,
2162
2186
{
@@ -2214,6 +2238,7 @@ module.exports = {
2214
2238
"boost-ai-workflow-resilience-with-error-handling" ,
2215
2239
"introducing-parent-child-retrieval-for-enhanced-knowledge" ,
2216
2240
"dify-v1-0-building-a-vibrant-plugin-ecosystem" ,
2241
+ "dify-v1-1-0-filtering-knowledge-retrieval-with-customized-metadata" ,
2217
2242
"dify-deep-research-workflow-farewell-to-fragmented-search-unlock-ai-driven-insights" ,
2218
2243
"dify-agent-and-zapier-mcp-unlock-ai-automation" ,
2219
2244
]
@@ -2327,29 +2352,37 @@ module.exports = {
2327
2352
]
2328
2353
} ,
2329
2354
{
2330
- title : "辅助编程 " ,
2355
+ title : "cursor " ,
2331
2356
collapsable : false ,
2332
2357
sidebarDepth : 0 ,
2333
2358
children : [
2334
2359
"changelog-cursor" ,
2360
+ ]
2361
+ } ,
2362
+
2363
+ {
2364
+ title : "windsurf" ,
2365
+ collapsable : false ,
2366
+ sidebarDepth : 0 ,
2367
+ children : [
2335
2368
"goodbye-cursor-hello-windsurf" ,
2336
- "Junie" ,
2337
- "introducing-codex" ,
2369
+ "windsurf-update" ,
2338
2370
]
2339
2371
} ,
2340
- ] ,
2341
-
2342
- "/md/AI/agent/dify/" : [ {
2343
- title : "快速上手" ,
2372
+ {
2373
+ title : "Dify基础" ,
2344
2374
collapsable : false ,
2345
2375
sidebarDepth : 0 ,
2346
2376
children : [
2347
- "ai-agents-dont-security-nightmare" ,
2348
- "improve-quality-gen-ai" ,
2377
+ "what-is-llmops" ,
2378
+ "configuring-models-in-dify" ,
2379
+ "Build-App-with-Dify" ,
2380
+ "integrate-dify-and-aws-services-to-enable-more-flexible-translation-workflows" ,
2381
+ "llm-knowledge-base-segmentation-data-cleaning" ,
2349
2382
]
2350
2383
} ,
2351
2384
{
2352
- title : "案例 " ,
2385
+ title : "Dify案例 " ,
2353
2386
collapsable : false ,
2354
2387
sidebarDepth : 0 ,
2355
2388
children : [
@@ -2359,6 +2392,15 @@ module.exports = {
2359
2392
"introducing-codex" ,
2360
2393
]
2361
2394
} ,
2395
+
2396
+ {
2397
+ title : "Perplexity" ,
2398
+ collapsable : false ,
2399
+ sidebarDepth : 0 ,
2400
+ children : [
2401
+ "perplexity-labs" ,
2402
+ ]
2403
+ } ,
2362
2404
] ,
2363
2405
2364
2406
"/md/AI/mcp/" : [ {
@@ -2381,6 +2423,16 @@ module.exports = {
2381
2423
} ,
2382
2424
] ,
2383
2425
2426
+ "/md/AI/a2a/" : [ {
2427
+ title : "A2A" ,
2428
+ collapsable : false ,
2429
+ sidebarDepth : 0 ,
2430
+ children : [
2431
+ "a2a-a-new-era-of-agent-interoperability" ,
2432
+ ]
2433
+ } ,
2434
+ ] ,
2435
+
2384
2436
"/md/AI/spring-ai-alibaba/" : [ {
2385
2437
title : "Spring AI Alibaba" ,
2386
2438
collapsable : false ,
@@ -2529,6 +2581,7 @@ module.exports = {
2529
2581
sidebarDepth : 0 ,
2530
2582
children : [
2531
2583
"01-单一职责原则" ,
2584
+ "open-close-principle" ,
2532
2585
"rest-api-design-resource-modeling" ,
2533
2586
]
2534
2587
} ,
0 commit comments