tree.json 8.9 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "csharp": {
    "node_id": "csharp-f436d19758c84b0bb741e51f1f839c24",
    "keywords": [],
    "children": [
      {
        ".NET初阶": {
          "node_id": "csharp-ce2781d4e5344ae7b5b82f34c5fcaed2",
          "keywords": [],
          "children": [
            {
              "入门": {
                "node_id": "csharp-e2aeed39b8d5434581176882e1838aa5",
                "keywords": [],
                "children": [
                  {
                    "Hello World": {
F
feilong 已提交
18
                      "node_id": "csharp-a84d91fb923e4e50810024368a7b2d29",
F
feilong 已提交
19 20 21 22 23 24 25 26 27 28
                      "keywords": [
                        "控制台",
                        "dotnet new",
                        "程序入口"
                      ],
                      "children": []
                    }
                  },
                  {
                    "简介": {
F
feilong 已提交
29
                      "node_id": "csharp-a8d22b1b96f648eeb579ac1e8c2623d4",
F
feilong 已提交
30 31 32 33 34 35 36 37 38 39 40
                      "keywords": [
                        "dotnet",
                        ".NET",
                        "跨平台"
                      ],
                      "children": []
                    }
                  },
                  {
                    "体系结构组件": {
                      "node_id": "csharp-8f1055780aff4ed8bc5927bac6fb562b",
F
feilong 已提交
41 42 43 44
                      "keywords": [
                        ".NET Standard",
                        ".NET 实现"
                      ],
F
feilong 已提交
45 46 47 48 49 50
                      "children": []
                    }
                  },
                  {
                    ".NET类库": {
                      "node_id": "csharp-7029a05888534973bfa9656762e0c187",
F
feilong 已提交
51 52 53 54 55
                      "keywords": [
                        ".NET 共享库",
                        ".NET 类库",
                        ".NET 标准库"
                      ],
F
feilong 已提交
56 57 58 59 60 61
                      "children": []
                    }
                  },
                  {
                    ".NET Standard概述": {
                      "node_id": "csharp-65d2fd88ed1e44a6a646be4f3c302e50",
F
feilong 已提交
62 63 64
                      "keywords": [
                        ".NET Standard 版本"
                      ],
F
feilong 已提交
65 66 67 68 69 70 71 72 73 74 75 76 77 78
                      "children": []
                    }
                  }
                ]
              }
            },
            {
              "C#语法": {
                "node_id": "csharp-29be47be65ab45a1afa37ac2f2fdccc9",
                "keywords": [],
                "children": [
                  {
                    "编写第一个C#代码": {
                      "node_id": "csharp-8f63c0182bed428cb2c75bc1d10a6502",
F
feilong 已提交
79 80 81
                      "keywords": [
                        "C# HelloWorld"
                      ],
F
feilong 已提交
82 83 84 85
                      "children": []
                    }
                  },
                  {
F
feilong 已提交
86
                    "C#文本值和变量": {
F
feilong 已提交
87
                      "node_id": "csharp-052799fae6c2498f9ef2966925377631",
F
feilong 已提交
88 89 90 91 92 93
                      "keywords": [
                        "C# 字符串",
                        "C# 变量",
                        "C# 整型",
                        "C# 基本类型"
                      ],
F
feilong 已提交
94 95 96 97
                      "children": []
                    }
                  },
                  {
F
feilong 已提交
98
                    "C#字符串格式设置": {
F
feilong 已提交
99
                      "node_id": "csharp-6213732b191f434fb809de14eadee919",
F
feilong 已提交
100 101 102
                      "keywords": [
                        "C# 字符串格式化"
                      ],
F
feilong 已提交
103 104 105 106
                      "children": []
                    }
                  },
                  {
F
feilong 已提交
107
                    "C#数字运算操作": {
F
feilong 已提交
108
                      "node_id": "csharp-8891612a2ed349b4a04dee606c44a292",
F
feilong 已提交
109 110 111 112
                      "keywords": [
                        "C# 数字运算符",
                        "C# 四则运算"
                      ],
F
feilong 已提交
113 114 115 116 117 118
                      "children": []
                    }
                  },
                  {
                    "使用C#从.NET类库调用方法": {
                      "node_id": "csharp-ecdbead6dc0f4676b048a3d3d6a31741",
F
feilong 已提交
119 120 121
                      "keywords": [
                        ".NET 基础类库"
                      ],
F
feilong 已提交
122 123 124 125
                      "children": []
                    }
                  },
                  {
F
feilong 已提交
126
                    "C# 中使用 if-elseif-else 分支判断": {
F
feilong 已提交
127
                      "node_id": "csharp-d1ae8aa6b969476db5177062e3980a2f",
F
feilong 已提交
128 129 130
                      "keywords": [
                        "C# 分支判断"
                      ],
F
feilong 已提交
131 132 133 134
                      "children": []
                    }
                  },
                  {
F
feilong 已提交
135
                    "C# 数组和 foreach 语句": {
F
feilong 已提交
136
                      "node_id": "csharp-e8990ea17ca34c49b4d0c69b3272bc10",
F
feilong 已提交
137 138 139 140 141
                      "keywords": [
                        "C# 数组",
                        "foreach",
                        "斐波那契数列"
                      ],
F
feilong 已提交
142 143 144 145
                      "children": []
                    }
                  },
                  {
F
feilong 已提交
146
                    "C# 编码规范": {
F
feilong 已提交
147
                      "node_id": "csharp-302a68c721e44f489e00820b5898ec10",
F
feilong 已提交
148 149 150 151
                      "keywords": [
                        "C# 编码规范",
                        "C# 注释"
                      ],
F
feilong 已提交
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
                      "children": []
                    }
                  }
                ]
              }
            }
          ]
        }
      },
      {
        ".NET中阶": {
          "node_id": "csharp-e931f114f5f44d53878989744c1f5e99",
          "keywords": [],
          "children": [
            {
              "ASP.NET Core应用": {
                "node_id": "csharp-f788d93e151e4f0ca4f1f2f809da584a",
                "keywords": [],
                "children": [
                  {
                    "Razor应用": {
                      "node_id": "csharp-202a0f83809340d2b38e8e0d4b00b48c",
F
feilong 已提交
174 175 176
                      "keywords": [
                        "Razor"
                      ],
F
feilong 已提交
177 178 179 180 181 182
                      "children": []
                    }
                  },
                  {
                    "MVC": {
                      "node_id": "csharp-97413a9e08fb4b55a742b45b2d61e13a",
F
feilong 已提交
183 184 185
                      "keywords": [
                        ".NET MVC"
                      ],
F
feilong 已提交
186 187 188 189 190 191
                      "children": []
                    }
                  },
                  {
                    "Blazor应用": {
                      "node_id": "csharp-b3c0aaca71c249fa8bc4052980637613",
F
feilong 已提交
192 193 194
                      "keywords": [
                        ".NET Blazor"
                      ],
F
feilong 已提交
195 196 197 198 199 200
                      "children": []
                    }
                  },
                  {
                    "Web API应用": {
                      "node_id": "csharp-e1b867ff5a1344bd9a7e34201343711c",
F
feilong 已提交
201 202 203
                      "keywords": [
                        ".NET Web API"
                      ],
F
feilong 已提交
204 205 206 207 208 209
                      "children": []
                    }
                  },
                  {
                    "Minimal API 应用": {
                      "node_id": "csharp-5ef3b2a32bc344c984bb195b42eae73c",
F
feilong 已提交
210 211 212
                      "keywords": [
                        ".NET Minimal API"
                      ],
F
feilong 已提交
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
                      "children": []
                    }
                  }
                ]
              }
            },
            {
              "桌面应用": {
                "node_id": "csharp-7f969ccd70e048c99f8699b52cb1b744",
                "keywords": [],
                "children": []
              }
            },
            {
              "MAUI跨平台移动应用": {
                "node_id": "csharp-119e018d28074c5f99ff3288a70f5e95",
                "keywords": [],
                "children": []
              }
            },
            {
              "机器学习应用": {
                "node_id": "csharp-d779ab6fdf9d44f6ae18e0126665b9c0",
                "keywords": [],
                "children": []
              }
            },
            {
              "游戏应用": {
                "node_id": "csharp-f00a308a6b5e4dfdbda247f8ab924bde",
                "keywords": [],
                "children": []
              }
            },
            {
              "云原生应用": {
                "node_id": "csharp-4e9dd748b8b24a9180948c53d649cb86",
                "keywords": [],
                "children": []
              }
            }
          ]
        }
      },
      {
        ".NET高阶": {
          "node_id": "csharp-abf1bc85e96749d5a8c6a6a32f95d804",
          "keywords": [],
          "children": [
            {
              " Dapr应用": {
                "node_id": "csharp-96369fdba7914281b33829b2ad1272da",
                "keywords": [],
                "children": []
              }
            },
            {
              "Web进阶应用": {
                "node_id": "csharp-f977fca66f044f05964ae467369a9e2a",
                "keywords": [],
                "children": []
              }
            }
          ]
        }
      }
    ]
  }
}