2007年2月27日
摘要: 滚动条置底Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> IDictionaryEnumerator myEnumerator = htErrorInfo.GetEnumerator(); while(... 阅读全文
posted @ 2007-02-27 11:08 Gary.han 阅读(1023) 评论(1) 推荐(0)
摘要: 用回调方法检索数据Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//*用回调方法检索数据下面的示例演示了一个从线程中检索数据的回调方法。包含数据和线程方法的类的构造函数也接受代表回调方法的委托;在线程方法结束前,它调用该回调委托。*/using... 阅读全文
posted @ 2007-02-27 11:03 Gary.han 阅读(414) 评论(0) 推荐(0)
摘要: 一共涉及三个类分别为:数据访问类DBObject.cs、对应功能针对数据库操作类IRMNewsInteDB.cs、数据抓取类SpiderDispose.cs数据访问类:DBObject.cs 数据访问基类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->... 阅读全文
posted @ 2007-02-27 10:39 Gary.han 阅读(3266) 评论(5) 推荐(0)