摘要:
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
阅读(239)
评论(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
阅读(143)
评论(0)
推荐(0)
摘要:
一,哈希表(Hashtable)简述 在.NET Framework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似keyvalue的键值对,其中key通常可用来快速查找,同时key是区分大小写;value用于存储对应于key的值。Hashta... 阅读全文
posted @ 2016-01-21 09:53
hobe6699
阅读(115)
评论(0)
推荐(0)
浙公网安备 33010602011771号