tree.json 98.5 KB
Newer Older
F
feilong 已提交
1
{
M
Mars Liu 已提交
2 3
  "java": {
    "node_id": "java-cd78d5d1fb3749ecbc21ee6e8542a724",
F
feilong 已提交
4 5 6 7
    "keywords": [],
    "children": [
      {
        "Java初阶": {
M
Mars Liu 已提交
8
          "node_id": "java-71a99d2763734420aee110c5c5b904d8",
F
feilong 已提交
9 10 11
          "keywords": [],
          "children": [
            {
M
Mars Liu 已提交
12
              "Java概览": {
M
Mars Liu 已提交
13
                "node_id": "java-379b792dde024090a7ed43b392ece2c5",
F
feilong 已提交
14 15 16
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
17 18 19 20 21 22 23
                    "编辑Java源代码": {
                      "node_id": "java-55cfe3ca4d8f4611855475c2ea3737af",
                      "keywords": [
                        "输出",
                        "main",
                        "程序入口"
                      ],
F
feilong 已提交
24 25 26 27
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
28 29
                    "编译Java程序": {
                      "node_id": "java-5fa1abbd66474a9e98f62e3e172dbdfb",
F
feilong 已提交
30
                      "keywords": [],
M
Mars Liu 已提交
31
                      "children": []
F
feilong 已提交
32 33
                    }
                  },
M
Mars Liu 已提交
34 35 36 37 38 39 40
                  {
                    "Java的运行机制": {
                      "node_id": "java-1c7f65aae3e344c39de8791b67e1fbb7",
                      "keywords": [],
                      "children": []
                    }
                  },
F
feilong 已提交
41
                  {
M
Mars Liu 已提交
42 43
                    "根据CLASSPATH环境变量定位类": {
                      "node_id": "java-45cdc91007ba431e87124a6a9c15725e",
F
feilong 已提交
44
                      "keywords": [],
M
Mars Liu 已提交
45
                      "children": []
F
feilong 已提交
46 47 48 49 50
                    }
                  }
                ]
              }
            },
M
Mars Liu 已提交
51 52 53
            {
              "Java的基本语法": {
                "node_id": "java-fc5d065c53404449bf726b5e441706c1",
F
feilong 已提交
54 55 56
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
57 58 59 60 61 62 63
                    "Java的基本语法格式": {
                      "node_id": "java-efb87004230b4680a32c6584112c6f20",
                      "keywords": [
                        "输出",
                        "循环",
                        "for"
                      ],
F
feilong 已提交
64 65 66 67
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
68 69
                    "Java中的注释": {
                      "node_id": "java-c668b26b90ab4982bd906933809d6049",
F
feilong 已提交
70 71 72 73 74
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
75 76
                    "Java中的关键字": {
                      "node_id": "java-0021d9d14dfc429cab17b4dd912651b6",
F
feilong 已提交
77 78 79 80 81
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
82 83
                    "Java中的标识符": {
                      "node_id": "java-1d41e245176e437e8103e481bc91aa3b",
F
feilong 已提交
84 85 86
                      "keywords": [],
                      "children": []
                    }
M
Mars Liu 已提交
87 88 89 90 91 92 93 94 95
                  }
                ]
              }
            },
            {
              "Java中的变量与常量": {
                "node_id": "java-19afc527fd62401aaf89ff81a250d624",
                "keywords": [],
                "children": [
F
feilong 已提交
96
                  {
M
Mars Liu 已提交
97 98 99 100 101 102 103
                    "变量的定义": {
                      "node_id": "java-b8e6eab222ad4a06b53b4d00182769db",
                      "keywords": [
                        "变量",
                        "赋值",
                        "定义"
                      ],
F
feilong 已提交
104 105 106 107
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
108 109
                    "变量的数据类型": {
                      "node_id": "java-ac26535850ef4aaf8bb9fec08bc47825",
F
feilong 已提交
110 111 112 113 114
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
115 116 117 118 119 120 121 122
                    "Java中的常量": {
                      "node_id": "java-37cc072d202340f5ae3a6e829416edc7",
                      "keywords": [
                        "常量",
                        "定义",
                        "变量",
                        "final"
                      ],
F
feilong 已提交
123 124 125 126
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
127 128 129 130 131 132 133
                    "变量的作用域": {
                      "node_id": "java-4657e7685f1543ddbaba55b2562b4ec9",
                      "keywords": [
                        "常量",
                        "定义",
                        "作用域"
                      ],
F
feilong 已提交
134 135
                      "children": []
                    }
M
Mars Liu 已提交
136 137 138 139 140 141 142 143 144
                  }
                ]
              }
            },
            {
              "Java中的运算符": {
                "node_id": "java-624bba5cef024d2d8ebf54ded569343d",
                "keywords": [],
                "children": [
F
feilong 已提交
145
                  {
M
Mars Liu 已提交
146 147 148 149 150 151 152 153 154 155
                    "比较运算符": {
                      "node_id": "java-e858a75415dd4f6cb36cb023f4bb9ed8",
                      "keywords": [
                        "大于",
                        "小于",
                        "等于",
                        "比较",
                        "不等于"
                      ],
                      "children": []
F
feilong 已提交
156 157 158
                    }
                  },
                  {
M
Mars Liu 已提交
159 160 161 162 163 164 165
                    "逻辑运算符": {
                      "node_id": "java-79c8e7f14bee4898a52f3103a29ae564",
                      "keywords": [
                        "逻辑运算符",
                        "组合",
                        "优先级"
                      ],
F
feilong 已提交
166 167 168 169
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
                    "算术运算符": {
                      "node_id": "java-5d46f8b7ac974df8a24a04805c4a167b",
                      "keywords": [
                        "算术运算符",
                        "优先级"
                      ],
                      "children": []
                    }
                  }
                ]
              }
            },
            {
              "选择结构语句": {
                "node_id": "java-630751c514da49b9b675fddc5b2d0418",
                "keywords": [],
                "children": [
                  {
                    "if条件语句": {
                      "node_id": "java-d4a802d353d648a0a4c90daf60774cf3",
F
feilong 已提交
190
                      "keywords": [],
M
Mars Liu 已提交
191
                      "children": []
F
feilong 已提交
192 193 194
                    }
                  },
                  {
M
Mars Liu 已提交
195 196
                    "switch条件语句": {
                      "node_id": "java-180cf0806d374fa4b10fdaebcc946d89",
F
feilong 已提交
197
                      "keywords": [],
M
Mars Liu 已提交
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
                      "children": []
                    }
                  }
                ]
              }
            },
            {
              "循环结构语句": {
                "node_id": "java-672a697e644041cda2a90dc1ca90d2a9",
                "keywords": [],
                "children": [
                  {
                    "do…while循环语句": {
                      "node_id": "java-9814a131da364cd0a3933b640ddb421c",
                      "keywords": [],
                      "children": []
F
feilong 已提交
214 215 216
                    }
                  },
                  {
M
Mars Liu 已提交
217 218
                    "for循环语句": {
                      "node_id": "java-911127b38b884ab4bb5a35365c41833b",
F
feilong 已提交
219 220 221 222 223 224 225 226
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
227 228
              "集合": {
                "node_id": "java-43b99c9c823a4ff798631990686d3088",
F
feilong 已提交
229 230 231
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
232 233 234 235 236 237 238 239 240
                    "Collection接口": {
                      "node_id": "java-73271e880f0843f69437427bfc557ff2",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "List接口": {
                      "node_id": "java-c6a5d8d2c6394aae9ba504a2d2e922e8",
F
feilong 已提交
241 242 243
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
244
                          "List接口简介": {
F
feilong 已提交
245
                            "keywords": [],
M
Mars Liu 已提交
246
                            "children": [],
M
Mars Liu 已提交
247 248
                            "node_id": "java-9027b2dc889a4898b4cc4197d6b2fe21",
                            "title": "List接口简介"
F
feilong 已提交
249 250 251
                          }
                        },
                        {
M
Mars Liu 已提交
252
                          "ArrayList集合": {
F
feilong 已提交
253
                            "keywords": [],
M
Mars Liu 已提交
254
                            "children": [],
M
Mars Liu 已提交
255
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
256
                            "title": "ArrayList集合"
F
feilong 已提交
257 258 259
                          }
                        },
                        {
M
Mars Liu 已提交
260
                          "LinkedList集合": {
F
feilong 已提交
261
                            "keywords": [],
M
Mars Liu 已提交
262
                            "children": [],
M
Mars Liu 已提交
263
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
                            "title": "LinkedList集合"
                          }
                        }
                      ]
                    }
                  },
                  {
                    "Collection集合遍历": {
                      "node_id": "java-04044ad9b1914b928a0f48be4478f9ac",
                      "keywords": [],
                      "children": [
                        {
                          "Iterator遍历集合": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-ba1b82874f154652bffd62c7b7b542ab",
                            "title": "Iterator遍历集合"
F
feilong 已提交
281 282 283
                          }
                        },
                        {
M
Mars Liu 已提交
284
                          "foreach遍历集合": {
F
feilong 已提交
285
                            "keywords": [],
M
Mars Liu 已提交
286 287 288
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "foreach遍历集合"
F
feilong 已提交
289 290 291
                          }
                        },
                        {
M
Mars Liu 已提交
292
                          "JDK 8的forEach遍历集合": {
F
feilong 已提交
293
                            "keywords": [],
M
Mars Liu 已提交
294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "JDK 8的forEach遍历集合"
                          }
                        }
                      ]
                    }
                  },
                  {
                    "Set接口": {
                      "node_id": "java-243249b52e4449d1acc2f61ac3d492c4",
                      "keywords": [],
                      "children": [
                        {
                          "Set接口简介": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-bd790481aa4d405383426891c6e4ef2a",
                            "title": "Set接口简介"
F
feilong 已提交
313 314 315
                          }
                        },
                        {
M
Mars Liu 已提交
316
                          "HashSet集合": {
F
feilong 已提交
317
                            "keywords": [],
M
Mars Liu 已提交
318 319 320
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "HashSet集合"
F
feilong 已提交
321 322 323
                          }
                        },
                        {
M
Mars Liu 已提交
324
                          "TreeSet集合": {
F
feilong 已提交
325
                            "keywords": [],
M
Mars Liu 已提交
326
                            "children": [],
M
Mars Liu 已提交
327 328
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "TreeSet集合"
F
feilong 已提交
329
                          }
M
Mars Liu 已提交
330 331 332 333 334 335 336 337 338
                        }
                      ]
                    }
                  },
                  {
                    "Map接口": {
                      "node_id": "java-585898e24579448980def03a33fd553c",
                      "keywords": [],
                      "children": [
F
feilong 已提交
339
                        {
M
Mars Liu 已提交
340
                          "Map接口简介": {
F
feilong 已提交
341
                            "keywords": [],
M
Mars Liu 已提交
342 343 344
                            "children": [],
                            "node_id": "java-5ec3563f06184fa29eb5748b33ca4450",
                            "title": "Map接口简介"
F
feilong 已提交
345 346 347
                          }
                        },
                        {
M
Mars Liu 已提交
348
                          "HashMap集合": {
F
feilong 已提交
349
                            "keywords": [],
M
Mars Liu 已提交
350
                            "children": [],
M
Mars Liu 已提交
351 352
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "HashMap集合"
F
feilong 已提交
353 354 355
                          }
                        },
                        {
M
Mars Liu 已提交
356
                          "Map集合遍历": {
F
feilong 已提交
357
                            "keywords": [],
M
Mars Liu 已提交
358
                            "children": [],
M
Mars Liu 已提交
359 360
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "Map集合遍历"
F
feilong 已提交
361 362 363
                          }
                        },
                        {
M
Mars Liu 已提交
364
                          "TreeMap集合": {
F
feilong 已提交
365
                            "keywords": [],
M
Mars Liu 已提交
366
                            "children": [],
M
Mars Liu 已提交
367
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
368 369 370
                          }
                        },
                        {
M
Mars Liu 已提交
371
                          "Properties集合": {
F
feilong 已提交
372
                            "keywords": [],
M
Mars Liu 已提交
373
                            "children": [],
M
Mars Liu 已提交
374
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
375
                          }
M
Mars Liu 已提交
376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391
                        }
                      ]
                    }
                  },
                  {
                    "Java集合框架": {
                      "node_id": "java-860b3800347942d2857795251974730b",
                      "keywords": [],
                      "children": [
                        {
                          "集合接口与实现分离": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-9d394513b1664cfc9686a8593f23975c",
                            "title": "集合接口与实现分离"
                          }
F
feilong 已提交
392 393
                        },
                        {
M
Mars Liu 已提交
394
                          "泛型实用方法": {
F
feilong 已提交
395
                            "keywords": [],
M
Mars Liu 已提交
396
                            "children": [],
M
Mars Liu 已提交
397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "泛型实用方法"
                          }
                        }
                      ]
                    }
                  },
                  {
                    "链表": {
                      "node_id": "java-bfbb4319eb60496583ace9aca561c7ab",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "数组列表": {
                      "node_id": "java-a8e9302bf3f34c67b6d0d1d1dd5b8e06",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "散列集": {
                      "node_id": "java-53a2b2fe37394f808059240a7a65c347",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "树集": {
                      "node_id": "java-b295e8ba38ed4e3c90ea0f7b0d70039e",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "映射": {
                      "node_id": "java-7625240ab0254b198142c52926465f42",
                      "keywords": [],
                      "children": [
                        {
                          "基本映射操作": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-80f2c854a2eb484aab8f9b793999c99e",
                            "title": "基本映射操作"
F
feilong 已提交
443 444 445
                          }
                        },
                        {
M
Mars Liu 已提交
446
                          "更新映射条目": {
F
feilong 已提交
447
                            "keywords": [],
M
Mars Liu 已提交
448
                            "children": [],
M
Mars Liu 已提交
449 450
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "更新映射条目"
F
feilong 已提交
451 452 453
                          }
                        },
                        {
M
Mars Liu 已提交
454
                          "映射视图": {
F
feilong 已提交
455
                            "keywords": [],
M
Mars Liu 已提交
456
                            "children": [],
M
Mars Liu 已提交
457 458
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "映射视图"
F
feilong 已提交
459 460 461
                          }
                        },
                        {
M
Mars Liu 已提交
462
                          "弱散列映射": {
F
feilong 已提交
463
                            "keywords": [],
M
Mars Liu 已提交
464 465
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
466 467 468
                          }
                        },
                        {
M
Mars Liu 已提交
469
                          "链接散列集与映射": {
F
feilong 已提交
470
                            "keywords": [],
M
Mars Liu 已提交
471
                            "children": [],
M
Mars Liu 已提交
472
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
473 474 475
                          }
                        },
                        {
M
Mars Liu 已提交
476
                          "枚举集与映射": {
F
feilong 已提交
477
                            "keywords": [],
M
Mars Liu 已提交
478 479
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
480 481 482
                          }
                        },
                        {
M
Mars Liu 已提交
483
                          "标识散列映射": {
F
feilong 已提交
484
                            "keywords": [],
M
Mars Liu 已提交
485
                            "children": [],
M
Mars Liu 已提交
486
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
487 488 489 490 491
                          }
                        }
                      ]
                    }
                  },
M
Mars Liu 已提交
492 493 494 495 496
                  {
                    "遗留的集合": {
                      "node_id": "java-7f1d9ed947de49588bb7c8a02e052c10",
                      "keywords": [],
                      "children": [
F
feilong 已提交
497
                        {
M
Mars Liu 已提交
498
                          "属性映射": {
F
feilong 已提交
499
                            "keywords": [],
M
Mars Liu 已提交
500 501 502
                            "children": [],
                            "node_id": "java-3b67670fa36943f086358d867932c6ab",
                            "title": "属性映射"
F
feilong 已提交
503 504 505
                          }
                        },
                        {
M
Mars Liu 已提交
506
                          "栈": {
F
feilong 已提交
507
                            "keywords": [],
M
Mars Liu 已提交
508 509 510
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "栈"
F
feilong 已提交
511 512 513
                          }
                        },
                        {
M
Mars Liu 已提交
514
                          "位集": {
F
feilong 已提交
515
                            "keywords": [],
M
Mars Liu 已提交
516
                            "children": [],
M
Mars Liu 已提交
517 518
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "位集"
F
feilong 已提交
519 520 521 522 523 524
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
525 526
                    "编写equals和hashCode": {
                      "node_id": "java-bb2a2b6d7b114799b01aa89bafbdab86",
F
feilong 已提交
527
                      "keywords": [],
M
Mars Liu 已提交
528
                      "children": []
F
feilong 已提交
529 530 531
                    }
                  },
                  {
M
Mars Liu 已提交
532 533
                    "使用TreeMap": {
                      "node_id": "java-6d9ccc979da54411ac65fccd1a12071e",
F
feilong 已提交
534 535 536 537 538
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
539 540
                    "使用Properties": {
                      "node_id": "java-7b0b78c00f934f7f958dcf7107243ae1",
F
feilong 已提交
541 542 543 544 545
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
546 547
                    "使用Deque": {
                      "node_id": "java-ff4a16d20df24eda93d843749e777a76",
F
feilong 已提交
548 549 550
                      "keywords": [],
                      "children": []
                    }
M
Mars Liu 已提交
551 552 553 554
                  }
                ]
              }
            },
F
feilong 已提交
555
            {
M
Mars Liu 已提交
556 557
              "操作符": {
                "node_id": "java-d131f1a8df9446d383ed50bbd172c4bb",
F
feilong 已提交
558 559 560
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
561 562
                    "算术操作符": {
                      "node_id": "java-a4cc291dc2264301a87f361de4b8d6ea",
F
feilong 已提交
563
                      "keywords": [],
M
Mars Liu 已提交
564 565 566 567 568 569 570 571 572 573
                      "children": [
                        {
                          "一元加、减操作符": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-a6e0d49965584c4392cff18cb591a332",
                            "title": "一元加、减操作符"
                          }
                        }
                      ]
F
feilong 已提交
574 575 576
                    }
                  },
                  {
M
Mars Liu 已提交
577 578
                    "自动递增和递减": {
                      "node_id": "java-f6e6b9e930ef46699788339fc7322f18",
F
feilong 已提交
579 580 581 582 583
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
584 585
                    "关系操作符": {
                      "node_id": "java-21247e52fb0849699959f78321bc855e",
F
feilong 已提交
586
                      "keywords": [],
M
Mars Liu 已提交
587 588 589 590 591 592 593 594 595 596
                      "children": [
                        {
                          "测试对象的等价性": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-59cbb9821eed4c28a3e365e8ce963865",
                            "title": "测试对象的等价性"
                          }
                        }
                      ]
F
feilong 已提交
597
                    }
M
Mars Liu 已提交
598
                  },
F
feilong 已提交
599
                  {
M
Mars Liu 已提交
600 601
                    "逻辑操作符": {
                      "node_id": "java-a7a6076a60e140f18b63b6ea3574eed2",
F
feilong 已提交
602
                      "keywords": [],
M
Mars Liu 已提交
603 604 605 606 607 608 609 610 611 612
                      "children": [
                        {
                          "短路": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-633e7df8ce304791b9981fccb636b3e8",
                            "title": "短路"
                          }
                        }
                      ]
F
feilong 已提交
613 614 615
                    }
                  },
                  {
M
Mars Liu 已提交
616 617
                    "按位操作符": {
                      "node_id": "java-58320af2f24648198eda32c4da587b5d",
F
feilong 已提交
618 619 620 621 622
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
623 624
                    "移位操作符": {
                      "node_id": "java-0d405a41281d424ca00dca4e18c12b61",
F
feilong 已提交
625 626 627 628 629
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
630 631
                    "三元操作符if-else": {
                      "node_id": "java-27584561349847fa84c7905215131621",
F
feilong 已提交
632 633 634 635 636
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
637 638
                    "字符串操作符 + 和 +=": {
                      "node_id": "java-8fad68e2479a4e93875c6ca1746baef6",
F
feilong 已提交
639 640 641 642 643
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
644 645
                    "类型转换操作符": {
                      "node_id": "java-b075138ebd0145338459d7a9de46aef7",
F
feilong 已提交
646
                      "keywords": [],
M
Mars Liu 已提交
647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664
                      "children": [
                        {
                          "截尾和舍入": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-805d92324ad14bf48a50084d9af74a8c",
                            "title": "截尾和舍入"
                          }
                        },
                        {
                          "提升": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "提升"
                          }
                        }
                      ]
F
feilong 已提交
665 666 667 668 669 670
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
671 672
              "控制执行流程": {
                "node_id": "java-05024fbfd53a4d88978d6c78d7ff06bf",
F
feilong 已提交
673 674 675
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
676 677
                    "true和false": {
                      "node_id": "java-09da728d4cac4f51bcb205b7170dd83b",
F
feilong 已提交
678 679 680 681 682
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
683 684
                    "if-else": {
                      "node_id": "java-85a126a6ba39488aaabd2d4015353175",
F
feilong 已提交
685 686 687 688 689
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
690 691
                    "迭代": {
                      "node_id": "java-73fd080a97c34ae2a89bd60c9510c409",
F
feilong 已提交
692
                      "keywords": [],
M
Mars Liu 已提交
693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710
                      "children": [
                        {
                          "do-while": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-0238e72ddb834cde8c0059fb0a213d57",
                            "title": "do-while"
                          }
                        },
                        {
                          "逗号操作符": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "逗号操作符"
                          }
                        }
                      ]
F
feilong 已提交
711 712 713
                    }
                  },
                  {
M
Mars Liu 已提交
714 715
                    "Foreach语法": {
                      "node_id": "java-722dc1cccbc74369b9bff5ac580bc649",
F
feilong 已提交
716 717 718 719 720
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
721 722
                    "return": {
                      "node_id": "java-66019537247040fcbb6d74a29f47819f",
F
feilong 已提交
723 724 725 726 727
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
728 729
                    "break和continue": {
                      "node_id": "java-1b0927bc3a3342869b4fc981abf17ff6",
F
feilong 已提交
730 731 732 733
                      "keywords": [],
                      "children": []
                    }
                  },
M
Mars Liu 已提交
734 735 736 737 738 739 740
                  {
                    "switch": {
                      "node_id": "java-05144fa9daf94a64ad0667eab1d6cc9a",
                      "keywords": [],
                      "children": []
                    }
                  },
F
feilong 已提交
741
                  {
M
Mars Liu 已提交
742 743
                    "通过异常处理错误": {
                      "node_id": "java-d11b7f01004c443ea6226d174ba1e3fa",
F
feilong 已提交
744 745 746
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
747
                          "概念": {
F
feilong 已提交
748
                            "keywords": [],
M
Mars Liu 已提交
749
                            "children": [],
M
Mars Liu 已提交
750 751
                            "node_id": "java-74dba10624904700bca41dd2cfab0d17",
                            "title": "概念"
F
feilong 已提交
752 753 754
                          }
                        },
                        {
M
Mars Liu 已提交
755
                          "捕获异常": {
F
feilong 已提交
756
                            "keywords": [],
M
Mars Liu 已提交
757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794
                            "children": [
                              {
                                "try块": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                                  "title": "try块"
                                }
                              },
                              {
                                "异常处理程序": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "f?inally子句": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "try-with-Resources语句": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "分析堆栈轨迹元素": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
795
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
796
                            "title": "捕获异常"
F
feilong 已提交
797 798 799
                          }
                        },
                        {
M
Mars Liu 已提交
800
                          "创建自定义异常": {
F
feilong 已提交
801
                            "keywords": [],
M
Mars Liu 已提交
802
                            "children": [],
M
Mars Liu 已提交
803
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
804 805 806
                          }
                        },
                        {
M
Mars Liu 已提交
807
                          "异常说明": {
F
feilong 已提交
808
                            "keywords": [],
M
Mars Liu 已提交
809 810
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
811 812 813
                          }
                        },
                        {
M
Mars Liu 已提交
814
                          "捕获所有异常": {
F
feilong 已提交
815
                            "keywords": [],
M
Mars Liu 已提交
816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838
                            "children": [
                              {
                                "栈轨迹": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "重新抛出异常": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "异常链": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
839
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
840 841 842
                          }
                        },
                        {
M
Mars Liu 已提交
843
                          "Java标准异常": {
F
feilong 已提交
844
                            "keywords": [],
M
Mars Liu 已提交
845 846 847 848 849 850 851 852 853
                            "children": [
                              {
                                "特例: RuntimeException(运行时异常)": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
854
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
855 856 857
                          }
                        },
                        {
M
Mars Liu 已提交
858
                          "使用finally进行清理": {
F
feilong 已提交
859
                            "keywords": [],
M
Mars Liu 已提交
860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882
                            "children": [
                              {
                                "finally用来做什么": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "在return中使用finally": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "缺憾:异常丢失": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
883
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
884
                          }
M
Mars Liu 已提交
885
                        },
F
feilong 已提交
886
                        {
M
Mars Liu 已提交
887
                          "构造器": {
F
feilong 已提交
888
                            "keywords": [],
M
Mars Liu 已提交
889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905
                            "children": [
                              {
                                "使用构造器执行初始化": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "构造器重载": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
906 907 908
                          }
                        },
                        {
M
Mars Liu 已提交
909
                          "异常匹配": {
F
feilong 已提交
910
                            "keywords": [],
M
Mars Liu 已提交
911
                            "children": [],
M
Mars Liu 已提交
912
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
913 914 915
                          }
                        },
                        {
M
Mars Liu 已提交
916
                          "其他可选方式": {
F
feilong 已提交
917
                            "keywords": [],
M
Mars Liu 已提交
918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
                            "children": [
                              {
                                "历史": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "观点": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "把异常传递给控制台": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "把“受检查异常”转换为“不受检查的异常”": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
949 950 951
                          }
                        },
                        {
M
Mars Liu 已提交
952
                          "异常使用指南": {
F
feilong 已提交
953
                            "keywords": [],
M
Mars Liu 已提交
954 955
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
956 957 958 959 960 961
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
962 963
                    "函数": {
                      "node_id": "java-f2482f12e0634885bdf6701a5a802c77",
M
Mars Liu 已提交
964 965 966 967 968 969 970 971
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
972 973
              "类和接口": {
                "node_id": "java-e06f6fb888f940b4894e835d9afc9138",
M
Mars Liu 已提交
974 975 976
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
977 978
                    "类和面向对象": {
                      "node_id": "java-461a08a44ae845018b7f0356ea928085",
M
Mars Liu 已提交
979 980 981 982 983
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
984 985
                    "抽象类": {
                      "node_id": "java-a02b334b2e364161badae34636a0284f",
M
Mars Liu 已提交
986 987 988 989 990
                      "keywords": [
                        "面向对象",
                        "抽象类",
                        "接口"
                      ],
M
Mars Liu 已提交
991 992 993 994
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
995 996
                    "接口": {
                      "node_id": "java-5d28bfbed25f4ae2b4d21fc1f2222e49",
M
Mars Liu 已提交
997 998 999 1000 1001
                      "keywords": [
                        "面向对象",
                        "类型",
                        "接口"
                      ],
M
Mars Liu 已提交
1002 1003 1004 1005
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1006 1007
                    "匿名类": {
                      "node_id": "java-b06b5b2c7a6b44cc87744168729b31e6",
M
Mars Liu 已提交
1008 1009 1010 1011 1012
                      "keywords": [
                        "面向对象",
                        "匿名类",
                        "lambda"
                      ],
M
Mars Liu 已提交
1013 1014 1015 1016 1017 1018 1019
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1020 1021
              "IO初步": {
                "node_id": "java-7731719237a149f4b72ed3fdf17a16fb",
M
Mars Liu 已提交
1022 1023 1024
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
1025 1026
                    "字节流": {
                      "node_id": "java-5a6948bd7d6d4057ad78dc6923dc4061",
M
Mars Liu 已提交
1027 1028 1029 1030 1031
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1032 1033
                    "File类": {
                      "node_id": "java-4293c5bec0cb415fac5e1d80be8f6113",
F
feilong 已提交
1034
                      "keywords": [],
M
Mars Liu 已提交
1035
                      "children": []
F
feilong 已提交
1036
                    }
M
Mars Liu 已提交
1037 1038 1039
                  }
                ]
              }
F
feilong 已提交
1040 1041 1042 1043 1044 1045
            }
          ]
        }
      },
      {
        "Java中阶": {
M
Mars Liu 已提交
1046
          "node_id": "java-b4719189dc7544228ef1b578548be47f",
F
feilong 已提交
1047 1048 1049
          "keywords": [],
          "children": [
            {
M
Mars Liu 已提交
1050
              "IO": {
M
Mars Liu 已提交
1051
                "node_id": "java-3dc422fd227a45db83e38ba6fe0003c0",
F
feilong 已提交
1052 1053 1054 1055
                "keywords": [],
                "children": [
                  {
                    "流概述": {
M
Mars Liu 已提交
1056
                      "node_id": "java-9d6d81f6283d414ba54d97cb25373b7c",
F
feilong 已提交
1057 1058 1059 1060
                      "keywords": [],
                      "children": []
                    }
                  },
M
Mars Liu 已提交
1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071
                  {
                    "RandomAccessFile": {
                      "node_id": "java-3c0553280d2a4b60983a5ae18e7112a4",
                      "keywords": [
                        "随机",
                        "访问",
                        "文件"
                      ],
                      "children": []
                    }
                  },
F
feilong 已提交
1072 1073
                  {
                    "输入输出流": {
M
Mars Liu 已提交
1074
                      "node_id": "java-4395c520c7514a97a792922acd5937bb",
F
feilong 已提交
1075 1076 1077 1078 1079
                      "keywords": [],
                      "children": [
                        {
                          "输入流": {
                            "keywords": [],
M
Mars Liu 已提交
1080
                            "children": [],
M
Mars Liu 已提交
1081 1082
                            "node_id": "java-a397c10e1a904c419811483b97c8d8b9",
                            "title": "输入流"
F
feilong 已提交
1083 1084 1085 1086 1087
                          }
                        },
                        {
                          "输出流": {
                            "keywords": [],
M
Mars Liu 已提交
1088
                            "children": [],
M
Mars Liu 已提交
1089 1090
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "输出流"
F
feilong 已提交
1091 1092 1093 1094 1095 1096 1097
                          }
                        }
                      ]
                    }
                  },
                  {
                    "文件输入输出流": {
M
Mars Liu 已提交
1098
                      "node_id": "java-132615c6b56b4ea883622abf5b81128d",
F
feilong 已提交
1099 1100 1101 1102 1103
                      "keywords": [],
                      "children": [
                        {
                          "FileInputStream类与FileOutputStream类": {
                            "keywords": [],
M
Mars Liu 已提交
1104
                            "children": [],
M
Mars Liu 已提交
1105 1106
                            "node_id": "java-a42ac36c7aae462f9ef8edf8b6212528",
                            "title": "FileInputStream类与FileOutputStream类"
F
feilong 已提交
1107 1108 1109 1110 1111
                          }
                        },
                        {
                          "FileReader类与FileWriter类": {
                            "keywords": [],
M
Mars Liu 已提交
1112
                            "children": [],
M
Mars Liu 已提交
1113 1114
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "FileReader类与FileWriter类"
F
feilong 已提交
1115 1116 1117 1118 1119
                          }
                        }
                      ]
                    }
                  },
M
Mars Liu 已提交
1120 1121 1122 1123 1124 1125 1126
                  {
                    "对象序列化": {
                      "node_id": "java-ec1081c263a84d41b692d4821d8254e6",
                      "keywords": [],
                      "children": []
                    }
                  },
F
feilong 已提交
1127 1128
                  {
                    "ZIP压缩输入输出流": {
M
Mars Liu 已提交
1129
                      "node_id": "java-822ae98d5b294e699b7ed1bc6ffb9425",
F
feilong 已提交
1130 1131 1132 1133 1134
                      "keywords": [],
                      "children": [
                        {
                          "压缩文件": {
                            "keywords": [],
M
Mars Liu 已提交
1135
                            "children": [],
M
Mars Liu 已提交
1136 1137
                            "node_id": "java-c2a40bea599142e1bafe5c65e5f49e92",
                            "title": "压缩文件"
F
feilong 已提交
1138 1139 1140 1141 1142
                          }
                        },
                        {
                          "解压缩ZIP文件": {
                            "keywords": [],
M
Mars Liu 已提交
1143
                            "children": [],
M
Mars Liu 已提交
1144 1145
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "解压缩ZIP文件"
F
feilong 已提交
1146 1147 1148 1149
                          }
                        }
                      ]
                    }
M
Mars Liu 已提交
1150 1151
                  },
                  {
M
Mars Liu 已提交
1152 1153
                    "InputStream类型": {
                      "node_id": "java-fc2dfe1a80f64143b4ad339378ba61da",
M
Mars Liu 已提交
1154 1155 1156 1157 1158
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1159 1160 1161 1162 1163
                    "OutputStream类型": {
                      "node_id": "java-cc8c2e511db54a2ca2ee798f2cdbd03b",
                      "keywords": [],
                      "children": []
                    }
F
feilong 已提交
1164 1165 1166 1167
                  }
                ]
              }
            },
M
Mars Liu 已提交
1168 1169 1170 1171 1172 1173 1174 1175
            {
              "使用JDBC操作数据库": {
                "node_id": "java-952e5473dc85415b8d737648a1d20351",
                "keywords": [],
                "children": [
                  {
                    "JDBC概述": {
                      "node_id": "java-150a9965d3e34a19943b4bd5ab2d31bb",
F
feilong 已提交
1176 1177 1178
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1179
                          "JDBC-ODBC桥": {
F
feilong 已提交
1180
                            "keywords": [],
M
Mars Liu 已提交
1181
                            "children": [],
M
Mars Liu 已提交
1182 1183
                            "node_id": "java-a045157a68894eacb0e79c72bea465c8",
                            "title": "JDBC-ODBC桥"
F
feilong 已提交
1184 1185 1186
                          }
                        },
                        {
M
Mars Liu 已提交
1187
                          "JDBC技术": {
F
feilong 已提交
1188
                            "keywords": [],
M
Mars Liu 已提交
1189
                            "children": [],
M
Mars Liu 已提交
1190
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1191 1192 1193 1194 1195 1196 1197 1198 1199
                            "title": "JDBC技术"
                          }
                        },
                        {
                          "JDBC驱动程序的类型": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "JDBC驱动程序的类型"
F
feilong 已提交
1200 1201 1202 1203 1204 1205
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1206 1207
                    "数据库操作": {
                      "node_id": "java-fd66a76b04b84d8da4454f6f9728aca0",
M
Mars Liu 已提交
1208 1209 1210 1211 1212 1213 1214 1215
                      "keywords": [
                        "数据库",
                        "操作",
                        "添加",
                        "修改",
                        "删除",
                        "查询"
                      ],
F
feilong 已提交
1216 1217
                      "children": [
                        {
M
Mars Liu 已提交
1218
                          "数据库基础": {
F
feilong 已提交
1219
                            "keywords": [],
M
Mars Liu 已提交
1220
                            "children": [],
M
Mars Liu 已提交
1221 1222
                            "node_id": "java-bd09b1ca4af648e2a5435f96d4704e4b",
                            "title": "数据库基础"
F
feilong 已提交
1223 1224 1225
                          }
                        },
                        {
M
Mars Liu 已提交
1226
                          "数据查询": {
F
feilong 已提交
1227
                            "keywords": [],
M
Mars Liu 已提交
1228
                            "children": [],
M
Mars Liu 已提交
1229
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1230
                            "title": "数据查询"
F
feilong 已提交
1231 1232 1233
                          }
                        },
                        {
M
Mars Liu 已提交
1234
                          "动态查询": {
F
feilong 已提交
1235
                            "keywords": [],
M
Mars Liu 已提交
1236
                            "children": [],
M
Mars Liu 已提交
1237
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1238
                            "title": "动态查询"
F
feilong 已提交
1239 1240 1241
                          }
                        },
                        {
M
Mars Liu 已提交
1242
                          "添加、修改、删除记录": {
F
feilong 已提交
1243
                            "keywords": [],
M
Mars Liu 已提交
1244 1245
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1246 1247 1248
                          }
                        },
                        {
M
Mars Liu 已提交
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278
                          "数据库基础知识": {
                            "keywords": [],
                            "children": [
                              {
                                "什么是数据库": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "数据库的种类及功能": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "SQL语言": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "向数据库发送SQL语句": {
F
feilong 已提交
1279
                            "keywords": [],
M
Mars Liu 已提交
1280 1281
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1282
                          }
M
Mars Liu 已提交
1283
                        },
F
feilong 已提交
1284
                        {
M
Mars Liu 已提交
1285
                          "处理查询结果集": {
F
feilong 已提交
1286
                            "keywords": [],
M
Mars Liu 已提交
1287
                            "children": [],
M
Mars Liu 已提交
1288
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1289 1290 1291
                          }
                        },
                        {
M
Mars Liu 已提交
1292
                          "顺序查询": {
F
feilong 已提交
1293
                            "keywords": [],
M
Mars Liu 已提交
1294
                            "children": [],
M
Mars Liu 已提交
1295
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1296 1297 1298
                          }
                        },
                        {
M
Mars Liu 已提交
1299
                          "模糊查询": {
F
feilong 已提交
1300
                            "keywords": [],
M
Mars Liu 已提交
1301
                            "children": [],
M
Mars Liu 已提交
1302
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1303 1304 1305
                          }
                        },
                        {
M
Mars Liu 已提交
1306
                          "预处理语句": {
F
feilong 已提交
1307
                            "keywords": [],
M
Mars Liu 已提交
1308 1309
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1310 1311 1312 1313
                          }
                        }
                      ]
                    }
M
Mars Liu 已提交
1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328
                  }
                ]
              }
            },
            {
              "NIO": {
                "node_id": "java-3f06cb54c165459b85d0c7f225e6acb7",
                "keywords": [],
                "children": [
                  {
                    "NIO概述": {
                      "node_id": "java-5daee2a48ed2413fa38467811ea5ee23",
                      "keywords": [],
                      "children": []
                    }
F
feilong 已提交
1329 1330
                  },
                  {
M
Mars Liu 已提交
1331 1332
                    "Buffer(缓冲器)": {
                      "node_id": "java-e622e94340ee4f00ae2aec33047cb19f",
F
feilong 已提交
1333 1334 1335 1336 1337
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1338 1339
                    "Channel(通道)": {
                      "node_id": "java-1cbb9d1ea7c74caeaf8d88c2aad75965",
F
feilong 已提交
1340 1341 1342 1343
                      "keywords": [],
                      "children": []
                    }
                  },
M
Mars Liu 已提交
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360
                  {
                    "字符集和Charset": {
                      "node_id": "java-984b508fc9a54650aa9509eeb198f925",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "文件锁": {
                      "node_id": "java-338c2cfa55b346a0a0cd4dfc61c40ae6",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "Path接口": {
                      "node_id": "java-386113b4f6274eb591e1f01b39f0c8ce",
M
Mars Liu 已提交
1361 1362 1363 1364
                      "keywords": [
                        "Paths",
                        "Path"
                      ],
M
Mars Liu 已提交
1365 1366 1367 1368 1369 1370
                      "children": []
                    }
                  },
                  {
                    "Files工具类": {
                      "node_id": "java-868e1323bfdf4c239a6552a45a30d48d",
F
feilong 已提交
1371 1372 1373 1374 1375 1376 1377 1378
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1379 1380
              "网络编程": {
                "node_id": "java-94b280240e7c4f67b1512eb20fd9beaa",
F
feilong 已提交
1381 1382 1383
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
1384 1385
                    "网络编程基础": {
                      "node_id": "java-59e7173695814c90858bc221e8688329",
M
Mars Liu 已提交
1386 1387 1388 1389 1390
                      "keywords": [
                        "网络",
                        "通信",
                        "协议"
                      ],
F
feilong 已提交
1391 1392
                      "children": [
                        {
M
Mars Liu 已提交
1393
                          "网络通信协议": {
F
feilong 已提交
1394
                            "keywords": [],
M
Mars Liu 已提交
1395
                            "children": [],
M
Mars Liu 已提交
1396 1397
                            "node_id": "java-8573a8cf4f914940b790785687f38b34",
                            "title": "网络通信协议"
F
feilong 已提交
1398 1399 1400
                          }
                        },
                        {
M
Mars Liu 已提交
1401
                          "IP地址和端口号": {
F
feilong 已提交
1402
                            "keywords": [],
M
Mars Liu 已提交
1403
                            "children": [],
M
Mars Liu 已提交
1404
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1405
                            "title": "IP地址和端口号"
F
feilong 已提交
1406 1407 1408
                          }
                        },
                        {
M
Mars Liu 已提交
1409
                          "InetAddress": {
F
feilong 已提交
1410
                            "keywords": [],
M
Mars Liu 已提交
1411
                            "children": [],
M
Mars Liu 已提交
1412
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1413
                            "title": "InetAddress"
F
feilong 已提交
1414 1415 1416
                          }
                        },
                        {
M
Mars Liu 已提交
1417
                          "UDP与TCP协议": {
F
feilong 已提交
1418
                            "keywords": [],
M
Mars Liu 已提交
1419 1420
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1421 1422 1423 1424 1425 1426
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1427 1428
                    "UDP通信": {
                      "node_id": "java-f031c1ea305e4617bb1d9f2c4d41f009",
F
feilong 已提交
1429 1430 1431
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1432
                          "UDP通信简介": {
F
feilong 已提交
1433
                            "keywords": [],
M
Mars Liu 已提交
1434
                            "children": [],
M
Mars Liu 已提交
1435 1436
                            "node_id": "java-9118d12d817b45e5a69ecdaca6283d01",
                            "title": "UDP通信简介"
F
feilong 已提交
1437 1438 1439
                          }
                        },
                        {
M
Mars Liu 已提交
1440
                          "DatagramPacket": {
F
feilong 已提交
1441
                            "keywords": [],
M
Mars Liu 已提交
1442
                            "children": [],
M
Mars Liu 已提交
1443
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1444
                            "title": "DatagramPacket"
F
feilong 已提交
1445 1446 1447
                          }
                        },
                        {
M
Mars Liu 已提交
1448
                          "DatagramSocket": {
F
feilong 已提交
1449
                            "keywords": [],
M
Mars Liu 已提交
1450
                            "children": [],
M
Mars Liu 已提交
1451
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1452
                            "title": "DatagramSocket"
F
feilong 已提交
1453 1454 1455
                          }
                        },
                        {
M
Mars Liu 已提交
1456 1457 1458 1459 1460 1461 1462 1463
                          "UDP网络程序": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "UDP案例——聊天程序": {
F
feilong 已提交
1464
                            "keywords": [],
M
Mars Liu 已提交
1465 1466
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1467 1468 1469 1470 1471 1472
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1473 1474
                    "TCP通信": {
                      "node_id": "java-d1499a6f75a04d038344ce776d1c658a",
F
feilong 已提交
1475 1476 1477
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1478
                          "TCP通信简介": {
F
feilong 已提交
1479
                            "keywords": [],
M
Mars Liu 已提交
1480
                            "children": [],
M
Mars Liu 已提交
1481 1482
                            "node_id": "java-8664d9e4dcc04e77a24cfd6445635315",
                            "title": "TCP通信简介"
F
feilong 已提交
1483 1484 1485
                          }
                        },
                        {
M
Mars Liu 已提交
1486
                          "ServerSocket": {
F
feilong 已提交
1487
                            "keywords": [],
M
Mars Liu 已提交
1488
                            "children": [],
M
Mars Liu 已提交
1489
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1490
                            "title": "ServerSocket"
F
feilong 已提交
1491 1492 1493
                          }
                        },
                        {
M
Mars Liu 已提交
1494
                          "Socket": {
F
feilong 已提交
1495
                            "keywords": [],
M
Mars Liu 已提交
1496
                            "children": [],
M
Mars Liu 已提交
1497
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1498
                            "title": "Socket"
F
feilong 已提交
1499 1500 1501
                          }
                        },
                        {
M
Mars Liu 已提交
1502
                          "简单的TCP网络程序": {
F
feilong 已提交
1503
                            "keywords": [],
M
Mars Liu 已提交
1504 1505
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1506 1507 1508
                          }
                        },
                        {
M
Mars Liu 已提交
1509
                          "多线程的TCP网络程序": {
F
feilong 已提交
1510
                            "keywords": [],
M
Mars Liu 已提交
1511 1512
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1513 1514 1515
                          }
                        },
                        {
M
Mars Liu 已提交
1516
                          "TCP案例——文件上传": {
F
feilong 已提交
1517
                            "keywords": [],
M
Mars Liu 已提交
1518 1519
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1520 1521 1522 1523 1524 1525
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1526 1527
                    "网络编程的基础知识": {
                      "node_id": "java-0a41df2154834670a9facf2ff7530d6b",
F
feilong 已提交
1528 1529 1530
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1531
                          "网络基础知识": {
F
feilong 已提交
1532
                            "keywords": [],
M
Mars Liu 已提交
1533
                            "children": [],
M
Mars Liu 已提交
1534 1535
                            "node_id": "java-1cf4ca055b604ea49c6b762596371c71",
                            "title": "网络基础知识"
F
feilong 已提交
1536
                          }
M
Mars Liu 已提交
1537 1538 1539 1540 1541 1542 1543 1544 1545
                        }
                      ]
                    }
                  },
                  {
                    "Java的基本网络支持": {
                      "node_id": "java-1e8ef0cdeec443d8addaaa79b760c6b1",
                      "keywords": [],
                      "children": [
F
feilong 已提交
1546
                        {
M
Mars Liu 已提交
1547
                          "使用URLDecoder和URLEncoder": {
F
feilong 已提交
1548
                            "keywords": [],
M
Mars Liu 已提交
1549
                            "children": [],
M
Mars Liu 已提交
1550 1551
                            "node_id": "java-f880ae75add64feaae9a85ea7c9367b2",
                            "title": "使用URLDecoder和URLEncoder"
F
feilong 已提交
1552 1553 1554
                          }
                        },
                        {
M
Mars Liu 已提交
1555
                          "URL、URLConnection和URLPermission": {
F
feilong 已提交
1556
                            "keywords": [],
M
Mars Liu 已提交
1557
                            "children": [],
M
Mars Liu 已提交
1558 1559
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "URL、URLConnection和URLPermission"
F
feilong 已提交
1560 1561 1562 1563 1564 1565
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1566 1567
                    "基于TCP协议的网络编程": {
                      "node_id": "java-a89aa3ff88c1429396c8c20e12c17801",
F
feilong 已提交
1568 1569 1570
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1571
                          "TCP协议基础": {
F
feilong 已提交
1572
                            "keywords": [],
M
Mars Liu 已提交
1573
                            "children": [],
M
Mars Liu 已提交
1574 1575
                            "node_id": "java-7e9947e48fc6409b93ba1e3b5002e247",
                            "title": "TCP协议基础"
F
feilong 已提交
1576 1577 1578
                          }
                        },
                        {
M
Mars Liu 已提交
1579
                          "使用ServerSocket创建TCP服务器端": {
F
feilong 已提交
1580
                            "keywords": [],
M
Mars Liu 已提交
1581
                            "children": [],
M
Mars Liu 已提交
1582
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1583
                            "title": "使用ServerSocket创建TCP服务器端"
F
feilong 已提交
1584 1585 1586
                          }
                        },
                        {
M
Mars Liu 已提交
1587
                          "使用Socket进行通信": {
F
feilong 已提交
1588
                            "keywords": [],
M
Mars Liu 已提交
1589
                            "children": [],
M
Mars Liu 已提交
1590
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1591
                            "title": "使用Socket进行通信"
F
feilong 已提交
1592 1593 1594
                          }
                        },
                        {
M
Mars Liu 已提交
1595
                          "记录用户信息": {
F
feilong 已提交
1596
                            "keywords": [],
M
Mars Liu 已提交
1597 1598
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1599 1600 1601
                          }
                        },
                        {
M
Mars Liu 已提交
1602
                          "半关闭的Socket": {
F
feilong 已提交
1603
                            "keywords": [],
M
Mars Liu 已提交
1604 1605
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1606 1607 1608
                          }
                        },
                        {
M
Mars Liu 已提交
1609
                          "使用NIO实现非阻塞Socket通信": {
F
feilong 已提交
1610
                            "keywords": [],
M
Mars Liu 已提交
1611 1612
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1613 1614 1615
                          }
                        },
                        {
M
Mars Liu 已提交
1616
                          "使用AIO实现非阻塞通信": {
F
feilong 已提交
1617
                            "keywords": [],
M
Mars Liu 已提交
1618 1619
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1620 1621 1622 1623 1624 1625
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1626 1627
                    "基于UDP协议的网络编程": {
                      "node_id": "java-e424fbf24fc84b339db1b836c54ce647",
F
feilong 已提交
1628 1629 1630
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1631
                          "UDP协议基础": {
F
feilong 已提交
1632
                            "keywords": [],
M
Mars Liu 已提交
1633
                            "children": [],
M
Mars Liu 已提交
1634 1635
                            "node_id": "java-f28b8ebe51b34e4db9b94cfa6b0cbac7",
                            "title": "UDP协议基础"
F
feilong 已提交
1636 1637 1638
                          }
                        },
                        {
M
Mars Liu 已提交
1639
                          "使用DatagramSocket发送、接收数据": {
F
feilong 已提交
1640
                            "keywords": [],
M
Mars Liu 已提交
1641
                            "children": [],
M
Mars Liu 已提交
1642
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1643
                            "title": "使用DatagramSocket发送、接收数据"
F
feilong 已提交
1644 1645 1646
                          }
                        },
                        {
M
Mars Liu 已提交
1647
                          "使用MulticastSocket实现多点广播": {
F
feilong 已提交
1648
                            "keywords": [],
M
Mars Liu 已提交
1649
                            "children": [],
M
Mars Liu 已提交
1650
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1651
                            "title": "使用MulticastSocket实现多点广播"
F
feilong 已提交
1652 1653 1654 1655 1656 1657
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1658 1659
                    "使用代理服务器": {
                      "node_id": "java-cb9fdf69e28f40aca9ef741b9c8bc925",
F
feilong 已提交
1660 1661 1662
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1663
                          "直接使用Proxy创建连接": {
F
feilong 已提交
1664
                            "keywords": [],
M
Mars Liu 已提交
1665
                            "children": [],
M
Mars Liu 已提交
1666 1667
                            "node_id": "java-367580927af845268b72979f1e1e16be",
                            "title": "直接使用Proxy创建连接"
F
feilong 已提交
1668 1669 1670
                          }
                        },
                        {
M
Mars Liu 已提交
1671
                          "使用ProxySelector自动选择代理服务器": {
F
feilong 已提交
1672
                            "keywords": [],
M
Mars Liu 已提交
1673
                            "children": [],
M
Mars Liu 已提交
1674
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1675
                            "title": "使用ProxySelector自动选择代理服务器"
F
feilong 已提交
1676 1677 1678 1679 1680 1681
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1682 1683
                    "Java 11标准化的HTTP Client": {
                      "node_id": "java-dd60957a0a7f4155a68aea7c6807d504",
M
Mars Liu 已提交
1684 1685 1686 1687 1688 1689 1690 1691
                      "keywords": [
                        "websocket",
                        "get",
                        "post",
                        "delete",
                        "put",
                        "请求"
                      ],
F
feilong 已提交
1692 1693
                      "children": [
                        {
M
Mars Liu 已提交
1694
                          "发送同步GET请求": {
F
feilong 已提交
1695
                            "keywords": [],
M
Mars Liu 已提交
1696
                            "children": [],
M
Mars Liu 已提交
1697 1698
                            "node_id": "java-01931200f6684a0bba54c8fe79070301",
                            "title": "发送同步GET请求"
F
feilong 已提交
1699 1700 1701
                          }
                        },
                        {
M
Mars Liu 已提交
1702
                          "发送带请求体的请求": {
F
feilong 已提交
1703
                            "keywords": [],
M
Mars Liu 已提交
1704
                            "children": [],
M
Mars Liu 已提交
1705
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1706
                            "title": "发送带请求体的请求"
F
feilong 已提交
1707 1708 1709
                          }
                        },
                        {
M
Mars Liu 已提交
1710
                          "发送异步请求": {
F
feilong 已提交
1711
                            "keywords": [],
M
Mars Liu 已提交
1712
                            "children": [],
M
Mars Liu 已提交
1713
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1714
                            "title": "发送异步请求"
F
feilong 已提交
1715 1716 1717
                          }
                        },
                        {
M
Mars Liu 已提交
1718 1719 1720 1721 1722 1723 1724 1725
                          "WebSocket客户端支持": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "基于WebSocket的多人实时聊天": {
F
feilong 已提交
1726
                            "keywords": [],
M
Mars Liu 已提交
1727 1728
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1729 1730 1731 1732 1733 1734 1735 1736 1737
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1738 1739
              "类型信息": {
                "node_id": "java-7b912e7b9d1547e9ba78b26cb78e254c",
F
feilong 已提交
1740 1741 1742
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
1743 1744
                    "Class对象": {
                      "node_id": "java-1133afe68c004a0ea2ad957f0acb061e",
F
feilong 已提交
1745 1746 1747
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1748
                          "类字面常量": {
F
feilong 已提交
1749
                            "keywords": [],
M
Mars Liu 已提交
1750
                            "children": [],
M
Mars Liu 已提交
1751 1752
                            "node_id": "java-b94faa1fac2c4ffe8f8fcbdc8fc89ee9",
                            "title": "类字面常量"
F
feilong 已提交
1753 1754 1755
                          }
                        },
                        {
M
Mars Liu 已提交
1756
                          "泛化的Class引用": {
F
feilong 已提交
1757
                            "keywords": [],
M
Mars Liu 已提交
1758
                            "children": [],
M
Mars Liu 已提交
1759
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1760
                            "title": "泛化的Class引用"
F
feilong 已提交
1761 1762 1763
                          }
                        },
                        {
M
Mars Liu 已提交
1764
                          "新的转型语法": {
F
feilong 已提交
1765
                            "keywords": [],
M
Mars Liu 已提交
1766
                            "children": [],
M
Mars Liu 已提交
1767
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1768
                            "title": "新的转型语法"
F
feilong 已提交
1769 1770 1771 1772 1773 1774
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1775 1776
                    "类型转换前先做检查": {
                      "node_id": "java-48593d705752415e95c42b09d36bc2a4",
M
Mars Liu 已提交
1777 1778 1779
                      "keywords": [
                        "instanceof"
                      ],
F
feilong 已提交
1780 1781
                      "children": [
                        {
M
Mars Liu 已提交
1782
                          "使用类字面常量": {
F
feilong 已提交
1783
                            "keywords": [],
M
Mars Liu 已提交
1784
                            "children": [],
M
Mars Liu 已提交
1785 1786
                            "node_id": "java-76e90c4c1397452b9569be2a05553053",
                            "title": "使用类字面常量"
F
feilong 已提交
1787 1788 1789
                          }
                        },
                        {
M
Mars Liu 已提交
1790
                          "动态instanceof": {
F
feilong 已提交
1791
                            "keywords": [],
M
Mars Liu 已提交
1792
                            "children": [],
M
Mars Liu 已提交
1793
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1794
                            "title": "动态instanceof"
F
feilong 已提交
1795 1796 1797
                          }
                        },
                        {
M
Mars Liu 已提交
1798
                          "递归计数": {
F
feilong 已提交
1799
                            "keywords": [],
M
Mars Liu 已提交
1800
                            "children": [],
M
Mars Liu 已提交
1801
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1802
                            "title": "递归计数"
F
feilong 已提交
1803
                          }
M
Mars Liu 已提交
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824
                        }
                      ]
                    }
                  },
                  {
                    "注册工厂": {
                      "node_id": "java-c4cbf0c25cbf47c4892a5f6635be9826",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "instanceof与Class的等价性": {
                      "node_id": "java-feca89c3fb9e4bcaba3f1f95e8ad4753",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "反射:运行时类信息": {
                      "node_id": "java-42b26ca8a2384dcfb02fca6e159ace67",
M
Mars Liu 已提交
1825 1826 1827
                      "keywords": [
                        "annotation"
                      ],
M
Mars Liu 已提交
1828
                      "children": [
F
feilong 已提交
1829
                        {
M
Mars Liu 已提交
1830
                          "类方法抽取器": {
F
feilong 已提交
1831
                            "keywords": [],
M
Mars Liu 已提交
1832
                            "children": [],
M
Mars Liu 已提交
1833 1834
                            "node_id": "java-aa383e03d51a4ea588ee1b04192ab556",
                            "title": "类方法抽取器"
F
feilong 已提交
1835 1836 1837
                          }
                        },
                        {
M
Mars Liu 已提交
1838
                          "Class类与Java反射": {
F
feilong 已提交
1839 1840 1841
                            "keywords": [],
                            "children": [
                              {
M
Mars Liu 已提交
1842 1843 1844 1845 1846 1847 1848 1849 1850
                                "访问构造方法": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                                  "title": "访问构造方法"
                                }
                              },
                              {
                                "访问成员变量": {
F
feilong 已提交
1851
                                  "keywords": [],
M
Mars Liu 已提交
1852 1853
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1854 1855 1856
                                }
                              },
                              {
M
Mars Liu 已提交
1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873
                                "访问方法": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "Class类与Java反射"
                          }
                        },
                        {
                          "使用Annotation功能": {
                            "keywords": [],
                            "children": [
                              {
                                "定义Annotation类型": {
F
feilong 已提交
1874
                                  "keywords": [],
M
Mars Liu 已提交
1875 1876
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1877 1878 1879
                                }
                              },
                              {
M
Mars Liu 已提交
1880
                                "访问Annotation信息": {
F
feilong 已提交
1881
                                  "keywords": [],
M
Mars Liu 已提交
1882 1883
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1884 1885
                                }
                              }
M
Mars Liu 已提交
1886 1887
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1888 1889 1890
                          }
                        },
                        {
M
Mars Liu 已提交
1891
                          "声明异常入门": {
F
feilong 已提交
1892
                            "keywords": [],
M
Mars Liu 已提交
1893 1894
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1895 1896 1897
                          }
                        },
                        {
M
Mars Liu 已提交
1898
                          "资源": {
F
feilong 已提交
1899
                            "keywords": [],
M
Mars Liu 已提交
1900 1901
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1902 1903 1904
                          }
                        },
                        {
M
Mars Liu 已提交
1905
                          "利用反射分析类的能力": {
F
feilong 已提交
1906
                            "keywords": [],
M
Mars Liu 已提交
1907 1908
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1909 1910 1911
                          }
                        },
                        {
M
Mars Liu 已提交
1912
                          "使用反射在运行时分析": {
F
feilong 已提交
1913
                            "keywords": [],
M
Mars Liu 已提交
1914 1915
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1916 1917 1918
                          }
                        },
                        {
M
Mars Liu 已提交
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947
                          "使用反射编写泛型数组": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "访问字段": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "调用方法": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "调用构造方法": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "获取继承关系": {
F
feilong 已提交
1948
                            "keywords": [],
M
Mars Liu 已提交
1949 1950
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1951 1952 1953 1954 1955 1956
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1957 1958
                    "动态代理": {
                      "node_id": "java-f7be740717c442c4a489a8c8d675f38c",
F
feilong 已提交
1959 1960 1961 1962 1963
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1964 1965
                    "空对象": {
                      "node_id": "java-dec42155c7904f7e9d00a37b5013470d",
F
feilong 已提交
1966
                      "keywords": [],
M
Mars Liu 已提交
1967 1968 1969 1970 1971 1972 1973 1974 1975 1976
                      "children": [
                        {
                          "模拟对象与桩": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-0109d4ae23934645bc817fd2ac423854",
                            "title": "模拟对象与桩"
                          }
                        }
                      ]
F
feilong 已提交
1977
                    }
M
Mars Liu 已提交
1978 1979 1980 1981 1982
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1983
              "深入研究容器": {
M
Mars Liu 已提交
1984 1985 1986
                "node_id": "java-ca51e8798bc84a47b13a58c8d734ac34",
                "keywords": [],
                "children": [
F
feilong 已提交
1987
                  {
M
Mars Liu 已提交
1988 1989
                    "Collection的功能方法": {
                      "node_id": "java-e4ee5c02d364431f901c2851e2bebdc0",
F
feilong 已提交
1990 1991 1992 1993 1994
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1995 1996
                    "List的功能方法": {
                      "node_id": "java-6a6a4fabc4e34b5d985e4787fda4793f",
F
feilong 已提交
1997
                      "keywords": [],
M
Mars Liu 已提交
1998
                      "children": []
F
feilong 已提交
1999 2000 2001
                    }
                  },
                  {
M
Mars Liu 已提交
2002 2003
                    "Set和存储顺序": {
                      "node_id": "java-d29c64a86fbb49b88cc2eaa7b39375b4",
F
feilong 已提交
2004
                      "keywords": [],
M
Mars Liu 已提交
2005 2006 2007
                      "children": []
                    }
                  },
F
feilong 已提交
2008
                  {
M
Mars Liu 已提交
2009 2010
                    "队列": {
                      "node_id": "java-3b1d3953fd724d1f87c1e95918bc2d0c",
M
Mars Liu 已提交
2011 2012 2013 2014
                      "keywords": [
                        "队列",
                        "queue"
                      ],
F
feilong 已提交
2015 2016
                      "children": [
                        {
M
Mars Liu 已提交
2017
                          "优先级队列": {
F
feilong 已提交
2018
                            "keywords": [],
M
Mars Liu 已提交
2019
                            "children": [],
M
Mars Liu 已提交
2020 2021
                            "node_id": "java-ed2bb9f0663541629eccc6d1f8fa78fb",
                            "title": "优先级队列"
F
feilong 已提交
2022 2023 2024
                          }
                        },
                        {
M
Mars Liu 已提交
2025
                          "双向队列": {
F
feilong 已提交
2026
                            "keywords": [],
M
Mars Liu 已提交
2027
                            "children": [],
M
Mars Liu 已提交
2028
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045
                            "title": "双向队列"
                          }
                        }
                      ]
                    }
                  },
                  {
                    "理解Map": {
                      "node_id": "java-154f1448c9f04d7d950de1273760288f",
                      "keywords": [],
                      "children": [
                        {
                          "性能": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-8e3af4dbb58c4465921095cd49a8ebce",
                            "title": "性能"
F
feilong 已提交
2046 2047 2048
                          }
                        },
                        {
M
Mars Liu 已提交
2049
                          "SortedMap": {
F
feilong 已提交
2050
                            "keywords": [],
M
Mars Liu 已提交
2051
                            "children": [],
M
Mars Liu 已提交
2052
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2053
                            "title": "SortedMap"
F
feilong 已提交
2054 2055 2056
                          }
                        },
                        {
M
Mars Liu 已提交
2057
                          "LinkedHashMap": {
F
feilong 已提交
2058
                            "keywords": [],
M
Mars Liu 已提交
2059
                            "children": [],
M
Mars Liu 已提交
2060 2061
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "LinkedHashMap"
F
feilong 已提交
2062 2063 2064 2065 2066 2067
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2068 2069
                    "选择接口的不同实现": {
                      "node_id": "java-553c2f460603478f9d4047e1b4d78af1",
F
feilong 已提交
2070 2071 2072
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2073
                          "性能测试框架": {
F
feilong 已提交
2074
                            "keywords": [],
M
Mars Liu 已提交
2075
                            "children": [],
M
Mars Liu 已提交
2076 2077
                            "node_id": "java-6170302493d94af4a4a2377fb349b30a",
                            "title": "性能测试框架"
F
feilong 已提交
2078 2079 2080
                          }
                        },
                        {
M
Mars Liu 已提交
2081
                          "对List的选择": {
F
feilong 已提交
2082
                            "keywords": [],
M
Mars Liu 已提交
2083
                            "children": [],
M
Mars Liu 已提交
2084
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2085
                            "title": "对List的选择"
F
feilong 已提交
2086 2087 2088
                          }
                        },
                        {
M
Mars Liu 已提交
2089
                          "微基准测试的危险": {
F
feilong 已提交
2090
                            "keywords": [],
M
Mars Liu 已提交
2091
                            "children": [],
M
Mars Liu 已提交
2092
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2093
                            "title": "微基准测试的危险"
F
feilong 已提交
2094 2095 2096
                          }
                        },
                        {
M
Mars Liu 已提交
2097
                          "对Set的选择": {
F
feilong 已提交
2098
                            "keywords": [],
M
Mars Liu 已提交
2099 2100
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2101 2102 2103
                          }
                        },
                        {
M
Mars Liu 已提交
2104
                          "对Map的选择": {
F
feilong 已提交
2105
                            "keywords": [],
M
Mars Liu 已提交
2106 2107
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2108 2109 2110 2111 2112 2113
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2114
                    "Collections实用方法": {
M
Mars Liu 已提交
2115
                      "node_id": "java-3805023f872947c4874b6e7bab06c1a7",
F
feilong 已提交
2116 2117 2118
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2119
                          "List的排序和查询": {
F
feilong 已提交
2120
                            "keywords": [],
M
Mars Liu 已提交
2121
                            "children": [],
M
Mars Liu 已提交
2122 2123
                            "node_id": "java-3bdeb8d490114bcd856b7da73e037dad",
                            "title": "List的排序和查询"
F
feilong 已提交
2124
                          }
M
Mars Liu 已提交
2125
                        },
F
feilong 已提交
2126
                        {
M
Mars Liu 已提交
2127
                          "设定Collection或Map为不可修改": {
F
feilong 已提交
2128
                            "keywords": [],
M
Mars Liu 已提交
2129
                            "children": [],
M
Mars Liu 已提交
2130 2131
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "设定Collection或Map为不可修改"
F
feilong 已提交
2132 2133 2134
                          }
                        },
                        {
M
Mars Liu 已提交
2135
                          "Collection或Map的同步控制": {
F
feilong 已提交
2136
                            "keywords": [],
M
Mars Liu 已提交
2137
                            "children": [],
M
Mars Liu 已提交
2138
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2139
                            "title": "Collection或Map的同步控制"
F
feilong 已提交
2140 2141 2142 2143
                          }
                        }
                      ]
                    }
M
Mars Liu 已提交
2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157
                  }
                ]
              }
            },
            {
              "注解": {
                "node_id": "java-baada6303aca42f0b2f7882a3446fdf9",
                "keywords": [],
                "children": [
                  {
                    "基本语法": {
                      "node_id": "java-132c631a618e4828b4c69316d6163ec3",
                      "keywords": [],
                      "children": [
F
feilong 已提交
2158
                        {
M
Mars Liu 已提交
2159
                          "定义注解": {
F
feilong 已提交
2160
                            "keywords": [],
M
Mars Liu 已提交
2161
                            "children": [],
M
Mars Liu 已提交
2162 2163
                            "node_id": "java-98201a6f1e8a445ea49972461f824686",
                            "title": "定义注解"
F
feilong 已提交
2164 2165 2166
                          }
                        },
                        {
M
Mars Liu 已提交
2167
                          "元注解": {
F
feilong 已提交
2168
                            "keywords": [],
M
Mars Liu 已提交
2169
                            "children": [],
M
Mars Liu 已提交
2170 2171
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "元注解"
F
feilong 已提交
2172 2173 2174 2175 2176 2177
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2178 2179 2180 2181 2182 2183 2184 2185 2186
                    "使用apt处理注解": {
                      "node_id": "java-8b0806d4d89948598ac95e5c19b53298",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "基于注解的单元测试": {
                      "node_id": "java-352f523c7ad54583a0097cf171015d83",
F
feilong 已提交
2187 2188 2189
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2190
                          "将@Unit用于泛型": {
F
feilong 已提交
2191
                            "keywords": [],
M
Mars Liu 已提交
2192
                            "children": [],
M
Mars Liu 已提交
2193 2194
                            "node_id": "java-14e84a2913724dfc9e77bf2cd2dfc17c",
                            "title": "将@Unit用于泛型"
F
feilong 已提交
2195 2196 2197
                          }
                        },
                        {
M
Mars Liu 已提交
2198
                          "不需要任何“套件”": {
F
feilong 已提交
2199
                            "keywords": [],
M
Mars Liu 已提交
2200
                            "children": [],
M
Mars Liu 已提交
2201
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2202
                            "title": "不需要任何“套件”"
F
feilong 已提交
2203 2204 2205
                          }
                        },
                        {
M
Mars Liu 已提交
2206
                          "实现@Unit": {
F
feilong 已提交
2207
                            "keywords": [],
M
Mars Liu 已提交
2208
                            "children": [],
M
Mars Liu 已提交
2209
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2210
                            "title": "实现@Unit"
F
feilong 已提交
2211 2212 2213
                          }
                        },
                        {
M
Mars Liu 已提交
2214
                          "移除测试代码": {
F
feilong 已提交
2215
                            "keywords": [],
M
Mars Liu 已提交
2216 2217
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2218 2219 2220 2221 2222 2223 2224 2225 2226
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
2227
              "并发": {
M
Mars Liu 已提交
2228
                "node_id": "java-2477cdd2265348da836b2116f5fe73b6",
F
feilong 已提交
2229 2230 2231
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
2232
                    "并发的定义": {
M
Mars Liu 已提交
2233
                      "node_id": "java-66090dfe673e48a5a14c6ee846c4fc97",
F
feilong 已提交
2234 2235 2236
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2237
                          "更快的执行": {
F
feilong 已提交
2238
                            "keywords": [],
M
Mars Liu 已提交
2239
                            "children": [],
M
Mars Liu 已提交
2240 2241
                            "node_id": "java-4f4e7e1bf6714da0a24705e5cb433e71",
                            "title": "更快的执行"
F
feilong 已提交
2242 2243 2244
                          }
                        },
                        {
M
Mars Liu 已提交
2245
                          "改进代码设计": {
F
feilong 已提交
2246
                            "keywords": [],
M
Mars Liu 已提交
2247
                            "children": [],
M
Mars Liu 已提交
2248
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2249
                            "title": "改进代码设计"
F
feilong 已提交
2250 2251 2252 2253 2254 2255
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2256 2257
                    "线程属性": {
                      "node_id": "java-785476f0c71e437cadeb502a74dd86ed",
M
Mars Liu 已提交
2258 2259 2260
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2261
                          "中断线程": {
M
Mars Liu 已提交
2262 2263
                            "keywords": [],
                            "children": [],
M
Mars Liu 已提交
2264 2265
                            "node_id": "java-689a856b2abb4cbb93fe6252c2eab816",
                            "title": "中断线程"
M
Mars Liu 已提交
2266
                          }
F
feilong 已提交
2267 2268
                        },
                        {
M
Mars Liu 已提交
2269
                          "守护线程": {
F
feilong 已提交
2270
                            "keywords": [],
M
Mars Liu 已提交
2271
                            "children": [],
M
Mars Liu 已提交
2272
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2273
                            "title": "守护线程"
F
feilong 已提交
2274 2275 2276
                          }
                        },
                        {
M
Mars Liu 已提交
2277
                          "线程名": {
F
feilong 已提交
2278
                            "keywords": [],
M
Mars Liu 已提交
2279
                            "children": [],
M
Mars Liu 已提交
2280
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2281
                            "title": "线程名"
F
feilong 已提交
2282 2283 2284
                          }
                        },
                        {
M
Mars Liu 已提交
2285
                          "未捕获异常的处理器": {
F
feilong 已提交
2286
                            "keywords": [],
M
Mars Liu 已提交
2287 2288
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2289
                          }
M
Mars Liu 已提交
2290 2291 2292 2293 2294
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2295 2296
                    "线程状态": {
                      "node_id": "java-7a4a0e08d7424b5896f2325f732bdeee",
M
Mars Liu 已提交
2297 2298 2299
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2300
                          "新建线程": {
M
Mars Liu 已提交
2301 2302
                            "keywords": [],
                            "children": [],
M
Mars Liu 已提交
2303 2304
                            "node_id": "java-f1fece37484743eeab27863607dd9fde",
                            "title": "新建线程"
M
Mars Liu 已提交
2305
                          }
F
feilong 已提交
2306 2307
                        },
                        {
M
Mars Liu 已提交
2308
                          "可运行线程": {
F
feilong 已提交
2309
                            "keywords": [],
M
Mars Liu 已提交
2310
                            "children": [],
M
Mars Liu 已提交
2311
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2312
                            "title": "可运行线程"
F
feilong 已提交
2313 2314 2315
                          }
                        },
                        {
M
Mars Liu 已提交
2316
                          "阻塞和等待线程": {
F
feilong 已提交
2317
                            "keywords": [],
M
Mars Liu 已提交
2318
                            "children": [],
M
Mars Liu 已提交
2319
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2320
                            "title": "阻塞和等待线程"
F
feilong 已提交
2321 2322 2323
                          }
                        },
                        {
M
Mars Liu 已提交
2324
                          "终止线程": {
F
feilong 已提交
2325
                            "keywords": [],
M
Mars Liu 已提交
2326 2327
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2328 2329 2330 2331 2332 2333
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2334 2335
                    "线程之间的协作": {
                      "node_id": "java-5e82993df31e4989ac4b128c08cf0823",
F
feilong 已提交
2336 2337 2338
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2339
                          "wait()与notifyAll()": {
F
feilong 已提交
2340
                            "keywords": [],
M
Mars Liu 已提交
2341
                            "children": [],
M
Mars Liu 已提交
2342 2343
                            "node_id": "java-5c28af969c6b4771825c907aac1480b0",
                            "title": "wait()与notifyAll()"
F
feilong 已提交
2344
                          }
M
Mars Liu 已提交
2345
                        },
F
feilong 已提交
2346
                        {
M
Mars Liu 已提交
2347
                          "notify()与notifyAll()": {
F
feilong 已提交
2348
                            "keywords": [],
M
Mars Liu 已提交
2349
                            "children": [],
M
Mars Liu 已提交
2350 2351
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "notify()与notifyAll()"
F
feilong 已提交
2352 2353 2354
                          }
                        },
                        {
M
Mars Liu 已提交
2355
                          "生产者与消费者": {
F
feilong 已提交
2356
                            "keywords": [],
M
Mars Liu 已提交
2357
                            "children": [],
M
Mars Liu 已提交
2358
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2359
                            "title": "生产者与消费者"
F
feilong 已提交
2360 2361 2362
                          }
                        },
                        {
M
Mars Liu 已提交
2363
                          "任务间使用管道进行输入输出": {
F
feilong 已提交
2364
                            "keywords": [],
M
Mars Liu 已提交
2365
                            "children": [],
M
Mars Liu 已提交
2366
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2367 2368 2369 2370 2371 2372
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2373 2374
                    "死锁": {
                      "node_id": "java-372114d043a04070ad690f2753b5083b",
F
feilong 已提交
2375
                      "keywords": [],
M
Mars Liu 已提交
2376
                      "children": []
F
feilong 已提交
2377 2378 2379
                    }
                  },
                  {
M
Mars Liu 已提交
2380 2381
                    "线程安全的集合": {
                      "node_id": "java-aa0b95d8960b4d12a2c9d9e90894a793",
F
feilong 已提交
2382 2383 2384
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416
                          "阻塞队列": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-cc7d9f6eee604e51ad6efead3710b3ab",
                            "title": "阻塞队列"
                          }
                        },
                        {
                          "映射条目的原子更新": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "映射条目的原子更新"
                          }
                        },
                        {
                          "对并发散列映射的批操作": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "对并发散列映射的批操作"
                          }
                        },
                        {
                          "并发集视图": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "写数组的拷贝": {
F
feilong 已提交
2417
                            "keywords": [],
M
Mars Liu 已提交
2418
                            "children": [],
M
Mars Liu 已提交
2419
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2420 2421 2422
                          }
                        },
                        {
M
Mars Liu 已提交
2423
                          "并行数组算法": {
F
feilong 已提交
2424
                            "keywords": [],
M
Mars Liu 已提交
2425
                            "children": [],
M
Mars Liu 已提交
2426
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2427 2428 2429
                          }
                        },
                        {
M
Mars Liu 已提交
2430
                          "较早的线程安全集合": {
F
feilong 已提交
2431
                            "keywords": [],
M
Mars Liu 已提交
2432
                            "children": [],
M
Mars Liu 已提交
2433
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2434 2435 2436 2437 2438 2439 2440 2441
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
M
Mars Liu 已提交
2442 2443 2444 2445 2446 2447
            {
              "Maven基础": {
                "node_id": "java-13e82ac770bb42f3a6076274c28ead94",
                "keywords": [],
                "children": []
              }
F
feilong 已提交
2448 2449 2450 2451 2452 2453
            }
          ]
        }
      },
      {
        "Java高阶": {
M
Mars Liu 已提交
2454
          "node_id": "java-f03087d9779b41a1acf435e3eb6e28f7",
F
feilong 已提交
2455 2456 2457
          "keywords": [],
          "children": [
            {
M
Mars Liu 已提交
2458 2459
              "行为抽象和Lambda": {
                "node_id": "java-401df00d53964647a4fa249007f30a8b",
F
feilong 已提交
2460 2461 2462
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
2463 2464
                    "流和行为抽象": {
                      "node_id": "java-fb711fb0dfbb40db974476ea2d9faf9d",
F
feilong 已提交
2465
                      "keywords": [],
M
Mars Liu 已提交
2466
                      "children": []
F
feilong 已提交
2467 2468 2469
                    }
                  },
                  {
M
Mars Liu 已提交
2470 2471 2472 2473 2474 2475 2476 2477 2478
                    "Lambda表达式": {
                      "node_id": "java-a3b60740abe74bb8a6c16dec381d31c4",
                      "keywords": [
                        "lambda",
                        "高阶函数",
                        "方法引用",
                        "SAM",
                        "函数式接口"
                      ],
M
Mars Liu 已提交
2479 2480 2481 2482
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
2483 2484
                    "流": {
                      "node_id": "java-9f8b0da343fd415c9b29380647b0f1f8",
M
Mars Liu 已提交
2485 2486 2487 2488 2489
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
2490 2491
                    "收集器": {
                      "node_id": "java-0f1fc49b2e1c41368403ca2239810920",
M
Mars Liu 已提交
2492 2493 2494 2495 2496
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
2497 2498
                    "分组": {
                      "node_id": "java-bbff17faa9a04aebbe14c62caccc2309",
M
Mars Liu 已提交
2499 2500 2501
                      "keywords": [],
                      "children": []
                    }
M
Mars Liu 已提交
2502 2503 2504 2505 2506 2507 2508
                  },
                  {
                    "分区": {
                      "node_id": "java-05498c81f6be42a2a44ddb4de0178420",
                      "keywords": [],
                      "children": []
                    }
M
Mars Liu 已提交
2509 2510 2511 2512 2513
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
2514
              "Optional": {
M
Mars Liu 已提交
2515
                "node_id": "java-c3a2ef586dd7449788102b631419992f",
F
feilong 已提交
2516
                "keywords": [],
M
Mars Liu 已提交
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532
                "children": [
                  {
                    "Optional与Null": {
                      "node_id": "java-36a3b51a36624ee8930794d64da6b22a",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "一致性": {
                      "node_id": "java-6a0ad22b08cd4520b453904d832936ea",
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
M
Mars Liu 已提交
2533 2534
              }
            },
F
feilong 已提交
2535
            {
M
Mars Liu 已提交
2536 2537
              "Java异步任务": {
                "node_id": "java-267da81d131440de883b62376f5fc38b",
F
feilong 已提交
2538 2539 2540
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
2541 2542
                    "线程与进程": {
                      "node_id": "java-5dcc74ab2617434f91ae6aa1ba0ac661",
F
feilong 已提交
2543
                      "keywords": [],
M
Mars Liu 已提交
2544
                      "children": []
F
feilong 已提交
2545 2546 2547
                    }
                  },
                  {
M
Mars Liu 已提交
2548
                    "Future与CompletableFuture": {
M
Mars Liu 已提交
2549 2550 2551 2552 2553 2554 2555
                      "node_id": "java-90f4b7c696464886af9c8de8cbd95338",
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
F
feilong 已提交
2556 2557 2558 2559 2560 2561 2562
            }
          ]
        }
      }
    ]
  }
}