config.json 1.2 KB
Newer Older
F
feilong 已提交
1
{
M
Mars Liu 已提交
2 3 4 5 6
  "node_id": "java-3a0c200ae63b4ca8b4e9b3c31727aa87",
  "keywords": [
    "network",
    "tcp"
  ],
F
feilong 已提交
7 8 9 10
  "children": [
    {
      "TCP通信简介": {
        "keywords": [],
M
Mars Liu 已提交
11
        "children": [],
M
Mars Liu 已提交
12 13
        "node_id": "java-8664d9e4dcc04e77a24cfd6445635315",
        "title": "TCP通信简介"
F
feilong 已提交
14 15 16 17 18
      }
    },
    {
      "ServerSocket": {
        "keywords": [],
M
Mars Liu 已提交
19
        "children": [],
M
Mars Liu 已提交
20 21
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
        "title": "ServerSocket"
F
feilong 已提交
22 23 24 25 26
      }
    },
    {
      "Socket": {
        "keywords": [],
M
Mars Liu 已提交
27
        "children": [],
M
Mars Liu 已提交
28 29
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
        "title": "Socket"
F
feilong 已提交
30 31 32 33 34
      }
    },
    {
      "简单的TCP网络程序": {
        "keywords": [],
M
Mars Liu 已提交
35 36
        "children": [],
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
37 38 39 40 41
      }
    },
    {
      "多线程的TCP网络程序": {
        "keywords": [],
M
Mars Liu 已提交
42 43
        "children": [],
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
44 45 46 47 48
      }
    },
    {
      "TCP案例——文件上传": {
        "keywords": [],
M
Mars Liu 已提交
49 50
        "children": [],
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
51 52 53
      }
    }
  ],
M
Mars Liu 已提交
54 55 56
  "export": [
    "TCP.json"
  ],
M
Mars Liu 已提交
57
  "title": "TCP通信"
F
feilong 已提交
58
}