摘要: class Program { static void Main() { //构造一个嵌套字典 Dictionary<int, Dictionary<int, string>> dicExternal = new Dictionary<int, Dictionary<int, string>>(); for (int i = 90; i > 65; i = i - 5) { Dictionary<int, string> dicInternal = new Dictionary<int, string>(); for 阅读全文
posted @ 2013-05-24 15:44 RichZhang 阅读(242) 评论(0) 推荐(0) 编辑
摘要: sqlite developer注册码网上没有找到,只有通过注册表,删除继续使用,删除注册表中HKEY_CURRENT_USER\SharpPlus\SqliteDev。 阅读全文
posted @ 2013-05-24 15:42 RichZhang 阅读(887) 评论(0) 推荐(0) 编辑