摘要:
简易计算器案例 计算类封装 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyCalculat 阅读全文
posted @ 2021-04-11 11:22
funiyi816
阅读(86)
评论(0)
推荐(0)
摘要:
XML文件操作 实体类 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace XMLDemo { class Student { public string St 阅读全文
posted @ 2021-04-11 11:07
funiyi816
阅读(89)
评论(0)
推荐(0)
摘要:
ini文件读写 添加帮组类 using System; using System.Text; using System.IO; using System.Runtime.InteropServices; namespace IniHelperDemo { public class IniConfig 阅读全文
posted @ 2021-04-11 11:00
funiyi816
阅读(218)
评论(0)
推荐(0)
摘要:
对象存取和序列化对象存取 //实体类对象 using System; using System.Collections.Generic; using System.Text; namespace TextFile { [Serializable] class Student { public str 阅读全文
posted @ 2021-04-11 10:55
funiyi816
阅读(47)
评论(0)
推荐(0)
摘要:
文本文件操作 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using 阅读全文
posted @ 2021-04-11 10:47
funiyi816
阅读(69)
评论(0)
推荐(0)