config.json 1.0 KB
Newer Older
F
feilong 已提交
1
{
M
Mars Liu 已提交
2 3 4 5 6 7
  "node_id": "java-6118431c1da24b39b74997e92dee722a",
  "keywords": [
    "network",
    "udp",
    "网络"
  ],
F
feilong 已提交
8 9 10 11
  "children": [
    {
      "UDP通信简介": {
        "keywords": [],
M
Mars Liu 已提交
12
        "children": [],
M
Mars Liu 已提交
13 14
        "node_id": "java-9118d12d817b45e5a69ecdaca6283d01",
        "title": "UDP通信简介"
F
feilong 已提交
15 16 17 18 19
      }
    },
    {
      "DatagramPacket": {
        "keywords": [],
M
Mars Liu 已提交
20
        "children": [],
M
Mars Liu 已提交
21 22
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
        "title": "DatagramPacket"
F
feilong 已提交
23 24 25 26 27
      }
    },
    {
      "DatagramSocket": {
        "keywords": [],
M
Mars Liu 已提交
28
        "children": [],
M
Mars Liu 已提交
29 30
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8",
        "title": "DatagramSocket"
F
feilong 已提交
31 32 33 34 35
      }
    },
    {
      "UDP网络程序": {
        "keywords": [],
M
Mars Liu 已提交
36 37
        "children": [],
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
38 39 40 41 42
      }
    },
    {
      "UDP案例——聊天程序": {
        "keywords": [],
M
Mars Liu 已提交
43 44
        "children": [],
        "node_id": "569d5e11c4fc5de7844053d9a733c5e8"
F
feilong 已提交
45 46 47
      }
    }
  ],
M
Mars Liu 已提交
48 49 50
  "export": [
    "UDP.json"
  ],
M
Mars Liu 已提交
51
  "title": "UDP通信"
F
feilong 已提交
52
}