common logging是一个通用日志接口,log4net是一个更强大的具体实现,另外可用不同的实现,如EntLib的日志、NLog等。Common.Logging.dllCommon.Logging.Log4Net.dll (适配器)log4net.dll[代码]config file[代码] Read More
President Bok, former President Rudenstine, incoming President Faust, members of the Harvard Corporation and the Board of Overseers, members of the faculty, parents, and especially, the graduates:I... Read More
Per-method 的Setup、Teardown 和 Per-class Setup 、TearDown1.OneTimeSetUp() :Per-class Setup用[TestFixtureSetup]修改方法名,在所有test之前一次执行2. MySetUp(): [SetUp] setup runs before each test method.3. Test method... Read More
http://msdn.microsoft.com/en-us/magazine/cc300778.aspxThis article discusses:Tools for unit testingTools for code and documentation management and generationTools for modifying the development environ... Read More
/Files/wucg/IIS6-SET-GZIP.rar原文http://jiaxu615.blog.163.com/blog/static/13463443720101343125753/一.摘要 本文总结了如何为使用IIS托管的网站启用Gzip压缩, 从而减少网页网络传输大小, 提高用户显示页面的速度. 二.前言. 本文的知识点是从互联网收集整理, 主要来源于中文wiki. 使用YSl... Read More
13.1.1. AOP conceptsLet us begin by defining some central AOP concepts. These terms are not Spring.NET-specific. Unfortunately,AOP terminology is not particularly intuitive. However, it would be even ... Read More
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="utf-8"?><configuration><configSections><sectionGrou... Read More
扩展阅读:1.https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide2.https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference3.http://extjs.comECMA-262的保留字 ECMAScript定义了一套保留字,保留字在某种意义上是为了将来的而保留的单... Read More
开放源码(开源)的精神在于使用者可以使用、复制、散布、研究和改进软件。这可以追溯到20世纪60年代,至今已有半个世纪了。伯乐在线——职场博客的这篇文章将列举开源历史上的九大重要事件。虽然本文不是专门对开源产品,但还是说到了一些,因为它们在开源发展的进程中有着巨大的影响。下面这份名单是按时间顺序排列。因为这个话题涉及方面比较广,您可能并不认同这份名单,这几乎是不可避免的。如果... Read More
http://baike.baidu.com/view/2255290.htm?fr=ala0_1_1Hessian是一个轻量级的remoting onhttp工具,使用简单的方法提供了RMI的功能. 相比WebService,Hessian更简单、快捷。采用的是二进制RPC协议,因为采用的是二进制协议,所以它很适合于发送二进制数据 Read More