随笔分类 -  其他杂项

摘要:C# winform写入和读取TXT文件 string str; str=this.textBox1.Text; StreamWriter sw = new StreamWriter(Application.StartupPath +"\\txtwriter.txt", false); sw.Wri 阅读全文
posted @ 2016-12-14 13:56 Mr.Jiang.K 阅读(1092) 评论(0) 推荐(0)
摘要:一、XML与DataSet的相互转换的类 using System; using System.Collections.Generic; using System.Text; using System.Data; using System.IO; using System.Xml; namespac 阅读全文
posted @ 2016-12-13 10:23 Mr.Jiang.K 阅读(1012) 评论(0) 推荐(0)