摘要:记得在之前的项目中(WinForm),因为要在用户界面上显示大量的数据,为了给用户更好的使用体验,让软件界面在加载数据时不至于“呆若木鸡”,在很多地方都使用了Application.DoEvents。现在回过头看看,真是满头是汗呀! :( 那时只知道Application.DoEvents可以让应用程序的主线程暂停来处理运行其它逻辑(比如刷新界面控件),对于潜在的问题根本没有了解。现在又重新学习了...
阅读全文
摘要:这个八岁的巨人真的改变了这个世界!并且在努力坚持着自己做事的原则。 生日快乐! ~ Crazy ~
阅读全文
摘要:Polymorphism - "Poly" means "many" and "morph" means "form".via here.
阅读全文
摘要:早些时候参加了微软的一个survey,今天收到了微软寄来的一个One Great Gift Card,价值$100。没想到像我这样从来不中奖的人都能够中一回奖,内心实在是非常之激动呀。不过激动过后,怎么用这张卡呢?看资料这种卡也属于VISA的借记卡,国内的在线购物网站不知道收不收这种卡? $100可以买一套我一直想要的微软无线键盘和鼠标了 Battery Status Indicat...
阅读全文
摘要:Developing Web Applications on Windows Vista with Visual Studio 2005, 怎样在Vista里使用VS.NET 2005开发web应用的图文说明。 Is Your IDE Hot or Not?,配置你的VS.NET IDE,提高你的工作效率。 Scott Hanselman has some pain ab...
阅读全文
摘要:微软Lang.NET 2006会议录像没有机会参加这样的会议,就看看录像吧。Lang.NET 2006 Symposium Videos (via DevHawk) 纽约时报WPF阅读软件比较全面地展示了WPF在图文排版方面的能力。New York Times Reader application 微软重新设计了Vista开发人员中心 看起来更简洁了,上面还放了即将退休...
阅读全文
摘要:check the images below a lot of spaces saved. :) ~ Crazy ~
阅读全文
摘要:via Mary Jo Foley: Just yesterday, we wondered aloud when that elusive Office 2007 Beta 2 Technical Refresh (TR) build would appear. Now we know: Thursday September 14 at 9 a.m. PST. 换算成北京时间的话就是9月15...
阅读全文
摘要:Borland重新发布了Turbo家族的Turbo Delphi,Turbo C#和Turbo C++,这几个曾经流行过的集成开发工具,而且这次是免费的! 下载:http://www.borland.com/downloads/download_turbo.html
阅读全文
摘要:Windows Vista RC1 is really faster and more stable than previous versions. Though I got an annoying problem in Outlook 2007 Beta 2. The problem was every time when I tried to open a hyperlink in Outlo...
阅读全文
摘要:之前看到过相关的传闻,现在终于变为现实了。不过一时还不太适应这个新的ui设计。^_^
阅读全文
摘要:Polymorphism is the ability for classes to provide different implementations of methods that are called by the same name. Polymorphism allows a method of a class to be called without regard to what s...
阅读全文