10 2020 档案
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 接口和抽象类 { class Program {
阅读全文
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Diagnostics.Tracing; 4 using System.Linq; 5 using System.Text; 6 using System.Threa
阅读全文
摘要:一,模板方法 using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; namespace JSONTest { class Progra
阅读全文
摘要:背景: 在我们退出软件时常常需要记录当前的一个状态,而不是在打开软件是加载默认值,所以需要将当前软件的一些属性值或者对象保存下来,保存方式有多种,之前写过一个通过将对象保存成二进制文件的方法,可以参考: https://www.cnblogs.com/sclu/p/13689755.html 现在要
阅读全文