摘要:
正在用word发布blog 阅读全文
摘要:
一个小小的练习,还有很多bug,需要修改! 阅读全文
摘要:
[refer from 《Apress.Illustrated.C.Sharp.2008》] 1.内建类型: 2.捕捉异常 3.LINQ 4.三个异步调用的标准模式 5.什么是属性 6.Visual Studio文档生成过程 阅读全文
摘要:
Gmail: hua.liang.work [at] gmail dot com : for contact with friends with work relationship. hua.liang.do [at] gmail dot com : for the register of funny web stuffs. hua.liang.open [at] gmail dot com... 阅读全文
摘要:
check out demo below from this site. recently, I was interested in MS Money and lucky to find this demo.it is so great for me to learn design and dev of a financing management software, so, sharing i... 阅读全文
摘要:
[refer from this link] Everyone who writes code Describe the difference between a Thread and a Process? [ANSWER]:1)process is self loadable while thread is depends on operating system2)communication ... 阅读全文
摘要:
Excel add-in是继承Extensibility.IDTExtensibility2接口,基于Excel Object Model的实现对Excel对象的操作,MSDN上有详细的讲解....这里只是说一下如何进入迅速进入编程状态,然后在该状态下,思考Excel add-in开发的一些可扩展,或者更好的一些应用,我做了一个PPT,放在这里,大家可以看看。 VSTO 2005有两个模板,一个... 阅读全文