摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;//使用File类需要引用System.IOnamespace _08_Flie类{ class ... 阅读全文
posted @ 2016-01-21 11:28 hobe6699 阅读(235) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;//使用Path类需要引用System.IOnamespace _07_Path类{ class ... 阅读全文
posted @ 2016-01-21 11:07 hobe6699 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 一,哈希表(Hashtable)简述 在.NET Framework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似keyvalue的键值对,其中key通常可用来快速查找,同时key是区分大小写;value用于存储对应于key的值。Hashta... 阅读全文
posted @ 2016-01-21 09:53 hobe6699 阅读(106) 评论(0) 推荐(0) 编辑