10 2008 档案

Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. 解决办法
摘要: 今天下载了最新的CS2008 试了试,安装完数据库后出现这个问题:Specific Error Message:Unable to open connection to data provider.Cannot open database "CommunityServer" requested by the login. The login failed. Login failed for use...阅读全文

posted @ 2008-10-14 14:01 newr2006 阅读(409) | 评论 (0) 编辑

Hashtable(HashSet),ListDictionary,HybridDictionary 和 NameValueCollection
摘要: 相同点:1.大家都是存储键-值对的;(key-value)2.以后知道了再补充;不同点:1.Hashtable,ListDictionary,HashSet性能上 小数据量: ListDictionary优于Hashtable(10条以下)大数据量: Hashtable优于ListDictionary要知道Hashtable并不是线性存储结构,数据加入哈希表的时候的顺序和迭代输出的顺序不一致.但是...阅读全文

posted @ 2008-10-06 15:58 newr2006 阅读(404) | 评论 (0) 编辑