C#
wan5363450
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用C#控制MySQL数据库的增删改查
首先需要为VS添加新的引用,路径:xxxxx\MySQL\Connector NET 8.0\Assemblies\v4.5.2\MySql.Data.dll //#define 查询 //#define 插入 //#define 删除 #define 更新 using System; using System.Collections.Generic; using System.Linq; usi...原创 2019-11-24 14:41:22 · 512 阅读 · 0 评论 -
使用C#进行Json读写
using System; using LitJson; using System.IO; using System.Collections.Generic; namespace ConsoleApp1 { class Player { public int id; public string name; public List<...原创 2019-11-20 21:07:38 · 1835 阅读 · 0 评论 -
C# XML读取
需要读取的XML <note num="123"> <message> <!-- ‘>’用‘>’代替 ‘<’ '<' '&' '&' ''' ''' '"' '"' 在 Windows 应...原创 2019-11-20 21:06:16 · 286 阅读 · 0 评论
分享