b
摘要: One reason to implement virtual mode in the DataGridView control is to retrieve data only as it is needed. This is called just-in-time data loading. If you are working with a very large table in a r... 阅读全文
posted @ 2006-11-15 15:46 -==NoWay.==- 阅读(575) 评论(0) 推荐(0) 编辑
摘要: michael是一家科技公司的程序员,他好不容易找到了一个女朋友,趁假日与女友一同去会见未来岳父,在愉快的气氛中双方展开了对话 tom您好!我是michael!Ohh,michael你好,听我女儿说你也是程序员,嗯,想不到我们是同行呵呵,幸会幸会,还望前辈多多指教.哪里哪里,先进来坐吧 michael,你什么时候来到上海的?嗯,大概五年前为什么要来这个地方?嗯~~~~我想在这里应该会有更多人生的机... 阅读全文
posted @ 2006-11-13 14:53 -==NoWay.==- 阅读(160) 评论(0) 推荐(0) 编辑
摘要: The most common reason for using dynamic types is to solve a performance problem. One common pattern I’ve encountered many times as a programmer is the Object / Relational Database mapping framework,... 阅读全文
posted @ 2006-08-23 21:58 -==NoWay.==- 阅读(224) 评论(0) 推荐(0) 编辑
摘要: SingleTon1//InitialInstanceActivator.cs2//InspiredbyMikeWoodring3//Copyright(c)2003,ChrisSells4//Notes:5//-UsesApplication.UserAppDataPathtopickauniquestringcomposed6//oftheappname,theappversionandthe... 阅读全文
posted @ 2006-07-22 00:13 -==NoWay.==- 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 在项目中经常有装入大批量数据,需要显示进度。但Windows Control不是线程安全的。在装库过程中,可能要对Control进行操作,此时,如果随意拖动窗体。主进程就无法进行对Control的Redraw.所以就要采用异步的方法。1privateSortedListsl=null;2privateconstintTEST_COUNT=10000;3privatevoidbutton1_Clic... 阅读全文
posted @ 2006-07-21 03:11 -==NoWay.==- 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 米办法 阅读全文
posted @ 2006-07-21 03:05 -==NoWay.==- 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 在项目中经常有装入大批量数据,需要显示进度。 但Windows Control不是线程安全的。 在装库过程中,可能要对Control进行操作,此时,如果随意拖动窗体。 主进程就无法进行对Control的Redraw. 所以就要采用异步的方法。 private SortedList sl = null;private const int TEST_COUNT = 10000; p... 阅读全文
posted @ 2006-07-17 01:56 -==NoWay.==- 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 代码页 简称 全称 37 IBM037 IBM EBCDIC (US-Canada) 437 IBM437 OEM United States 500 IBM500 IBM EBCDIC (International) 708 ASMO-708 Arabic (ASMO 708) 720 DOS-720 Arabic (DOS) 737 ibm737 Greek (DOS) 775 ibm775 ... 阅读全文
posted @ 2006-05-28 23:35 -==NoWay.==- 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 010036A7 MOV DWORD PTR DS:[1005334],EAX ; [0x1005334] = Width010036AC MOV DWORD PTR DS:[1005338],ECX ; [0x1005338] = Height010036B2 CALL winmine.01002ED5 ; Generate empty block of memory and... 阅读全文
posted @ 2006-04-25 17:50 -==NoWay.==- 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 参考文献 · http://www.mp3-tech.org · http://www.mp3-converter.com/mp3codec/mp3_anatomy.htm · http://www.getid3.org · http://www.codeguru.com/vb/gen/vb_multimedia/mp3s/article.php · http://www.mul... 阅读全文
posted @ 2006-04-24 15:08 -==NoWay.==- 阅读(436) 评论(0) 推荐(0) 编辑
c