tree.json 96.9 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
                    "if-else": {
                      "node_id": "java-85a126a6ba39488aaabd2d4015353175",
F
feilong 已提交
678 679 680 681 682
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
683
                    "for": {
M
Mars Liu 已提交
684
                      "node_id": "java-722dc1cccbc74369b9bff5ac580bc649",
F
feilong 已提交
685 686 687 688
                      "keywords": [],
                      "children": []
                    }
                  },
M
Mars Liu 已提交
689 690 691 692 693 694 695
                  {
                    "switch": {
                      "node_id": "java-05144fa9daf94a64ad0667eab1d6cc9a",
                      "keywords": [],
                      "children": []
                    }
                  },
F
feilong 已提交
696
                  {
M
Mars Liu 已提交
697 698
                    "通过异常处理错误": {
                      "node_id": "java-d11b7f01004c443ea6226d174ba1e3fa",
F
feilong 已提交
699 700 701
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
702
                          "概念": {
F
feilong 已提交
703
                            "keywords": [],
M
Mars Liu 已提交
704
                            "children": [],
M
Mars Liu 已提交
705 706
                            "node_id": "java-74dba10624904700bca41dd2cfab0d17",
                            "title": "概念"
F
feilong 已提交
707 708 709
                          }
                        },
                        {
M
Mars Liu 已提交
710
                          "捕获异常": {
F
feilong 已提交
711
                            "keywords": [],
M
Mars Liu 已提交
712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749
                            "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 已提交
750
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
751
                            "title": "捕获异常"
F
feilong 已提交
752 753 754
                          }
                        },
                        {
M
Mars Liu 已提交
755
                          "创建自定义异常": {
F
feilong 已提交
756
                            "keywords": [],
M
Mars Liu 已提交
757
                            "children": [],
M
Mars Liu 已提交
758
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
759 760 761
                          }
                        },
                        {
M
Mars Liu 已提交
762
                          "异常说明": {
F
feilong 已提交
763
                            "keywords": [],
M
Mars Liu 已提交
764 765
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
766 767 768
                          }
                        },
                        {
M
Mars Liu 已提交
769
                          "捕获所有异常": {
F
feilong 已提交
770
                            "keywords": [],
M
Mars Liu 已提交
771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793
                            "children": [
                              {
                                "栈轨迹": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "重新抛出异常": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "异常链": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
794
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
795 796 797
                          }
                        },
                        {
M
Mars Liu 已提交
798
                          "Java标准异常": {
F
feilong 已提交
799
                            "keywords": [],
M
Mars Liu 已提交
800 801 802 803 804 805 806 807 808
                            "children": [
                              {
                                "特例: RuntimeException(运行时异常)": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
809
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
810 811 812
                          }
                        },
                        {
M
Mars Liu 已提交
813
                          "使用finally进行清理": {
F
feilong 已提交
814
                            "keywords": [],
M
Mars Liu 已提交
815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837
                            "children": [
                              {
                                "finally用来做什么": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "在return中使用finally": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "缺憾:异常丢失": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
M
Mars Liu 已提交
838
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
839
                          }
M
Mars Liu 已提交
840
                        },
F
feilong 已提交
841
                        {
M
Mars Liu 已提交
842
                          "构造器": {
F
feilong 已提交
843
                            "keywords": [],
M
Mars Liu 已提交
844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860
                            "children": [
                              {
                                "使用构造器执行初始化": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "构造器重载": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
861 862 863
                          }
                        },
                        {
M
Mars Liu 已提交
864
                          "异常匹配": {
F
feilong 已提交
865
                            "keywords": [],
M
Mars Liu 已提交
866
                            "children": [],
M
Mars Liu 已提交
867
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
868 869 870
                          }
                        },
                        {
M
Mars Liu 已提交
871
                          "其他可选方式": {
F
feilong 已提交
872
                            "keywords": [],
M
Mars Liu 已提交
873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903
                            "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 已提交
904 905 906
                          }
                        },
                        {
M
Mars Liu 已提交
907
                          "异常使用指南": {
F
feilong 已提交
908
                            "keywords": [],
M
Mars Liu 已提交
909 910
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
911 912 913 914 915 916
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
917 918
                    "函数": {
                      "node_id": "java-f2482f12e0634885bdf6701a5a802c77",
M
Mars Liu 已提交
919 920 921 922 923 924 925 926
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
927 928
              "类和接口": {
                "node_id": "java-e06f6fb888f940b4894e835d9afc9138",
M
Mars Liu 已提交
929 930 931
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
932 933
                    "类和面向对象": {
                      "node_id": "java-461a08a44ae845018b7f0356ea928085",
M
Mars Liu 已提交
934 935 936 937 938
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
939 940
                    "抽象类": {
                      "node_id": "java-a02b334b2e364161badae34636a0284f",
M
Mars Liu 已提交
941 942 943 944 945
                      "keywords": [
                        "面向对象",
                        "抽象类",
                        "接口"
                      ],
M
Mars Liu 已提交
946 947 948 949
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
950 951
                    "接口": {
                      "node_id": "java-5d28bfbed25f4ae2b4d21fc1f2222e49",
M
Mars Liu 已提交
952 953 954 955 956
                      "keywords": [
                        "面向对象",
                        "类型",
                        "接口"
                      ],
M
Mars Liu 已提交
957 958 959 960
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
961 962
                    "匿名类": {
                      "node_id": "java-b06b5b2c7a6b44cc87744168729b31e6",
M
Mars Liu 已提交
963 964 965 966 967
                      "keywords": [
                        "面向对象",
                        "匿名类",
                        "lambda"
                      ],
M
Mars Liu 已提交
968 969 970 971 972 973 974
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
975 976
              "IO初步": {
                "node_id": "java-7731719237a149f4b72ed3fdf17a16fb",
M
Mars Liu 已提交
977 978 979
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
980 981
                    "字节流": {
                      "node_id": "java-5a6948bd7d6d4057ad78dc6923dc4061",
M
Mars Liu 已提交
982 983 984 985 986
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
987 988
                    "File类": {
                      "node_id": "java-4293c5bec0cb415fac5e1d80be8f6113",
F
feilong 已提交
989
                      "keywords": [],
M
Mars Liu 已提交
990
                      "children": []
F
feilong 已提交
991
                    }
M
Mars Liu 已提交
992 993 994
                  }
                ]
              }
F
feilong 已提交
995 996 997 998 999 1000
            }
          ]
        }
      },
      {
        "Java中阶": {
M
Mars Liu 已提交
1001
          "node_id": "java-b4719189dc7544228ef1b578548be47f",
F
feilong 已提交
1002 1003 1004
          "keywords": [],
          "children": [
            {
M
Mars Liu 已提交
1005
              "IO": {
M
Mars Liu 已提交
1006
                "node_id": "java-3dc422fd227a45db83e38ba6fe0003c0",
F
feilong 已提交
1007 1008 1009 1010
                "keywords": [],
                "children": [
                  {
                    "流概述": {
M
Mars Liu 已提交
1011
                      "node_id": "java-9d6d81f6283d414ba54d97cb25373b7c",
F
feilong 已提交
1012 1013 1014 1015
                      "keywords": [],
                      "children": []
                    }
                  },
M
Mars Liu 已提交
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026
                  {
                    "RandomAccessFile": {
                      "node_id": "java-3c0553280d2a4b60983a5ae18e7112a4",
                      "keywords": [
                        "随机",
                        "访问",
                        "文件"
                      ],
                      "children": []
                    }
                  },
F
feilong 已提交
1027 1028
                  {
                    "输入输出流": {
M
Mars Liu 已提交
1029
                      "node_id": "java-4395c520c7514a97a792922acd5937bb",
F
feilong 已提交
1030 1031 1032 1033 1034
                      "keywords": [],
                      "children": [
                        {
                          "输入流": {
                            "keywords": [],
M
Mars Liu 已提交
1035
                            "children": [],
M
Mars Liu 已提交
1036 1037
                            "node_id": "java-a397c10e1a904c419811483b97c8d8b9",
                            "title": "输入流"
F
feilong 已提交
1038 1039 1040 1041 1042
                          }
                        },
                        {
                          "输出流": {
                            "keywords": [],
M
Mars Liu 已提交
1043
                            "children": [],
M
Mars Liu 已提交
1044 1045
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "输出流"
F
feilong 已提交
1046 1047 1048 1049 1050 1051 1052
                          }
                        }
                      ]
                    }
                  },
                  {
                    "文件输入输出流": {
M
Mars Liu 已提交
1053
                      "node_id": "java-132615c6b56b4ea883622abf5b81128d",
F
feilong 已提交
1054 1055 1056 1057 1058
                      "keywords": [],
                      "children": [
                        {
                          "FileInputStream类与FileOutputStream类": {
                            "keywords": [],
M
Mars Liu 已提交
1059
                            "children": [],
M
Mars Liu 已提交
1060 1061
                            "node_id": "java-a42ac36c7aae462f9ef8edf8b6212528",
                            "title": "FileInputStream类与FileOutputStream类"
F
feilong 已提交
1062 1063 1064 1065 1066
                          }
                        },
                        {
                          "FileReader类与FileWriter类": {
                            "keywords": [],
M
Mars Liu 已提交
1067
                            "children": [],
M
Mars Liu 已提交
1068 1069
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "FileReader类与FileWriter类"
F
feilong 已提交
1070 1071 1072 1073 1074
                          }
                        }
                      ]
                    }
                  },
M
Mars Liu 已提交
1075 1076 1077 1078 1079 1080 1081
                  {
                    "对象序列化": {
                      "node_id": "java-ec1081c263a84d41b692d4821d8254e6",
                      "keywords": [],
                      "children": []
                    }
                  },
F
feilong 已提交
1082 1083
                  {
                    "ZIP压缩输入输出流": {
M
Mars Liu 已提交
1084
                      "node_id": "java-822ae98d5b294e699b7ed1bc6ffb9425",
F
feilong 已提交
1085 1086 1087 1088 1089
                      "keywords": [],
                      "children": [
                        {
                          "压缩文件": {
                            "keywords": [],
M
Mars Liu 已提交
1090
                            "children": [],
M
Mars Liu 已提交
1091 1092
                            "node_id": "java-c2a40bea599142e1bafe5c65e5f49e92",
                            "title": "压缩文件"
F
feilong 已提交
1093 1094 1095 1096 1097
                          }
                        },
                        {
                          "解压缩ZIP文件": {
                            "keywords": [],
M
Mars Liu 已提交
1098
                            "children": [],
M
Mars Liu 已提交
1099 1100
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "解压缩ZIP文件"
F
feilong 已提交
1101 1102 1103 1104
                          }
                        }
                      ]
                    }
M
Mars Liu 已提交
1105 1106
                  },
                  {
M
Mars Liu 已提交
1107 1108
                    "InputStream类型": {
                      "node_id": "java-fc2dfe1a80f64143b4ad339378ba61da",
M
Mars Liu 已提交
1109 1110 1111 1112 1113
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1114 1115 1116 1117 1118
                    "OutputStream类型": {
                      "node_id": "java-cc8c2e511db54a2ca2ee798f2cdbd03b",
                      "keywords": [],
                      "children": []
                    }
F
feilong 已提交
1119 1120 1121 1122
                  }
                ]
              }
            },
M
Mars Liu 已提交
1123 1124 1125 1126 1127 1128 1129 1130
            {
              "使用JDBC操作数据库": {
                "node_id": "java-952e5473dc85415b8d737648a1d20351",
                "keywords": [],
                "children": [
                  {
                    "JDBC概述": {
                      "node_id": "java-150a9965d3e34a19943b4bd5ab2d31bb",
F
feilong 已提交
1131 1132 1133
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1134
                          "JDBC-ODBC桥": {
F
feilong 已提交
1135
                            "keywords": [],
M
Mars Liu 已提交
1136
                            "children": [],
M
Mars Liu 已提交
1137 1138
                            "node_id": "java-a045157a68894eacb0e79c72bea465c8",
                            "title": "JDBC-ODBC桥"
F
feilong 已提交
1139 1140 1141
                          }
                        },
                        {
M
Mars Liu 已提交
1142
                          "JDBC技术": {
F
feilong 已提交
1143
                            "keywords": [],
M
Mars Liu 已提交
1144
                            "children": [],
M
Mars Liu 已提交
1145
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1146 1147 1148 1149 1150 1151 1152 1153 1154
                            "title": "JDBC技术"
                          }
                        },
                        {
                          "JDBC驱动程序的类型": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "JDBC驱动程序的类型"
F
feilong 已提交
1155 1156 1157 1158 1159 1160
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1161 1162
                    "数据库操作": {
                      "node_id": "java-fd66a76b04b84d8da4454f6f9728aca0",
M
Mars Liu 已提交
1163 1164 1165 1166 1167 1168 1169 1170
                      "keywords": [
                        "数据库",
                        "操作",
                        "添加",
                        "修改",
                        "删除",
                        "查询"
                      ],
F
feilong 已提交
1171 1172
                      "children": [
                        {
M
Mars Liu 已提交
1173
                          "数据库基础": {
F
feilong 已提交
1174
                            "keywords": [],
M
Mars Liu 已提交
1175
                            "children": [],
M
Mars Liu 已提交
1176 1177
                            "node_id": "java-bd09b1ca4af648e2a5435f96d4704e4b",
                            "title": "数据库基础"
F
feilong 已提交
1178 1179 1180
                          }
                        },
                        {
M
Mars Liu 已提交
1181
                          "数据查询": {
F
feilong 已提交
1182
                            "keywords": [],
M
Mars Liu 已提交
1183
                            "children": [],
M
Mars Liu 已提交
1184
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1185
                            "title": "数据查询"
F
feilong 已提交
1186 1187 1188
                          }
                        },
                        {
M
Mars Liu 已提交
1189
                          "动态查询": {
F
feilong 已提交
1190
                            "keywords": [],
M
Mars Liu 已提交
1191
                            "children": [],
M
Mars Liu 已提交
1192
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1193
                            "title": "动态查询"
F
feilong 已提交
1194 1195 1196
                          }
                        },
                        {
M
Mars Liu 已提交
1197
                          "添加、修改、删除记录": {
F
feilong 已提交
1198
                            "keywords": [],
M
Mars Liu 已提交
1199 1200
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1201 1202 1203
                          }
                        },
                        {
M
Mars Liu 已提交
1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233
                          "数据库基础知识": {
                            "keywords": [],
                            "children": [
                              {
                                "什么是数据库": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "数据库的种类及功能": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              },
                              {
                                "SQL语言": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "向数据库发送SQL语句": {
F
feilong 已提交
1234
                            "keywords": [],
M
Mars Liu 已提交
1235 1236
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1237
                          }
M
Mars Liu 已提交
1238
                        },
F
feilong 已提交
1239
                        {
M
Mars Liu 已提交
1240
                          "处理查询结果集": {
F
feilong 已提交
1241
                            "keywords": [],
M
Mars Liu 已提交
1242
                            "children": [],
M
Mars Liu 已提交
1243
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1244 1245 1246
                          }
                        },
                        {
M
Mars Liu 已提交
1247
                          "顺序查询": {
F
feilong 已提交
1248
                            "keywords": [],
M
Mars Liu 已提交
1249
                            "children": [],
M
Mars Liu 已提交
1250
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1251 1252 1253
                          }
                        },
                        {
M
Mars Liu 已提交
1254
                          "模糊查询": {
F
feilong 已提交
1255
                            "keywords": [],
M
Mars Liu 已提交
1256
                            "children": [],
M
Mars Liu 已提交
1257
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1258 1259 1260
                          }
                        },
                        {
M
Mars Liu 已提交
1261
                          "预处理语句": {
F
feilong 已提交
1262
                            "keywords": [],
M
Mars Liu 已提交
1263 1264
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1265 1266 1267 1268
                          }
                        }
                      ]
                    }
M
Mars Liu 已提交
1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283
                  }
                ]
              }
            },
            {
              "NIO": {
                "node_id": "java-3f06cb54c165459b85d0c7f225e6acb7",
                "keywords": [],
                "children": [
                  {
                    "NIO概述": {
                      "node_id": "java-5daee2a48ed2413fa38467811ea5ee23",
                      "keywords": [],
                      "children": []
                    }
F
feilong 已提交
1284 1285
                  },
                  {
M
Mars Liu 已提交
1286 1287
                    "Buffer(缓冲器)": {
                      "node_id": "java-e622e94340ee4f00ae2aec33047cb19f",
F
feilong 已提交
1288 1289 1290 1291 1292
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1293 1294
                    "Channel(通道)": {
                      "node_id": "java-1cbb9d1ea7c74caeaf8d88c2aad75965",
F
feilong 已提交
1295 1296 1297 1298
                      "keywords": [],
                      "children": []
                    }
                  },
M
Mars Liu 已提交
1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315
                  {
                    "字符集和Charset": {
                      "node_id": "java-984b508fc9a54650aa9509eeb198f925",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "文件锁": {
                      "node_id": "java-338c2cfa55b346a0a0cd4dfc61c40ae6",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "Path接口": {
                      "node_id": "java-386113b4f6274eb591e1f01b39f0c8ce",
M
Mars Liu 已提交
1316 1317 1318 1319
                      "keywords": [
                        "Paths",
                        "Path"
                      ],
M
Mars Liu 已提交
1320 1321 1322 1323 1324 1325
                      "children": []
                    }
                  },
                  {
                    "Files工具类": {
                      "node_id": "java-868e1323bfdf4c239a6552a45a30d48d",
F
feilong 已提交
1326 1327 1328 1329 1330 1331 1332 1333
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1334 1335
              "网络编程": {
                "node_id": "java-94b280240e7c4f67b1512eb20fd9beaa",
F
feilong 已提交
1336 1337 1338
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
1339 1340
                    "网络编程基础": {
                      "node_id": "java-59e7173695814c90858bc221e8688329",
M
Mars Liu 已提交
1341 1342 1343 1344 1345
                      "keywords": [
                        "网络",
                        "通信",
                        "协议"
                      ],
F
feilong 已提交
1346 1347
                      "children": [
                        {
M
Mars Liu 已提交
1348
                          "网络通信协议": {
F
feilong 已提交
1349
                            "keywords": [],
M
Mars Liu 已提交
1350
                            "children": [],
M
Mars Liu 已提交
1351 1352
                            "node_id": "java-8573a8cf4f914940b790785687f38b34",
                            "title": "网络通信协议"
F
feilong 已提交
1353 1354 1355
                          }
                        },
                        {
M
Mars Liu 已提交
1356
                          "IP地址和端口号": {
F
feilong 已提交
1357
                            "keywords": [],
M
Mars Liu 已提交
1358
                            "children": [],
M
Mars Liu 已提交
1359
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1360
                            "title": "IP地址和端口号"
F
feilong 已提交
1361 1362 1363
                          }
                        },
                        {
M
Mars Liu 已提交
1364
                          "InetAddress": {
F
feilong 已提交
1365
                            "keywords": [],
M
Mars Liu 已提交
1366
                            "children": [],
M
Mars Liu 已提交
1367
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1368
                            "title": "InetAddress"
F
feilong 已提交
1369 1370 1371
                          }
                        },
                        {
M
Mars Liu 已提交
1372
                          "UDP与TCP协议": {
F
feilong 已提交
1373
                            "keywords": [],
M
Mars Liu 已提交
1374 1375
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1376 1377 1378 1379 1380 1381
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1382 1383
                    "UDP通信": {
                      "node_id": "java-f031c1ea305e4617bb1d9f2c4d41f009",
F
feilong 已提交
1384 1385 1386
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1387
                          "UDP通信简介": {
F
feilong 已提交
1388
                            "keywords": [],
M
Mars Liu 已提交
1389
                            "children": [],
M
Mars Liu 已提交
1390 1391
                            "node_id": "java-9118d12d817b45e5a69ecdaca6283d01",
                            "title": "UDP通信简介"
F
feilong 已提交
1392 1393 1394
                          }
                        },
                        {
M
Mars Liu 已提交
1395
                          "DatagramPacket": {
F
feilong 已提交
1396
                            "keywords": [],
M
Mars Liu 已提交
1397
                            "children": [],
M
Mars Liu 已提交
1398
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1399
                            "title": "DatagramPacket"
F
feilong 已提交
1400 1401 1402
                          }
                        },
                        {
M
Mars Liu 已提交
1403
                          "DatagramSocket": {
F
feilong 已提交
1404
                            "keywords": [],
M
Mars Liu 已提交
1405
                            "children": [],
M
Mars Liu 已提交
1406
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1407
                            "title": "DatagramSocket"
F
feilong 已提交
1408 1409 1410
                          }
                        },
                        {
M
Mars Liu 已提交
1411 1412 1413 1414 1415 1416 1417 1418
                          "UDP网络程序": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "UDP案例——聊天程序": {
F
feilong 已提交
1419
                            "keywords": [],
M
Mars Liu 已提交
1420 1421
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1422 1423 1424 1425 1426 1427
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1428 1429
                    "TCP通信": {
                      "node_id": "java-d1499a6f75a04d038344ce776d1c658a",
F
feilong 已提交
1430 1431 1432
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1433
                          "TCP通信简介": {
F
feilong 已提交
1434
                            "keywords": [],
M
Mars Liu 已提交
1435
                            "children": [],
M
Mars Liu 已提交
1436 1437
                            "node_id": "java-8664d9e4dcc04e77a24cfd6445635315",
                            "title": "TCP通信简介"
F
feilong 已提交
1438 1439 1440
                          }
                        },
                        {
M
Mars Liu 已提交
1441
                          "ServerSocket": {
F
feilong 已提交
1442
                            "keywords": [],
M
Mars Liu 已提交
1443
                            "children": [],
M
Mars Liu 已提交
1444
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1445
                            "title": "ServerSocket"
F
feilong 已提交
1446 1447 1448
                          }
                        },
                        {
M
Mars Liu 已提交
1449
                          "Socket": {
F
feilong 已提交
1450
                            "keywords": [],
M
Mars Liu 已提交
1451
                            "children": [],
M
Mars Liu 已提交
1452
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1453
                            "title": "Socket"
F
feilong 已提交
1454 1455 1456
                          }
                        },
                        {
M
Mars Liu 已提交
1457
                          "简单的TCP网络程序": {
F
feilong 已提交
1458
                            "keywords": [],
M
Mars Liu 已提交
1459 1460
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1461 1462 1463
                          }
                        },
                        {
M
Mars Liu 已提交
1464
                          "多线程的TCP网络程序": {
F
feilong 已提交
1465
                            "keywords": [],
M
Mars Liu 已提交
1466 1467
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1468 1469 1470
                          }
                        },
                        {
M
Mars Liu 已提交
1471
                          "TCP案例——文件上传": {
F
feilong 已提交
1472
                            "keywords": [],
M
Mars Liu 已提交
1473 1474
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1475 1476 1477 1478 1479 1480
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1481 1482
                    "网络编程的基础知识": {
                      "node_id": "java-0a41df2154834670a9facf2ff7530d6b",
F
feilong 已提交
1483 1484 1485
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1486
                          "网络基础知识": {
F
feilong 已提交
1487
                            "keywords": [],
M
Mars Liu 已提交
1488
                            "children": [],
M
Mars Liu 已提交
1489 1490
                            "node_id": "java-1cf4ca055b604ea49c6b762596371c71",
                            "title": "网络基础知识"
F
feilong 已提交
1491
                          }
M
Mars Liu 已提交
1492 1493 1494 1495 1496 1497 1498 1499 1500
                        }
                      ]
                    }
                  },
                  {
                    "Java的基本网络支持": {
                      "node_id": "java-1e8ef0cdeec443d8addaaa79b760c6b1",
                      "keywords": [],
                      "children": [
F
feilong 已提交
1501
                        {
M
Mars Liu 已提交
1502
                          "使用URLDecoder和URLEncoder": {
F
feilong 已提交
1503
                            "keywords": [],
M
Mars Liu 已提交
1504
                            "children": [],
M
Mars Liu 已提交
1505 1506
                            "node_id": "java-f880ae75add64feaae9a85ea7c9367b2",
                            "title": "使用URLDecoder和URLEncoder"
F
feilong 已提交
1507 1508 1509
                          }
                        },
                        {
M
Mars Liu 已提交
1510
                          "URL、URLConnection和URLPermission": {
F
feilong 已提交
1511
                            "keywords": [],
M
Mars Liu 已提交
1512
                            "children": [],
M
Mars Liu 已提交
1513 1514
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "URL、URLConnection和URLPermission"
F
feilong 已提交
1515 1516 1517 1518 1519 1520
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1521 1522
                    "基于TCP协议的网络编程": {
                      "node_id": "java-a89aa3ff88c1429396c8c20e12c17801",
F
feilong 已提交
1523 1524 1525
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1526
                          "TCP协议基础": {
F
feilong 已提交
1527
                            "keywords": [],
M
Mars Liu 已提交
1528
                            "children": [],
M
Mars Liu 已提交
1529 1530
                            "node_id": "java-7e9947e48fc6409b93ba1e3b5002e247",
                            "title": "TCP协议基础"
F
feilong 已提交
1531 1532 1533
                          }
                        },
                        {
M
Mars Liu 已提交
1534
                          "使用ServerSocket创建TCP服务器端": {
F
feilong 已提交
1535
                            "keywords": [],
M
Mars Liu 已提交
1536
                            "children": [],
M
Mars Liu 已提交
1537
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1538
                            "title": "使用ServerSocket创建TCP服务器端"
F
feilong 已提交
1539 1540 1541
                          }
                        },
                        {
M
Mars Liu 已提交
1542
                          "使用Socket进行通信": {
F
feilong 已提交
1543
                            "keywords": [],
M
Mars Liu 已提交
1544
                            "children": [],
M
Mars Liu 已提交
1545
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1546
                            "title": "使用Socket进行通信"
F
feilong 已提交
1547 1548 1549
                          }
                        },
                        {
M
Mars Liu 已提交
1550
                          "记录用户信息": {
F
feilong 已提交
1551
                            "keywords": [],
M
Mars Liu 已提交
1552 1553
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1554 1555 1556
                          }
                        },
                        {
M
Mars Liu 已提交
1557
                          "半关闭的Socket": {
F
feilong 已提交
1558
                            "keywords": [],
M
Mars Liu 已提交
1559 1560
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1561 1562 1563
                          }
                        },
                        {
M
Mars Liu 已提交
1564
                          "使用NIO实现非阻塞Socket通信": {
F
feilong 已提交
1565
                            "keywords": [],
M
Mars Liu 已提交
1566 1567
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1568 1569 1570
                          }
                        },
                        {
M
Mars Liu 已提交
1571
                          "使用AIO实现非阻塞通信": {
F
feilong 已提交
1572
                            "keywords": [],
M
Mars Liu 已提交
1573 1574
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1575 1576 1577 1578 1579 1580
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1581 1582
                    "基于UDP协议的网络编程": {
                      "node_id": "java-e424fbf24fc84b339db1b836c54ce647",
F
feilong 已提交
1583 1584 1585
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1586
                          "UDP协议基础": {
F
feilong 已提交
1587
                            "keywords": [],
M
Mars Liu 已提交
1588
                            "children": [],
M
Mars Liu 已提交
1589 1590
                            "node_id": "java-f28b8ebe51b34e4db9b94cfa6b0cbac7",
                            "title": "UDP协议基础"
F
feilong 已提交
1591 1592 1593
                          }
                        },
                        {
M
Mars Liu 已提交
1594
                          "使用DatagramSocket发送、接收数据": {
F
feilong 已提交
1595
                            "keywords": [],
M
Mars Liu 已提交
1596
                            "children": [],
M
Mars Liu 已提交
1597
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1598
                            "title": "使用DatagramSocket发送、接收数据"
F
feilong 已提交
1599 1600 1601
                          }
                        },
                        {
M
Mars Liu 已提交
1602
                          "使用MulticastSocket实现多点广播": {
F
feilong 已提交
1603
                            "keywords": [],
M
Mars Liu 已提交
1604
                            "children": [],
M
Mars Liu 已提交
1605
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1606
                            "title": "使用MulticastSocket实现多点广播"
F
feilong 已提交
1607 1608 1609 1610 1611 1612
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1613 1614
                    "使用代理服务器": {
                      "node_id": "java-cb9fdf69e28f40aca9ef741b9c8bc925",
F
feilong 已提交
1615 1616 1617
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1618
                          "直接使用Proxy创建连接": {
F
feilong 已提交
1619
                            "keywords": [],
M
Mars Liu 已提交
1620
                            "children": [],
M
Mars Liu 已提交
1621 1622
                            "node_id": "java-367580927af845268b72979f1e1e16be",
                            "title": "直接使用Proxy创建连接"
F
feilong 已提交
1623 1624 1625
                          }
                        },
                        {
M
Mars Liu 已提交
1626
                          "使用ProxySelector自动选择代理服务器": {
F
feilong 已提交
1627
                            "keywords": [],
M
Mars Liu 已提交
1628
                            "children": [],
M
Mars Liu 已提交
1629
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1630
                            "title": "使用ProxySelector自动选择代理服务器"
F
feilong 已提交
1631 1632 1633 1634 1635 1636
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1637 1638
                    "Java 11标准化的HTTP Client": {
                      "node_id": "java-dd60957a0a7f4155a68aea7c6807d504",
M
Mars Liu 已提交
1639 1640 1641 1642 1643 1644 1645 1646
                      "keywords": [
                        "websocket",
                        "get",
                        "post",
                        "delete",
                        "put",
                        "请求"
                      ],
F
feilong 已提交
1647 1648
                      "children": [
                        {
M
Mars Liu 已提交
1649
                          "发送同步GET请求": {
F
feilong 已提交
1650
                            "keywords": [],
M
Mars Liu 已提交
1651
                            "children": [],
M
Mars Liu 已提交
1652 1653
                            "node_id": "java-01931200f6684a0bba54c8fe79070301",
                            "title": "发送同步GET请求"
F
feilong 已提交
1654 1655 1656
                          }
                        },
                        {
M
Mars Liu 已提交
1657
                          "发送带请求体的请求": {
F
feilong 已提交
1658
                            "keywords": [],
M
Mars Liu 已提交
1659
                            "children": [],
M
Mars Liu 已提交
1660
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1661
                            "title": "发送带请求体的请求"
F
feilong 已提交
1662 1663 1664
                          }
                        },
                        {
M
Mars Liu 已提交
1665
                          "发送异步请求": {
F
feilong 已提交
1666
                            "keywords": [],
M
Mars Liu 已提交
1667
                            "children": [],
M
Mars Liu 已提交
1668
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1669
                            "title": "发送异步请求"
F
feilong 已提交
1670 1671 1672
                          }
                        },
                        {
M
Mars Liu 已提交
1673 1674 1675 1676 1677 1678 1679 1680
                          "WebSocket客户端支持": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "基于WebSocket的多人实时聊天": {
F
feilong 已提交
1681
                            "keywords": [],
M
Mars Liu 已提交
1682 1683
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1684 1685 1686 1687 1688 1689 1690 1691 1692
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1693 1694
              "类型信息": {
                "node_id": "java-7b912e7b9d1547e9ba78b26cb78e254c",
F
feilong 已提交
1695 1696 1697
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
1698 1699
                    "Class对象": {
                      "node_id": "java-1133afe68c004a0ea2ad957f0acb061e",
F
feilong 已提交
1700 1701 1702
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
1703
                          "类字面常量": {
F
feilong 已提交
1704
                            "keywords": [],
M
Mars Liu 已提交
1705
                            "children": [],
M
Mars Liu 已提交
1706 1707
                            "node_id": "java-b94faa1fac2c4ffe8f8fcbdc8fc89ee9",
                            "title": "类字面常量"
F
feilong 已提交
1708 1709 1710
                          }
                        },
                        {
M
Mars Liu 已提交
1711
                          "泛化的Class引用": {
F
feilong 已提交
1712
                            "keywords": [],
M
Mars Liu 已提交
1713
                            "children": [],
M
Mars Liu 已提交
1714
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1715
                            "title": "泛化的Class引用"
F
feilong 已提交
1716 1717 1718
                          }
                        },
                        {
M
Mars Liu 已提交
1719
                          "新的转型语法": {
F
feilong 已提交
1720
                            "keywords": [],
M
Mars Liu 已提交
1721
                            "children": [],
M
Mars Liu 已提交
1722
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1723
                            "title": "新的转型语法"
F
feilong 已提交
1724 1725 1726 1727 1728 1729
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1730 1731
                    "类型转换前先做检查": {
                      "node_id": "java-48593d705752415e95c42b09d36bc2a4",
M
Mars Liu 已提交
1732 1733 1734
                      "keywords": [
                        "instanceof"
                      ],
F
feilong 已提交
1735 1736
                      "children": [
                        {
M
Mars Liu 已提交
1737
                          "使用类字面常量": {
F
feilong 已提交
1738
                            "keywords": [],
M
Mars Liu 已提交
1739
                            "children": [],
M
Mars Liu 已提交
1740 1741
                            "node_id": "java-76e90c4c1397452b9569be2a05553053",
                            "title": "使用类字面常量"
F
feilong 已提交
1742 1743 1744
                          }
                        },
                        {
M
Mars Liu 已提交
1745
                          "动态instanceof": {
F
feilong 已提交
1746
                            "keywords": [],
M
Mars Liu 已提交
1747
                            "children": [],
M
Mars Liu 已提交
1748
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1749
                            "title": "动态instanceof"
F
feilong 已提交
1750 1751 1752
                          }
                        },
                        {
M
Mars Liu 已提交
1753
                          "递归计数": {
F
feilong 已提交
1754
                            "keywords": [],
M
Mars Liu 已提交
1755
                            "children": [],
M
Mars Liu 已提交
1756
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1757
                            "title": "递归计数"
F
feilong 已提交
1758
                          }
M
Mars Liu 已提交
1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779
                        }
                      ]
                    }
                  },
                  {
                    "注册工厂": {
                      "node_id": "java-c4cbf0c25cbf47c4892a5f6635be9826",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "instanceof与Class的等价性": {
                      "node_id": "java-feca89c3fb9e4bcaba3f1f95e8ad4753",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "反射:运行时类信息": {
                      "node_id": "java-42b26ca8a2384dcfb02fca6e159ace67",
M
Mars Liu 已提交
1780 1781 1782
                      "keywords": [
                        "annotation"
                      ],
M
Mars Liu 已提交
1783
                      "children": [
F
feilong 已提交
1784
                        {
M
Mars Liu 已提交
1785
                          "类方法抽取器": {
F
feilong 已提交
1786
                            "keywords": [],
M
Mars Liu 已提交
1787
                            "children": [],
M
Mars Liu 已提交
1788 1789
                            "node_id": "java-aa383e03d51a4ea588ee1b04192ab556",
                            "title": "类方法抽取器"
F
feilong 已提交
1790 1791 1792
                          }
                        },
                        {
M
Mars Liu 已提交
1793
                          "Class类与Java反射": {
F
feilong 已提交
1794 1795 1796
                            "keywords": [],
                            "children": [
                              {
M
Mars Liu 已提交
1797 1798 1799 1800 1801 1802 1803 1804 1805
                                "访问构造方法": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                                  "title": "访问构造方法"
                                }
                              },
                              {
                                "访问成员变量": {
F
feilong 已提交
1806
                                  "keywords": [],
M
Mars Liu 已提交
1807 1808
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1809 1810 1811
                                }
                              },
                              {
M
Mars Liu 已提交
1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828
                                "访问方法": {
                                  "keywords": [],
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                                }
                              }
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "Class类与Java反射"
                          }
                        },
                        {
                          "使用Annotation功能": {
                            "keywords": [],
                            "children": [
                              {
                                "定义Annotation类型": {
F
feilong 已提交
1829
                                  "keywords": [],
M
Mars Liu 已提交
1830 1831
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1832 1833 1834
                                }
                              },
                              {
M
Mars Liu 已提交
1835
                                "访问Annotation信息": {
F
feilong 已提交
1836
                                  "keywords": [],
M
Mars Liu 已提交
1837 1838
                                  "children": [],
                                  "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1839 1840
                                }
                              }
M
Mars Liu 已提交
1841 1842
                            ],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1843 1844 1845
                          }
                        },
                        {
M
Mars Liu 已提交
1846
                          "声明异常入门": {
F
feilong 已提交
1847
                            "keywords": [],
M
Mars Liu 已提交
1848 1849
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1850 1851 1852
                          }
                        },
                        {
M
Mars Liu 已提交
1853
                          "资源": {
F
feilong 已提交
1854
                            "keywords": [],
M
Mars Liu 已提交
1855 1856
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1857 1858 1859
                          }
                        },
                        {
M
Mars Liu 已提交
1860
                          "利用反射分析类的能力": {
F
feilong 已提交
1861
                            "keywords": [],
M
Mars Liu 已提交
1862 1863
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1864 1865 1866
                          }
                        },
                        {
M
Mars Liu 已提交
1867
                          "使用反射在运行时分析": {
F
feilong 已提交
1868
                            "keywords": [],
M
Mars Liu 已提交
1869 1870
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1871 1872 1873
                          }
                        },
                        {
M
Mars Liu 已提交
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902
                          "使用反射编写泛型数组": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "访问字段": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "调用方法": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "调用构造方法": {
                            "keywords": [],
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
                          }
                        },
                        {
                          "获取继承关系": {
F
feilong 已提交
1903
                            "keywords": [],
M
Mars Liu 已提交
1904 1905
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
1906 1907 1908 1909 1910 1911
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
1912 1913
                    "动态代理": {
                      "node_id": "java-f7be740717c442c4a489a8c8d675f38c",
F
feilong 已提交
1914 1915 1916 1917 1918
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1919 1920
                    "空对象": {
                      "node_id": "java-dec42155c7904f7e9d00a37b5013470d",
F
feilong 已提交
1921
                      "keywords": [],
M
Mars Liu 已提交
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931
                      "children": [
                        {
                          "模拟对象与桩": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-0109d4ae23934645bc817fd2ac423854",
                            "title": "模拟对象与桩"
                          }
                        }
                      ]
F
feilong 已提交
1932
                    }
M
Mars Liu 已提交
1933 1934 1935 1936 1937
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
1938
              "深入研究容器": {
M
Mars Liu 已提交
1939 1940 1941
                "node_id": "java-ca51e8798bc84a47b13a58c8d734ac34",
                "keywords": [],
                "children": [
F
feilong 已提交
1942
                  {
M
Mars Liu 已提交
1943 1944
                    "Collection的功能方法": {
                      "node_id": "java-e4ee5c02d364431f901c2851e2bebdc0",
F
feilong 已提交
1945 1946 1947 1948 1949
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
1950 1951
                    "List的功能方法": {
                      "node_id": "java-6a6a4fabc4e34b5d985e4787fda4793f",
F
feilong 已提交
1952
                      "keywords": [],
M
Mars Liu 已提交
1953
                      "children": []
F
feilong 已提交
1954 1955 1956
                    }
                  },
                  {
M
Mars Liu 已提交
1957 1958
                    "Set和存储顺序": {
                      "node_id": "java-d29c64a86fbb49b88cc2eaa7b39375b4",
F
feilong 已提交
1959
                      "keywords": [],
M
Mars Liu 已提交
1960 1961 1962
                      "children": []
                    }
                  },
F
feilong 已提交
1963
                  {
M
Mars Liu 已提交
1964 1965
                    "队列": {
                      "node_id": "java-3b1d3953fd724d1f87c1e95918bc2d0c",
M
Mars Liu 已提交
1966 1967 1968 1969
                      "keywords": [
                        "队列",
                        "queue"
                      ],
F
feilong 已提交
1970 1971
                      "children": [
                        {
M
Mars Liu 已提交
1972
                          "优先级队列": {
F
feilong 已提交
1973
                            "keywords": [],
M
Mars Liu 已提交
1974
                            "children": [],
M
Mars Liu 已提交
1975 1976
                            "node_id": "java-ed2bb9f0663541629eccc6d1f8fa78fb",
                            "title": "优先级队列"
F
feilong 已提交
1977 1978 1979
                          }
                        },
                        {
M
Mars Liu 已提交
1980
                          "双向队列": {
F
feilong 已提交
1981
                            "keywords": [],
M
Mars Liu 已提交
1982
                            "children": [],
M
Mars Liu 已提交
1983
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000
                            "title": "双向队列"
                          }
                        }
                      ]
                    }
                  },
                  {
                    "理解Map": {
                      "node_id": "java-154f1448c9f04d7d950de1273760288f",
                      "keywords": [],
                      "children": [
                        {
                          "性能": {
                            "keywords": [],
                            "children": [],
                            "node_id": "java-8e3af4dbb58c4465921095cd49a8ebce",
                            "title": "性能"
F
feilong 已提交
2001 2002 2003
                          }
                        },
                        {
M
Mars Liu 已提交
2004
                          "SortedMap": {
F
feilong 已提交
2005
                            "keywords": [],
M
Mars Liu 已提交
2006
                            "children": [],
M
Mars Liu 已提交
2007
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2008
                            "title": "SortedMap"
F
feilong 已提交
2009 2010 2011
                          }
                        },
                        {
M
Mars Liu 已提交
2012
                          "LinkedHashMap": {
F
feilong 已提交
2013
                            "keywords": [],
M
Mars Liu 已提交
2014
                            "children": [],
M
Mars Liu 已提交
2015 2016
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "LinkedHashMap"
F
feilong 已提交
2017 2018 2019 2020 2021 2022
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2023 2024
                    "选择接口的不同实现": {
                      "node_id": "java-553c2f460603478f9d4047e1b4d78af1",
F
feilong 已提交
2025 2026 2027
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2028
                          "性能测试框架": {
F
feilong 已提交
2029
                            "keywords": [],
M
Mars Liu 已提交
2030
                            "children": [],
M
Mars Liu 已提交
2031 2032
                            "node_id": "java-6170302493d94af4a4a2377fb349b30a",
                            "title": "性能测试框架"
F
feilong 已提交
2033 2034 2035
                          }
                        },
                        {
M
Mars Liu 已提交
2036
                          "对List的选择": {
F
feilong 已提交
2037
                            "keywords": [],
M
Mars Liu 已提交
2038
                            "children": [],
M
Mars Liu 已提交
2039
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2040
                            "title": "对List的选择"
F
feilong 已提交
2041 2042 2043
                          }
                        },
                        {
M
Mars Liu 已提交
2044
                          "微基准测试的危险": {
F
feilong 已提交
2045
                            "keywords": [],
M
Mars Liu 已提交
2046
                            "children": [],
M
Mars Liu 已提交
2047
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2048
                            "title": "微基准测试的危险"
F
feilong 已提交
2049 2050 2051
                          }
                        },
                        {
M
Mars Liu 已提交
2052
                          "对Set的选择": {
F
feilong 已提交
2053
                            "keywords": [],
M
Mars Liu 已提交
2054 2055
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2056 2057 2058
                          }
                        },
                        {
M
Mars Liu 已提交
2059
                          "对Map的选择": {
F
feilong 已提交
2060
                            "keywords": [],
M
Mars Liu 已提交
2061 2062
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2063 2064 2065 2066 2067 2068
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2069
                    "Collections实用方法": {
M
Mars Liu 已提交
2070
                      "node_id": "java-3805023f872947c4874b6e7bab06c1a7",
F
feilong 已提交
2071 2072 2073
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2074
                          "List的排序和查询": {
F
feilong 已提交
2075
                            "keywords": [],
M
Mars Liu 已提交
2076
                            "children": [],
M
Mars Liu 已提交
2077 2078
                            "node_id": "java-3bdeb8d490114bcd856b7da73e037dad",
                            "title": "List的排序和查询"
F
feilong 已提交
2079
                          }
M
Mars Liu 已提交
2080
                        },
F
feilong 已提交
2081
                        {
M
Mars Liu 已提交
2082
                          "设定Collection或Map为不可修改": {
F
feilong 已提交
2083
                            "keywords": [],
M
Mars Liu 已提交
2084
                            "children": [],
M
Mars Liu 已提交
2085 2086
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "设定Collection或Map为不可修改"
F
feilong 已提交
2087 2088 2089
                          }
                        },
                        {
M
Mars Liu 已提交
2090
                          "Collection或Map的同步控制": {
F
feilong 已提交
2091
                            "keywords": [],
M
Mars Liu 已提交
2092
                            "children": [],
M
Mars Liu 已提交
2093
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2094
                            "title": "Collection或Map的同步控制"
F
feilong 已提交
2095 2096 2097 2098
                          }
                        }
                      ]
                    }
M
Mars Liu 已提交
2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112
                  }
                ]
              }
            },
            {
              "注解": {
                "node_id": "java-baada6303aca42f0b2f7882a3446fdf9",
                "keywords": [],
                "children": [
                  {
                    "基本语法": {
                      "node_id": "java-132c631a618e4828b4c69316d6163ec3",
                      "keywords": [],
                      "children": [
F
feilong 已提交
2113
                        {
M
Mars Liu 已提交
2114
                          "定义注解": {
F
feilong 已提交
2115
                            "keywords": [],
M
Mars Liu 已提交
2116
                            "children": [],
M
Mars Liu 已提交
2117 2118
                            "node_id": "java-98201a6f1e8a445ea49972461f824686",
                            "title": "定义注解"
F
feilong 已提交
2119 2120 2121
                          }
                        },
                        {
M
Mars Liu 已提交
2122
                          "元注解": {
F
feilong 已提交
2123
                            "keywords": [],
M
Mars Liu 已提交
2124
                            "children": [],
M
Mars Liu 已提交
2125 2126
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "元注解"
F
feilong 已提交
2127 2128 2129 2130 2131 2132
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2133 2134 2135 2136 2137 2138 2139 2140 2141
                    "使用apt处理注解": {
                      "node_id": "java-8b0806d4d89948598ac95e5c19b53298",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "基于注解的单元测试": {
                      "node_id": "java-352f523c7ad54583a0097cf171015d83",
F
feilong 已提交
2142 2143 2144
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2145
                          "将@Unit用于泛型": {
F
feilong 已提交
2146
                            "keywords": [],
M
Mars Liu 已提交
2147
                            "children": [],
M
Mars Liu 已提交
2148 2149
                            "node_id": "java-14e84a2913724dfc9e77bf2cd2dfc17c",
                            "title": "将@Unit用于泛型"
F
feilong 已提交
2150 2151 2152
                          }
                        },
                        {
M
Mars Liu 已提交
2153
                          "不需要任何“套件”": {
F
feilong 已提交
2154
                            "keywords": [],
M
Mars Liu 已提交
2155
                            "children": [],
M
Mars Liu 已提交
2156
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2157
                            "title": "不需要任何“套件”"
F
feilong 已提交
2158 2159 2160
                          }
                        },
                        {
M
Mars Liu 已提交
2161
                          "实现@Unit": {
F
feilong 已提交
2162
                            "keywords": [],
M
Mars Liu 已提交
2163
                            "children": [],
M
Mars Liu 已提交
2164
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2165
                            "title": "实现@Unit"
F
feilong 已提交
2166 2167 2168
                          }
                        },
                        {
M
Mars Liu 已提交
2169
                          "移除测试代码": {
F
feilong 已提交
2170
                            "keywords": [],
M
Mars Liu 已提交
2171 2172
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2173 2174 2175 2176 2177 2178 2179 2180 2181
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
2182
              "并发": {
M
Mars Liu 已提交
2183
                "node_id": "java-2477cdd2265348da836b2116f5fe73b6",
F
feilong 已提交
2184 2185 2186
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
2187
                    "并发的定义": {
M
Mars Liu 已提交
2188
                      "node_id": "java-66090dfe673e48a5a14c6ee846c4fc97",
F
feilong 已提交
2189 2190 2191
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2192
                          "更快的执行": {
F
feilong 已提交
2193
                            "keywords": [],
M
Mars Liu 已提交
2194
                            "children": [],
M
Mars Liu 已提交
2195 2196
                            "node_id": "java-4f4e7e1bf6714da0a24705e5cb433e71",
                            "title": "更快的执行"
F
feilong 已提交
2197 2198 2199
                          }
                        },
                        {
M
Mars Liu 已提交
2200
                          "改进代码设计": {
F
feilong 已提交
2201
                            "keywords": [],
M
Mars Liu 已提交
2202
                            "children": [],
M
Mars Liu 已提交
2203
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2204
                            "title": "改进代码设计"
F
feilong 已提交
2205 2206 2207 2208 2209 2210
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2211 2212
                    "线程属性": {
                      "node_id": "java-785476f0c71e437cadeb502a74dd86ed",
M
Mars Liu 已提交
2213 2214 2215
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2216
                          "中断线程": {
M
Mars Liu 已提交
2217 2218
                            "keywords": [],
                            "children": [],
M
Mars Liu 已提交
2219 2220
                            "node_id": "java-689a856b2abb4cbb93fe6252c2eab816",
                            "title": "中断线程"
M
Mars Liu 已提交
2221
                          }
F
feilong 已提交
2222 2223
                        },
                        {
M
Mars Liu 已提交
2224
                          "守护线程": {
F
feilong 已提交
2225
                            "keywords": [],
M
Mars Liu 已提交
2226
                            "children": [],
M
Mars Liu 已提交
2227
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2228
                            "title": "守护线程"
F
feilong 已提交
2229 2230 2231
                          }
                        },
                        {
M
Mars Liu 已提交
2232
                          "线程名": {
F
feilong 已提交
2233
                            "keywords": [],
M
Mars Liu 已提交
2234
                            "children": [],
M
Mars Liu 已提交
2235
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2236
                            "title": "线程名"
F
feilong 已提交
2237 2238 2239
                          }
                        },
                        {
M
Mars Liu 已提交
2240
                          "未捕获异常的处理器": {
F
feilong 已提交
2241
                            "keywords": [],
M
Mars Liu 已提交
2242 2243
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2244
                          }
M
Mars Liu 已提交
2245 2246 2247 2248 2249
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2250 2251
                    "线程状态": {
                      "node_id": "java-7a4a0e08d7424b5896f2325f732bdeee",
M
Mars Liu 已提交
2252 2253 2254
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2255
                          "新建线程": {
M
Mars Liu 已提交
2256 2257
                            "keywords": [],
                            "children": [],
M
Mars Liu 已提交
2258 2259
                            "node_id": "java-f1fece37484743eeab27863607dd9fde",
                            "title": "新建线程"
M
Mars Liu 已提交
2260
                          }
F
feilong 已提交
2261 2262
                        },
                        {
M
Mars Liu 已提交
2263
                          "可运行线程": {
F
feilong 已提交
2264
                            "keywords": [],
M
Mars Liu 已提交
2265
                            "children": [],
M
Mars Liu 已提交
2266
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2267
                            "title": "可运行线程"
F
feilong 已提交
2268 2269 2270
                          }
                        },
                        {
M
Mars Liu 已提交
2271
                          "阻塞和等待线程": {
F
feilong 已提交
2272
                            "keywords": [],
M
Mars Liu 已提交
2273
                            "children": [],
M
Mars Liu 已提交
2274
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2275
                            "title": "阻塞和等待线程"
F
feilong 已提交
2276 2277 2278
                          }
                        },
                        {
M
Mars Liu 已提交
2279
                          "终止线程": {
F
feilong 已提交
2280
                            "keywords": [],
M
Mars Liu 已提交
2281 2282
                            "children": [],
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2283 2284 2285 2286 2287 2288
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2289 2290
                    "线程之间的协作": {
                      "node_id": "java-5e82993df31e4989ac4b128c08cf0823",
F
feilong 已提交
2291 2292 2293
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2294
                          "wait()与notifyAll()": {
F
feilong 已提交
2295
                            "keywords": [],
M
Mars Liu 已提交
2296
                            "children": [],
M
Mars Liu 已提交
2297 2298
                            "node_id": "java-5c28af969c6b4771825c907aac1480b0",
                            "title": "wait()与notifyAll()"
F
feilong 已提交
2299
                          }
M
Mars Liu 已提交
2300
                        },
F
feilong 已提交
2301
                        {
M
Mars Liu 已提交
2302
                          "notify()与notifyAll()": {
F
feilong 已提交
2303
                            "keywords": [],
M
Mars Liu 已提交
2304
                            "children": [],
M
Mars Liu 已提交
2305 2306
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
                            "title": "notify()与notifyAll()"
F
feilong 已提交
2307 2308 2309
                          }
                        },
                        {
M
Mars Liu 已提交
2310
                          "生产者与消费者": {
F
feilong 已提交
2311
                            "keywords": [],
M
Mars Liu 已提交
2312
                            "children": [],
M
Mars Liu 已提交
2313
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
M
Mars Liu 已提交
2314
                            "title": "生产者与消费者"
F
feilong 已提交
2315 2316 2317
                          }
                        },
                        {
M
Mars Liu 已提交
2318
                          "任务间使用管道进行输入输出": {
F
feilong 已提交
2319
                            "keywords": [],
M
Mars Liu 已提交
2320
                            "children": [],
M
Mars Liu 已提交
2321
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2322 2323 2324 2325 2326 2327
                          }
                        }
                      ]
                    }
                  },
                  {
M
Mars Liu 已提交
2328 2329
                    "死锁": {
                      "node_id": "java-372114d043a04070ad690f2753b5083b",
F
feilong 已提交
2330
                      "keywords": [],
M
Mars Liu 已提交
2331
                      "children": []
F
feilong 已提交
2332 2333 2334
                    }
                  },
                  {
M
Mars Liu 已提交
2335 2336
                    "线程安全的集合": {
                      "node_id": "java-aa0b95d8960b4d12a2c9d9e90894a793",
F
feilong 已提交
2337 2338 2339
                      "keywords": [],
                      "children": [
                        {
M
Mars Liu 已提交
2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371
                          "阻塞队列": {
                            "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 已提交
2372
                            "keywords": [],
M
Mars Liu 已提交
2373
                            "children": [],
M
Mars Liu 已提交
2374
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2375 2376 2377
                          }
                        },
                        {
M
Mars Liu 已提交
2378
                          "并行数组算法": {
F
feilong 已提交
2379
                            "keywords": [],
M
Mars Liu 已提交
2380
                            "children": [],
M
Mars Liu 已提交
2381
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2382 2383 2384
                          }
                        },
                        {
M
Mars Liu 已提交
2385
                          "较早的线程安全集合": {
F
feilong 已提交
2386
                            "keywords": [],
M
Mars Liu 已提交
2387
                            "children": [],
M
Mars Liu 已提交
2388
                            "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
2389 2390 2391 2392 2393 2394 2395 2396
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            },
M
Mars Liu 已提交
2397 2398 2399 2400 2401 2402
            {
              "Maven基础": {
                "node_id": "java-13e82ac770bb42f3a6076274c28ead94",
                "keywords": [],
                "children": []
              }
F
feilong 已提交
2403 2404 2405 2406 2407 2408
            }
          ]
        }
      },
      {
        "Java高阶": {
M
Mars Liu 已提交
2409
          "node_id": "java-f03087d9779b41a1acf435e3eb6e28f7",
F
feilong 已提交
2410 2411 2412
          "keywords": [],
          "children": [
            {
M
Mars Liu 已提交
2413 2414
              "行为抽象和Lambda": {
                "node_id": "java-401df00d53964647a4fa249007f30a8b",
F
feilong 已提交
2415 2416 2417
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
2418 2419
                    "流和行为抽象": {
                      "node_id": "java-fb711fb0dfbb40db974476ea2d9faf9d",
F
feilong 已提交
2420
                      "keywords": [],
M
Mars Liu 已提交
2421
                      "children": []
F
feilong 已提交
2422 2423 2424
                    }
                  },
                  {
M
Mars Liu 已提交
2425 2426 2427 2428 2429 2430 2431 2432 2433
                    "Lambda表达式": {
                      "node_id": "java-a3b60740abe74bb8a6c16dec381d31c4",
                      "keywords": [
                        "lambda",
                        "高阶函数",
                        "方法引用",
                        "SAM",
                        "函数式接口"
                      ],
M
Mars Liu 已提交
2434 2435 2436 2437
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
2438 2439
                    "流": {
                      "node_id": "java-9f8b0da343fd415c9b29380647b0f1f8",
M
Mars Liu 已提交
2440 2441 2442 2443 2444
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
2445 2446
                    "收集器": {
                      "node_id": "java-0f1fc49b2e1c41368403ca2239810920",
M
Mars Liu 已提交
2447 2448 2449 2450 2451
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
M
Mars Liu 已提交
2452 2453
                    "分组": {
                      "node_id": "java-bbff17faa9a04aebbe14c62caccc2309",
M
Mars Liu 已提交
2454 2455 2456
                      "keywords": [],
                      "children": []
                    }
M
Mars Liu 已提交
2457 2458 2459 2460 2461 2462 2463
                  },
                  {
                    "分区": {
                      "node_id": "java-05498c81f6be42a2a44ddb4de0178420",
                      "keywords": [],
                      "children": []
                    }
M
Mars Liu 已提交
2464 2465 2466 2467 2468
                  }
                ]
              }
            },
            {
M
Mars Liu 已提交
2469
              "Optional": {
M
Mars Liu 已提交
2470
                "node_id": "java-c3a2ef586dd7449788102b631419992f",
F
feilong 已提交
2471
                "keywords": [],
M
Mars Liu 已提交
2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487
                "children": [
                  {
                    "Optional与Null": {
                      "node_id": "java-36a3b51a36624ee8930794d64da6b22a",
                      "keywords": [],
                      "children": []
                    }
                  },
                  {
                    "一致性": {
                      "node_id": "java-6a0ad22b08cd4520b453904d832936ea",
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
M
Mars Liu 已提交
2488 2489
              }
            },
F
feilong 已提交
2490
            {
M
Mars Liu 已提交
2491 2492
              "Java异步任务": {
                "node_id": "java-267da81d131440de883b62376f5fc38b",
F
feilong 已提交
2493 2494 2495
                "keywords": [],
                "children": [
                  {
M
Mars Liu 已提交
2496 2497
                    "线程与进程": {
                      "node_id": "java-5dcc74ab2617434f91ae6aa1ba0ac661",
F
feilong 已提交
2498
                      "keywords": [],
M
Mars Liu 已提交
2499
                      "children": []
F
feilong 已提交
2500 2501 2502
                    }
                  },
                  {
M
Mars Liu 已提交
2503
                    "Future与CompletableFuture": {
M
Mars Liu 已提交
2504 2505 2506 2507 2508 2509 2510
                      "node_id": "java-90f4b7c696464886af9c8de8cbd95338",
                      "keywords": [],
                      "children": []
                    }
                  }
                ]
              }
F
feilong 已提交
2511 2512 2513 2514 2515 2516 2517
            }
          ]
        }
      }
    ]
  }
}