2015年5月4日

多态、抽象类示例

摘要: 1、一个多态例子 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 nam... 阅读全文

posted @ 2015-05-04 11:39 liuslayer 阅读(256) 评论(0) 推荐(0) 编辑

文件流

摘要: 1、使用filestream读写数据 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Text; 6 using System.Thr... 阅读全文

posted @ 2015-05-04 10:37 liuslayer 阅读(168) 评论(0) 推荐(0) 编辑

List泛型集合、装箱和拆箱、Dictionary

摘要: 1、List泛型集合 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespac... 阅读全文

posted @ 2015-05-04 10:14 liuslayer 阅读(720) 评论(0) 推荐(0) 编辑

导航