@@ -45,16 +45,26 @@ export default sidebar({
4545 text : "面试准备知识体系" ,
4646 link : "/interview-preparation/" ,
4747 } ,
48- { text : "Java 后端面试通关计划" , link : "backend-interview-plan" } ,
49- "teach-you-how-to-prepare-for-the-interview-hand-in-hand" ,
50- "resume-guide" ,
51- { text : "Java 后端面试重点总结" , link : "key-points-of-interview" } ,
48+ { text : "⭐Java 后端面试通关计划" , link : "backend-interview-plan" } ,
49+ {
50+ text : "⭐如何高效准备 Java 面试?" ,
51+ link : "teach-you-how-to-prepare-for-the-interview-hand-in-hand" ,
52+ } ,
53+ { text : "⭐程序员简历编写指南" , link : "resume-guide" } ,
54+ {
55+ text : "⭐Java 后端面试重点总结" ,
56+ link : "key-points-of-interview" ,
57+ } ,
5258 {
5359 text : "Java 面试 + 后端面试 PDF 资料" ,
5460 link : "pdf-interview-javaguide" ,
5561 } ,
5662 { text : "Java 学习路线" , link : "java-roadmap" } ,
57- "project-experience-guide" ,
63+ { text : "⭐项目经验指南" , link : "project-experience-guide" } ,
64+ {
65+ text : "⭐后端项目面试怎么讲?" ,
66+ link : "backend-project-interview-guide" ,
67+ } ,
5868 "how-to-handle-interview-nerves" ,
5969 "internship-experience" ,
6070 ] ,
@@ -74,9 +84,18 @@ export default sidebar({
7484 prefix : "basis/" ,
7585 icon : ICONS . BASIC ,
7686 children : [
77- "java-basic-questions-01" ,
78- "java-basic-questions-02" ,
79- "java-basic-questions-03" ,
87+ {
88+ text : "⭐Java 基础常见面试题(上)" ,
89+ link : "java-basic-questions-01" ,
90+ } ,
91+ {
92+ text : "⭐Java 基础常见面试题(中)" ,
93+ link : "java-basic-questions-02" ,
94+ } ,
95+ {
96+ text : "⭐Java 基础常见面试题(下)" ,
97+ link : "java-basic-questions-03" ,
98+ } ,
8099 createImportantSection ( [
81100 "why-there-only-value-passing-in-java" ,
82101 "serialization" ,
@@ -99,8 +118,14 @@ export default sidebar({
99118 prefix : "collection/" ,
100119 icon : ICONS . CONTAINER ,
101120 children : [
102- "java-collection-questions-01" ,
103- "java-collection-questions-02" ,
121+ {
122+ text : "⭐Java 集合常见面试题(上)" ,
123+ link : "java-collection-questions-01" ,
124+ } ,
125+ {
126+ text : "⭐Java 集合常见面试题(下)" ,
127+ link : "java-collection-questions-02" ,
128+ } ,
104129 "java-collection-precautions-for-use" ,
105130 createSourceCodeSection ( [
106131 "arraylist-source-code" ,
@@ -120,9 +145,18 @@ export default sidebar({
120145 prefix : "concurrent/" ,
121146 icon : ICONS . PERFORMANCE ,
122147 children : [
123- "java-concurrent-questions-01" ,
124- "java-concurrent-questions-02" ,
125- "java-concurrent-questions-03" ,
148+ {
149+ text : "⭐Java 并发常见面试题(上)" ,
150+ link : "java-concurrent-questions-01" ,
151+ } ,
152+ {
153+ text : "⭐Java 并发常见面试题(中)" ,
154+ link : "java-concurrent-questions-02" ,
155+ } ,
156+ {
157+ text : "⭐Java 并发常见面试题(下)" ,
158+ link : "java-concurrent-questions-03" ,
159+ } ,
126160 createImportantSection ( [
127161 { text : "Java 锁详解" , link : "java-lock" } ,
128162 "optimistic-lock-and-pessimistic-lock" ,
@@ -153,8 +187,8 @@ export default sidebar({
153187 collapsible : true ,
154188 children : [
155189 {
156- text : "JVM常见面试题总结 " ,
157- link : "https:// interview.javaguide.cn/java/java-jvm.html " ,
190+ text : "⭐JVM 常见面试题总结 " ,
191+ link : "jvm- interview-questions " ,
158192 } ,
159193 "memory-area" ,
160194 "jvm-garbage-collection" ,
@@ -163,7 +197,10 @@ export default sidebar({
163197 "classloader" ,
164198 "jvm-parameters-intro" ,
165199 "jdk-monitoring-and-troubleshooting-tools" ,
166- "jvm-in-action" ,
200+ {
201+ text : "Java 后端线上问题排查" ,
202+ link : "jvm-in-action" ,
203+ } ,
167204 ] ,
168205 } ,
169206 {
@@ -233,7 +270,7 @@ export default sidebar({
233270 prefix : "mysql/" ,
234271 icon : ICONS . MYSQL ,
235272 children : [
236- " mysql-questions-01",
273+ { text : "⭐MySQL 常见面试题总结" , link : " mysql-questions-01" } ,
237274 "mysql-high-performance-optimization-specification-recommendations" ,
238275 createImportantSection ( [
239276 "mysql-index" ,
@@ -267,8 +304,14 @@ export default sidebar({
267304 icon : ICONS . REDIS ,
268305 children : [
269306 "cache-basics" ,
270- "redis-questions-01" ,
271- "redis-questions-02" ,
307+ {
308+ text : "⭐Redis 常见面试题总结(上)" ,
309+ link : "redis-questions-01" ,
310+ } ,
311+ {
312+ text : "⭐Redis 常见面试题总结(下)" ,
313+ link : "redis-questions-02" ,
314+ } ,
272315 createImportantSection ( [
273316 "redis-delayed-task" ,
274317 "redis-stream-mq" ,
@@ -354,8 +397,14 @@ export default sidebar({
354397 icon : ICONS . SPRING_BOOT ,
355398 prefix : "spring/" ,
356399 children : [
357- "spring-knowledge-and-questions-summary" ,
358- "springboot-knowledge-and-questions-summary" ,
400+ {
401+ text : "Spring 常见面试题总结" ,
402+ link : "spring-knowledge-and-questions-summary" ,
403+ } ,
404+ {
405+ text : "Spring Boot 常见面试题总结" ,
406+ link : "springboot-knowledge-and-questions-summary" ,
407+ } ,
359408 "spring-common-annotations" ,
360409 "springboot-source-code" ,
361410 createImportantSection ( [
@@ -367,7 +416,10 @@ export default sidebar({
367416 ] ) ,
368417 ] ,
369418 } ,
370- "mybatis/mybatis-interview" ,
419+ {
420+ text : "MyBatis 常见面试题总结" ,
421+ link : "mybatis/mybatis-interview" ,
422+ } ,
371423 "netty" ,
372424 ] ,
373425 } ,
@@ -423,7 +475,10 @@ export default sidebar({
423475 "why-password-reset-instead-of-retrieval" ,
424476 ] ,
425477 } ,
426- "system-design-questions" ,
478+ {
479+ text : "⭐系统设计常见面试题总结" ,
480+ link : "system-design-questions" ,
481+ } ,
427482 {
428483 text : "⭐设计模式常见面试题总结" ,
429484 link : "https://interview.javaguide.cn/system-design/design-pattern.html" ,
0 commit comments