许明会的计算机技术主页

Language:C,C++,.NET Framework(C#)
Thinking:Design Pattern,Algorithm,WPF,Windows Internals
Database:SQLServer,Oracle,MySQL,PostSQL
IT:MCITP,Exchange,Lync,Virtualization,CCNP

导航

2007年12月10日

C#2.0技术探讨(1):匿名方法

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/*--===------------------------------------------===--- 匿名方法: 通过+= 后面跟delegate{}; 以内联方式编码 匿名方法是.N... 阅读全文

posted @ 2007-12-10 23:51 许明会 阅读(253) 评论(0) 推荐(0)

C#中,控制台模式可以使用定时器吗?

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->超级郁闷,我希望在Console模式编写程序调用定时器,难道真的不行? 下面这个程序运行根本没有任何反应,有知道的请赐教。 /*--===----------------------------... 阅读全文

posted @ 2007-12-10 16:39 许明会 阅读(1709) 评论(3) 推荐(1)