sidebar.ts 17.1 KB
Newer Older
1 2
import { sidebar } from "vuepress-theme-hope";
export const sidebarConfig = sidebar({
沉默王二's avatar
沉默王二 已提交
3 4 5 6 7 8 9 10
  "/zhishixingqiu/": [
    "readme.md",
    "map",
    "may",
    "june",
    "july",
    "august"
  ],
沉默王二's avatar
沉默王二 已提交
11
  // 你可以省略 .md 扩展名,以 / 结尾的路径会被推断为 /README.md(区分大小写)
沉默王二's avatar
沉默王二 已提交
12
  "/nice-article/itmind/": [
沉默王二's avatar
沉默王二 已提交
13
    "readme.md",
沉默王二's avatar
沉默王二 已提交
14
    "shangwang.md",
沉默王二's avatar
沉默王二 已提交
15 16 17 18
    "ideapxideajhideayjjhmideazxjhzcmpjjcyjjhqcyx",
    "yigkymxczideatsyqdffblwxjcywdxbxt",
    "ideapjazjczxjhmzcmyjjhcxgxz",
    "ideajhmideajhmideapxideajhmideazcmideayjjhm",
沉默王二's avatar
破解  
沉默王二 已提交
19
    "intellijidearhgbgxdsxbxt",
沉默王二's avatar
沉默王二 已提交
20 21 22 23 24
    "navicatmacyjpx",
    "navicatzxbwindowspjbjc",
    "typorayjpx",
    "typoramaczwpjbhyjjdkptmarkdownbjqmksimacsocom",
    "xshellazpjbjcxshellpxffxbxt",
沉默王二's avatar
pycharm  
沉默王二 已提交
25
    "pycharmjhpxmazjcnyrgxxbxt",
沉默王二's avatar
破解  
沉默王二 已提交
26 27 28
    "webstormjhmwebstormwdzsjhmxbxt",
    "visualstudiopxbazjcnfvisualstudiojhmmyxbxt",
    "sublimetextzcmpjazjcqckyxbxt",
沉默王二's avatar
termius  
沉默王二 已提交
29
    "termius-macos",
30 31 32 33 34 35 36 37 38 39 40 41 42 43
  ],
  "/pdf/": [
    "java",
    "programmer-111",
    "java-concurrent",
    "github-java-jiaocheng-115-star",
    "shejimoshi",
    "java-leetcode",
    "ali-java-shouce",
    "yuanyifeng-c-language",
    "bat-shuati",
    "os",
    "progit",
    "jianli",
沉默王二's avatar
沉默王二 已提交
44
  ],
45
  "/xuexiluxian/": [
沉默王二's avatar
沉默王二 已提交
46
    {
47
      text: "Java学习路线",
48
      prefix: "java/",
沉默王二's avatar
沉默王二 已提交
49
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
50
      children: [
51 52 53
        "yitiaolong",
        "thread",
        "jvm",
沉默王二's avatar
沉默王二 已提交
54 55
      ],
    },
56 57
    "c",
    "ccc",
58 59 60 61 62
    "python",
    "go",
    "os",
    "qianduan",
    "algorithm",
沉默王二's avatar
沉默王二 已提交
63
    "lanqiaobei",
沉默王二's avatar
沉默王二 已提交
64
    "bigdata",
沉默王二's avatar
安卓  
沉默王二 已提交
65
    "android",
沉默王二's avatar
沉默王二 已提交
66 67
    "mysql",
    "donet",
68
  ],
沉默王二's avatar
沉默王二 已提交
69
  "/sidebar/sanfene/": [
70 71 72 73 74 75 76 77 78 79 80 81
    "nixi",
    "javase",
    "collection",
    "javathread",
    "jvm",
    "spring",
    "redis",
    "mybatis",
    "mysql",
    "os",
    "network",
    "rocketmq",
沉默王二's avatar
沉默王二 已提交
82
  ],
83 84
  // 必须放在最后面
  "/": [
沉默王二's avatar
沉默王二 已提交
85
    {
沉默王二's avatar
沉默王二 已提交
86
      text: "一、前言",
87
      link: "home",
沉默王二's avatar
沉默王二 已提交
88 89 90
    },
    {
      text: "二、Java核心",
沉默王二's avatar
沉默王二 已提交
91
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
92 93 94
      children: [
        {
          prefix: "overview/",
沉默王二's avatar
沉默王二 已提交
95
          text: "2.1 Java概述及环境配置",
沉默王二's avatar
沉默王二 已提交
96
          collapsible: true,
97
          children: [
沉默王二's avatar
沉默王二 已提交
98
          "what-is-java",
沉默王二's avatar
沉默王二 已提交
99 100 101 102 103
          "java-history",
          "java-can-do-what",
          "jdk-install-config",
          "IDEA-install-config",
          "hello-world",
104
          ],
沉默王二's avatar
沉默王二 已提交
105 106
        },
        {
107
          text: "2.2 Java语法基础",
沉默王二's avatar
沉默王二 已提交
108
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
109
          children: [
110 111 112
          "basic-extra-meal/48-keywords",
          "basic-grammar/javadoc",
          "basic-grammar/basic-data-type",
沉默王二's avatar
沉默王二 已提交
113
          "basic-grammar/type-cast",
114 115
          "basic-grammar/operator",
          "basic-grammar/flow-control",
沉默王二's avatar
沉默王二 已提交
116 117 118
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
119
          text: "2.3 数组&字符串",
沉默王二's avatar
沉默王二 已提交
120
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
121 122 123 124 125 126 127 128 129 130 131 132 133
          children: [
          "array/array",
          "array/print",
          "string/immutable",
          "string/constant-pool",
          "string/intern",
          "string/equals",
          "string/join",
          "string/split",
          ],
        },
        {
          text: "2.4 面向对象编程",
沉默王二's avatar
沉默王二 已提交
134
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
135
          children: [
沉默王二's avatar
沉默王二 已提交
136
          "oo/object-class",
沉默王二's avatar
沉默王二 已提交
137
          "oo/package",
138
          "oo/var",
沉默王二's avatar
沉默王二 已提交
139 140 141 142 143 144 145 146
          "oo/method",
          "oo/construct",
          "oo/access-control",
          "oo/code-init",
          "oo/abstract",
          "oo/interface",
          "oo/abstract-vs-interface",
          "oo/inner-class",
沉默王二's avatar
继承  
沉默王二 已提交
147 148 149 150
          "oo/this-super",
          "basic-extra-meal/override-overload",
          "oo/static",
          "oo/final",
沉默王二's avatar
沉默王二 已提交
151
          "oo/encapsulation",
沉默王二's avatar
多态  
沉默王二 已提交
152 153
          "oo/extends-bigsai",
          "oo/polymorphism",
沉默王二's avatar
沉默王二 已提交
154
          
沉默王二's avatar
沉默王二 已提交
155 156 157
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
158
          text: "2.5 集合框架(容器)",
沉默王二's avatar
沉默王二 已提交
159
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
160
          children: [
沉默王二's avatar
沉默王二 已提交
161
          
沉默王二's avatar
沉默王二 已提交
162 163 164 165 166 167 168
          "collection/gailan",
          "collection/arraylist",
          "collection/linkedlist",
          "collection/list-war-2",
          "collection/iterator-iterable",
          "collection/fail-fast",
          "collection/hashmap",
沉默王二's avatar
沉默王二 已提交
169 170 171 172 173
          "collection/linkedhashmap",
          "collection/treemap",
          "collection/arraydeque",
          "collection/PriorityQueue",
          "collection/WeakHashMap",
沉默王二's avatar
沉默王二 已提交
174
         
沉默王二's avatar
沉默王二 已提交
175 176 177
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
178
          text: "2.6 IO",
沉默王二's avatar
沉默王二 已提交
179
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
180
          prefix:"io/",
沉默王二's avatar
沉默王二 已提交
181
          children: [
沉默王二's avatar
IO  
沉默王二 已提交
182 183
          "shangtou",
          "file-path",
沉默王二's avatar
沉默王二 已提交
184 185 186
          "stream",
          "reader-writer",
          "buffer",
沉默王二's avatar
Java IO  
沉默王二 已提交
187 188 189 190 191
          "char-byte",
          "serialize",
          "Serializbale",
          "transient",
          "print",
沉默王二's avatar
沉默王二 已提交
192 193 194
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
195
          text: "2.7 异常处理",
沉默王二's avatar
沉默王二 已提交
196
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
197
          prefix:"exception/",
沉默王二's avatar
沉默王二 已提交
198
          children: [
199 200 201 202
          "gailan",
          "try-with-resouces",
          "shijian",
          "npe",
沉默王二's avatar
沉默王二 已提交
203 204 205
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
206
          text: "2.8 常用工具类",
沉默王二's avatar
沉默王二 已提交
207
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
208
          prefix:"common-tool/",
沉默王二's avatar
沉默王二 已提交
209
          children: [
210 211 212 213 214
          "arrays",
          "collections",
          "hutool",
          "guava",
          "utils",
沉默王二's avatar
沉默王二 已提交
215 216 217
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
218
          text: "2.9 Java新特性",
沉默王二's avatar
沉默王二 已提交
219
          prefix: "java8/",
沉默王二's avatar
沉默王二 已提交
220
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
221
          children: [
222 223 224
          "stream",
          "optional",
          "Lambda",
沉默王二's avatar
沉默王二 已提交
225 226 227
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
228
          text: "2.10 Java重要知识点",
沉默王二's avatar
沉默王二 已提交
229
          prefix:"basic-extra-meal/",
沉默王二's avatar
沉默王二 已提交
230
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
231
          children: [
沉默王二's avatar
沉默王二 已提交
232
            "basic-extra-meal/java-naming",
沉默王二's avatar
沉默王二 已提交
233 234 235 236 237 238 239 240 241 242 243 244 245 246
          "java-unicode",
          "int-cache",
          "box",
          "deep-copy",
          "hashcode",
          "equals-hashcode",
          "Overriding",
          "pass-by-value",
          "comparable-omparator",
          "jdk9-char-byte-string",
          "jdk-while-for-wuxian-xunhuan",
          "class-object",
          "instanceof",
          "instanceof-jvm",
沉默王二's avatar
沉默王二 已提交
247
          "immutable",
沉默王二's avatar
沉默王二 已提交
248 249 250 251 252 253
          "varables",
          "generic",
          "true-generic",
          "annotation",
          "enum",
          "fanshe",
沉默王二's avatar
沉默王二 已提交
254 255 256
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
257
          text: "2.11 网络编程",
沉默王二's avatar
沉默王二 已提交
258
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
259 260 261 262 263 264 265 266
          prefix: "socket/",
          children: [
            "socket",
            "http",
          ],
        },
        {
          text: "2.12 NIO",
沉默王二's avatar
沉默王二 已提交
267
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
268 269
          prefix: "nio/",
          children: [
沉默王二's avatar
沉默王二 已提交
270 271 272 273
            "why",
            "rumen",
            "moxing",
            "network-connect",
沉默王二's avatar
沉默王二 已提交
274 275 276 277 278
            "BIONIOAIO",
          ],
        },
        {
          text: "2.13 并发编程",
沉默王二's avatar
沉默王二 已提交
279
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
280
          prefix: "thread/",
沉默王二's avatar
沉默王二 已提交
281
          children: [
沉默王二's avatar
沉默王二 已提交
282
          "wangzhe-thread",
沉默王二's avatar
沉默王二 已提交
283 284 285 286 287 288 289 290 291 292 293
          "thread-state-and-method",
          "thread-group-and-thread-priority",
          "why-need-thread",
          "thread-bring-some-problem",
          "jmm",
          "volatile",
          "synchronized-1",
          "synchronized",
          "cas",
          "aqs",
          "lock",
沉默王二's avatar
PDF  
沉默王二 已提交
294 295
          "suo",
          "pianxiangsuo",
沉默王二's avatar
沉默王二 已提交
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
          "reentrantLock",
          "ReentrantReadWriteLock",
          "condition",
          "LockSupport",
          "map",
          "ConcurrentHashMap",
          "ConcurrentLinkedQueue",
          "CopyOnWriteArrayList",
          "ThreadLocal",
          "BlockingQueue",
          "pool",
          "ScheduledThreadPoolExecutor",
          "atomic",
          "CountDownLatch",
          "fork-join",
          "shengchanzhe-xiaofeizhe",
沉默王二's avatar
沉默王二 已提交
312 313 314
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
315
          text: "2.14 JVM",
沉默王二's avatar
jvm  
沉默王二 已提交
316
          prefix: "jvm/",
沉默王二's avatar
沉默王二 已提交
317
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
318
          children: [
沉默王二's avatar
沉默王二 已提交
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338
          "what-is-jvm",
          "how-run-java-code",
          "class-load",
          "class-file-jiegou",
          "bytecode",
          "zijiema-zhiling",
          "how-jvm-run-zijiema-zhiling",
          "hsdb",
          "asm",
          "compile-jdk",
          "neicun-jiegou",
          "whereis-the-object",
          "gc",
          "tujie-gc",
          "meituan-9-gc",
          "problem-tools",
          "jit",
          "oom",
          "cpu-percent-100",
          "zongjie",
沉默王二's avatar
沉默王二 已提交
339
          
沉默王二's avatar
沉默王二 已提交
340 341 342 343 344
          ],
        },
      ],
    },
    {
沉默王二's avatar
沉默王二 已提交
345
      text: "三、Java企业级开发",
沉默王二's avatar
沉默王二 已提交
346
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
347 348
      children: [
        {
沉默王二's avatar
git  
沉默王二 已提交
349
          text: "3.1 开发/构建工具",
沉默王二's avatar
沉默王二 已提交
350
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
351
          children: [
沉默王二's avatar
沉默王二 已提交
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380
            {
              text: "3.1.1 Nginx",
              children: [
                "nginx/nginx",
              ],
            },
            {
              text: "3.1.2 IDE",
              collapsible: true,
              children: [
              "ide/4-debug-skill",
              "ide/xechat",
              "ide/shenji-chajian-10",
              ],
            },
            {
              text: "3.1.3 Maven",
              collapsible: true,
              children: [
              "maven/maven",
              ],
            },
            {
              text: "3.1.4 Git",
              collapsible: true,
              children: [
              "git/git-qiyuan",
              ],
            },
381 382 383
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
384
          text: "3.3 Spring",
沉默王二's avatar
沉默王二 已提交
385
          collapsible: true,
386
          children: [
沉默王二's avatar
沉默王二 已提交
387 388 389 390
            {
              text: "Spring AOP扫盲",
              link: "springboot/aop-log",
            },
391 392
            {
              text: "Spring IoC扫盲",
沉默王二's avatar
沉默王二 已提交
393
              link: "springboot/ioc",
394 395 396 397
            },
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
398
          text: "3.4 SpringBoot",
沉默王二's avatar
沉默王二 已提交
399
          collapsible: true,
400
          children: [
沉默王二's avatar
沉默王二 已提交
401
            {
沉默王二's avatar
优化  
沉默王二 已提交
402
              text: "搭建第一个Spring Boot项目",
沉默王二's avatar
沉默王二 已提交
403 404 405
              link: "springboot/initializr",
            },
            {
沉默王二's avatar
swagger  
沉默王二 已提交
406
              text: "整合MySQL和Druid",
沉默王二's avatar
沉默王二 已提交
407 408
              link: "springboot/mysql-druid",
            },
沉默王二's avatar
沉默王二 已提交
409
            {
沉默王二's avatar
swagger  
沉默王二 已提交
410
              text: "整合JPA",
沉默王二's avatar
沉默王二 已提交
411 412
              link: "springboot/jpa",
            },
413 414 415 416 417 418 419 420 421 422
            {
              text: "整合Thymeleaf",
              link: "springboot/thymeleaf",
            },
            {
              text: "开启事务支持",
              link: "springboot/transaction",
            },
            {
              text: "过滤器、拦截器、监听器",
沉默王二's avatar
沉默王二 已提交
423
              link: "springboot/Filter-Interceptor-Listener",
424
            },
沉默王二's avatar
沉默王二 已提交
425
            {
沉默王二's avatar
swagger  
沉默王二 已提交
426
              text: "整合Redis实现缓存",
沉默王二's avatar
沉默王二 已提交
427 428 429
              link: "redis/redis-springboot",
            },
            {
430 431
              text: "整合Logback",
              link: "springboot/logback"
沉默王二's avatar
沉默王二 已提交
432
            },
沉默王二's avatar
swagger  
沉默王二 已提交
433 434 435 436
            {
              text: "整合Swagger-UI",
              link: "springboot/swagger"
            },
沉默王二's avatar
knife4j  
沉默王二 已提交
437 438 439 440
            {
              text: "整合Knife4j",
              link: "gongju/knife4j"
            },
沉默王二's avatar
沉默王二 已提交
441 442 443 444
            {
              text: "整合SpringTask",
              link: "springboot/springtask"
            },
445 446 447 448
            {
              text: "整合MyBatis-Plus AutoGenerator",
              link: "kaiyuan/auto-generator",
            },
沉默王二's avatar
沉默王二 已提交
449 450 451
            "springboot/quartz",
            "springboot/mybatis",
            "springboot/docker",
沉默王二's avatar
沉默王二 已提交
452
            "springboot/macos-codingmore-run",
沉默王二's avatar
沉默王二 已提交
453 454
            "springboot/windows-codingmore-run",
            "springboot/linux-codingmore-run",
沉默王二's avatar
沉默王二 已提交
455
            "springboot/validator",
456 457 458
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
459
          text: "3.5 Netty",
沉默王二's avatar
沉默王二 已提交
460
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
461 462 463 464 465 466
          children: [
            "netty/rumen",
          ],
        },
        {
          text: "3.6 辅助工具",
沉默王二's avatar
沉默王二 已提交
467
          collapsible: true,
468
          children: [
沉默王二's avatar
沉默王二 已提交
469 470
            "gongju/choco",
            "gongju/brew",
沉默王二's avatar
沉默王二 已提交
471 472 473 474 475
            "gongju/tabby",
            "gongju/warp",
            "gongju/windterm",
            "gongju/chiner",
            "gongju/DBeaver",
沉默王二's avatar
沉默王二 已提交
476 477 478
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
479
          text: "3.7 开源轮子",
沉默王二's avatar
沉默王二 已提交
480
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
481
          children: [
沉默王二's avatar
Choco  
沉默王二 已提交
482
            {
沉默王二's avatar
沉默王二 已提交
483
              text: "HTTP调用框架Forest",
沉默王二's avatar
Choco  
沉默王二 已提交
484 485 486
              link: "gongju/forest",
            },
            {
沉默王二's avatar
沉默王二 已提交
487
              text: "单元测试Junit",
沉默王二's avatar
Choco  
沉默王二 已提交
488 489 490
              link: "gongju/junit",
            },
            {
沉默王二's avatar
沉默王二 已提交
491
              text: "阿里开源的fastjson",
沉默王二's avatar
Choco  
沉默王二 已提交
492 493 494
              link: "gongju/fastjson",
            },
            {
沉默王二's avatar
沉默王二 已提交
495
              text: "谷歌开源的Gson",
沉默王二's avatar
Choco  
沉默王二 已提交
496 497 498
              link: "gongju/gson",
            },
            {
沉默王二's avatar
沉默王二 已提交
499
              text: "SpringBoot内置的Jackson",
沉默王二's avatar
Choco  
沉默王二 已提交
500 501 502
              link: "gongju/jackson",
            },
            {
沉默王二's avatar
沉默王二 已提交
503
              text: "日志框架的鼻祖Log4j",
沉默王二's avatar
Choco  
沉默王二 已提交
504 505 506
              link: "gongju/log4j",
            },
            {
沉默王二's avatar
沉默王二 已提交
507
              text: "高性能日志框架Log4j2",
沉默王二's avatar
Choco  
沉默王二 已提交
508 509 510
              link: "gongju/log4j2",
            },
            {
沉默王二's avatar
沉默王二 已提交
511
              text: "Spring Boot内置的Logback",
沉默王二's avatar
Choco  
沉默王二 已提交
512 513 514
              link: "gongju/logback",
            },
            {
沉默王二's avatar
沉默王二 已提交
515
              text: "日志门面SLF4J",
沉默王二's avatar
Choco  
沉默王二 已提交
516 517 518
              link: "gongju/slf4j",
            },
            
519 520 521
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
522
          text: "3.8 分布式",
沉默王二's avatar
沉默王二 已提交
523
          collapsible: true,
524
          children: [
525 526 527 528 529 530 531 532 533 534 535 536
            {
              text: "Elasticsearch入门",
              link: "elasticsearch/rumen"
            },
            {
              text: "聊聊ZooKeeper",
              link: "zookeeper/jibenjieshao"
            },
            {
              text: "聊聊微服务网关",
              link: "microservice/api-wangguan"
            },
537 538 539
          ],
        },
        {
沉默王二's avatar
沉默王二 已提交
540
          text: "3.9 消息队列",
沉默王二's avatar
沉默王二 已提交
541
          collapsible: true,
542 543
          children: [
            {
544 545 546 547 548 549
              text: "RabbitMQ入门",
              link: "mq/rabbitmq-rumen"
            },
            {
              text: "如何保障消息不丢失",
              link: "mq/100-budiushi"
550
            },
沉默王二's avatar
沉默王二 已提交
551
            "mq/kafka",
沉默王二's avatar
沉默王二 已提交
552 553 554
          ],
        },
      ],
555 556
    },
    {
沉默王二's avatar
沉默王二 已提交
557
      text: "四、数据库",
沉默王二's avatar
沉默王二 已提交
558
      collapsible: true,
559
      children: [
560 561
        {
          text: "MySQL",
沉默王二's avatar
沉默王二 已提交
562
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
563
          prefix: "mysql/",
564
          children: [
沉默王二's avatar
沉默王二 已提交
565
            "redis-shuju-yizhixing",
沉默王二's avatar
沉默王二 已提交
566
            "lijie-shiwu",
沉默王二's avatar
沉默王二 已提交
567
            "shiwu-shixian",
568 569
          ],
        },
570 571
        {
          text: "Redis",
沉默王二's avatar
沉默王二 已提交
572
          collapsible: true,
573
          children: [
574 575 576 577 578 579 580 581
            {
              text: "Redis入门",
              link: "redis/rumen"
            },
            {
              text: "缓存雪崩、穿透、击穿",
              link: "redis/xuebeng-chuantou-jichuan"
            },
582 583 584 585
          ],
        },
        {
          text: "MongoDB",
沉默王二's avatar
沉默王二 已提交
586
          collapsible: true,
587 588 589 590 591 592
          children: [
            "mongodb/rumen",
          ],
        },
      ],
    },
沉默王二's avatar
沉默王二 已提交
593
    {
沉默王二's avatar
沉默王二 已提交
594
      text: "五、计算机基础",
沉默王二's avatar
沉默王二 已提交
595
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
596
      prefix: "cs/",
沉默王二's avatar
沉默王二 已提交
597 598 599
      children: [
        {
          text: "计算机操作系统",
沉默王二's avatar
沉默王二 已提交
600
          link: "os",
沉默王二's avatar
沉默王二 已提交
601 602 603
        },
        {
          text: "计算机网络",
沉默王二's avatar
沉默王二 已提交
604
          link: "wangluo",
沉默王二's avatar
沉默王二 已提交
605 606 607
        },
      ],
    },
608
    {
沉默王二's avatar
沉默王二 已提交
609
      text: "六、求职面试",
沉默王二's avatar
沉默王二 已提交
610
      collapsible: true,
611 612
      children: [
        {
沉默王二's avatar
沉默王二 已提交
613
          text: "面试题&八股文",
沉默王二's avatar
沉默王二 已提交
614
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
615
          prefix:"interview/",
616
          children: [
沉默王二's avatar
沉默王二 已提交
617 618 619 620
            "java-34",
            "java-hashmap-13",
            "redis-12",
            "mysql-60",
沉默王二's avatar
索引  
沉默王二 已提交
621
            "mysql-suoyin-15",
沉默王二's avatar
dubbo  
沉默王二 已提交
622
            "dubbo-17",
沉默王二's avatar
沉默王二 已提交
623
            "kafka-40",
沉默王二's avatar
沉默王二 已提交
624 625 626
            "java-basic-baguwen",
            "java-thread-baguwen",
            "java-jvm-baguwen",
沉默王二's avatar
沉默王二 已提交
627 628 629
            "mianshiguan-bigfile-miaochuan",
            "mianshiguan-fenkufenbiao",
            "mianshiguan-youhuiquan",
630 631
          ],
        },
沉默王二's avatar
沉默王二 已提交
632 633
        {
          text: "优质面经",
沉默王二's avatar
沉默王二 已提交
634
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
635
          prefix:"mianjing/",
沉默王二's avatar
沉默王二 已提交
636
          children: [
沉默王二's avatar
沉默王二 已提交
637 638 639 640 641 642 643
            "shanganaliyun",
            "shezynmjfxhelmtttjddd",
            "xuelybdzheloffer",
            "huanxgzl",
            "quzjlsspdx",
            "zheisnylzldhzd",
            "chengxyspnhxagzl",
沉默王二's avatar
沉默王二 已提交
644 645 646 647
          ],
        },
        {
          text: "面试准备",
沉默王二's avatar
沉默王二 已提交
648
          collapsible: true,
沉默王二's avatar
沉默王二 已提交
649 650 651 652 653 654 655
          children: [
            "nice-article/weixin/zijxjjdyfqzgl",
            "nice-article/weixin/miansmtgl",
            "nice-article/weixin/luoczbmsddyb",
            "nice-article/weixin/youdxzhhmjzlycfx",
          ],
        },
沉默王二's avatar
jvm  
沉默王二 已提交
656 657 658
        {
          text: "城市选择",
          prefix: "cityselect/",
沉默王二's avatar
沉默王二 已提交
659
          collapsible: true,
沉默王二's avatar
jvm  
沉默王二 已提交
660 661 662 663 664 665 666 667 668 669 670
          children: [
            "beijing",
            "chengdu",
            "guangzhou",
            "hangzhou",
            "nanjing",
            "qingdao",
            "shenzhen",
            "suzhou",
            "xian",
            "zhengzhou",
沉默王二's avatar
沉默王二 已提交
671
            "jinan",
沉默王二's avatar
jvm  
沉默王二 已提交
672 673
          ],
        },
674 675 676
      ],
    },
    {
677
      text: "七、学习建议",
沉默王二's avatar
沉默王二 已提交
678
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
679
      prefix: "xuexijianyi/",
沉默王二's avatar
沉默王二 已提交
680
      children: [
沉默王二's avatar
沉默王二 已提交
681
          "LearnCS-ByYourself",
沉默王二's avatar
沉默王二 已提交
682 683 684 685 686 687 688 689 690
          "read-csapp",
          "electron-information-engineering",
          "gaokao-zhiyuan-cs",
          "test-programmer-read-books",
          "xiaozhao-java-should-master",
          "chengxuyuan-fuye",
          "ruhzfzdgzzcxcz",
          "gaobingfa-jingyan-hsmcomputer",
          "hr-xinzi",
沉默王二's avatar
沉默王二 已提交
691
          "35-weiji",
沉默王二's avatar
沉默王二 已提交
692
          "20ren-it-quma",
沉默王二's avatar
沉默王二 已提交
693
          "benkesheng-ali-tengxun",
沉默王二's avatar
沉默王二 已提交
694
          "408",
沉默王二's avatar
沉默王二 已提交
695 696 697
        ],
    },
    {
698
      text: "八、知识库搭建",
沉默王二's avatar
沉默王二 已提交
699
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
700 701 702 703 704 705 706 707 708 709
      prefix: "szjy/",
      children: [
          "buy-cloud-server",
          "install-baota-mianban",
          "buy-domain",
          "record-domain",
          "https-domain",
        ],
    },
    {
710
      text: "九、联系作者",
沉默王二's avatar
沉默王二 已提交
711
      collapsible: true,
沉默王二's avatar
沉默王二 已提交
712
      prefix: "about-the-author/",
713
      children: [
沉默王二's avatar
沉默王二 已提交
714 715 716
        "bzhan-10wan",
        "zhihu-1000wan",
        "csdn-1000wan",
沉默王二's avatar
沉默王二 已提交
717
        "readme.md",
沉默王二's avatar
沉默王二 已提交
718
        
719 720
      ],
    },
沉默王二's avatar
沉默王二 已提交
721
  ],
722 723 724 725
});