09 2007 档案

摘要: 下面的代码是可以执行,大家都来说说为什么这个程序不会自动退出?也就是说mian函数执行完毕后,为什么.net不会释放ThreadEx对象?usingSystem;usingSystem.Threading;publicclassThreadEx:IDisposable{privateThreadthread;privatevolatileboolbExit;publicThreadEx(){Con...阅读全文
posted @ 2007-09-28 16:42 dannyr|一个都不能少! 阅读(3414) | 评论 (16) 编辑
摘要: As is known,in many advanced programming languages(esp. object oriented ones) like c/c++,c#,Java,etc., the function is only one of the programming syntax constructs,unlike that in some pure interprete...阅读全文
posted @ 2007-09-15 08:03 dannyr|一个都不能少! 阅读(419) | 评论 (0) 编辑