摘要: static string GetLotteryByPhase(string phaseNo) { // Set the url and charset string url = "http://baidu.lecai.com... 阅读全文
posted @ 2015-11-29 17:26 Researcher 阅读(210) 评论(0) 推荐(0) 编辑
摘要: List taskList = new List(); // string currentNoStr = null; cannot define at here, we should define the copy in for loop, this i... 阅读全文
posted @ 2015-11-29 17:12 Researcher 阅读(127) 评论(0) 推荐(0) 编辑
摘要: // Sort dictionary by the value field List> redBallsList = redBallsDict.ToList(); List> blueBallsList = blueBallsDic... 阅读全文
posted @ 2015-11-29 16:56 Researcher 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 下面是如何最大化console和改变其显示的字体颜色的代码,顺便包含了计时代码(帮助做性能分析): class Program { [DllImport("kernel32.dll", ExactSpelling = true)] private static... 阅读全文
posted @ 2015-11-29 16:50 Researcher 阅读(122) 评论(0) 推荐(0) 编辑