摘要: Thread.Start starts a new OS thread to execute the delegate. When the delegate returns, the thread is destroyed. This is quite a heavy-weight operatio... 阅读全文
posted @ 2014-11-13 19:42 ChuckLu 阅读(241) 评论(0) 推荐(0) 编辑
摘要: http://zhidao.baidu.com/link?url=BEIkzsJqo-tnOmWKwzsiuXeohqVJzb_iRCZ5gWCozAGVdw2FSnWW95r3vaUAecUnKsWPdZzGpL0VF8OHyM-4u_.net指的是框架,框架包含很多东西例如:>语言:VB,C#,... 阅读全文
posted @ 2014-11-13 15:45 ChuckLu 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 唉,需要不停的踩坑呀commandText = commandText + string.Format("where [CollectDateTime] '{1}'", end.ToString("yyyy-MM-dd HH:mm:ss"), start.ToString("yyyy-MM-dd H... 阅读全文
posted @ 2014-11-13 15:20 ChuckLu 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 正常情况下,父类virtual的方法,子类override 另外一种情况,父类的方法不是virtual的,但是子类中有同名的方法 但是子类需要隐藏掉父类的方法 阅读全文
posted @ 2014-11-13 14:21 ChuckLu 阅读(2053) 评论(0) 推荐(2) 编辑