摘要: 首先要确定好XML文件的位置,最好是放在程序的debug文件中,放在其他地方也可以,要写上绝对路径using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Sys... 阅读全文
posted @ 2014-11-19 15:50 小A爱吧 阅读(161) 评论(0) 推荐(0) 编辑
摘要: student类必须标记序列化using System;using System.Collections.Generic;using System.Text;namespace TextFile{ [Serializable] class Student { public string ... 阅读全文
posted @ 2014-11-19 15:00 小A爱吧 阅读(165) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2014-11-19 11:01 小A爱吧 阅读(128) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-11-19 10:27 小A爱吧 阅读(127) 评论(0) 推荐(0) 编辑