随笔分类 - codeproject
摘要:C# CodeDOM parser CS CODEDOM Parser is utility which parses the C# source code and creates the CODEDOM tree of the code (general classes that represent code, part of .NET Framework - namespace System...
阅读全文
摘要:1.Extended Threading: Do More with the Same Thread 让一个线程完成更多的任务。作者自己写了一个类,拦截System.Threading.Thread,试图让你在不同的线程执行同一个方法成为可能,如果你想执行多次,你不必每次都创建一个新线程来执行该方法,优势在于提高性能并且易于使用,毕竟创建线程的代价还是比较昂贵的。 作者完成了一个Demo,用自己实...
阅读全文

浙公网安备 33010602011771号