2020年9月23日

C#读写配置文件的代码

摘要: FileIni.cs using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threadin... 阅读全文

posted @ 2020-09-23 16:50 lizhuohui 阅读(127) 评论(0) 推荐(0) 编辑

C#中替代C++的东西

摘要: C++中的map c#中叫词典: Dictionary dic = new Dictionary(); C++中的数组 和C++差不多。 Person[] myPersons = new Person[2]; myPersons[0] = new Per... 阅读全文

posted @ 2020-09-23 14:20 lizhuohui 阅读(230) 评论(0) 推荐(0) 编辑

Xml多个平台的版本使用

摘要: 单片机平台 Tinyxml官网:http://www.grinninglizard.com 上面有下载地址,不过,下载地址是跳到gitbub上的,所以,可以直接在地址https://github.com/leethomason/tinyxml2下载。 最新版本... 阅读全文

posted @ 2020-09-23 10:13 lizhuohui 阅读(63) 评论(0) 推荐(0) 编辑

导航