贫民窟里的程序高手

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

11 2016 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using HR.BusinessLogic.Control; using HR.BusinessLogic.Repor... 阅读全文
posted @ 2016-11-22 17:11 贫民窟里的程序高手 阅读(312) 评论(0) 推荐(0)

摘要:本文转载自:http://www.cnblogs.com/TianFang/p/3430169.html .NET 4.0中新增了一个System.Runtime.Caching的名字空间,它提供了一系列可扩展的Cache框架,本文就简单的介绍一下如何使用它给程序添加Cache。 一个Cache框架 阅读全文
posted @ 2016-11-22 17:10 贫民窟里的程序高手 阅读(412) 评论(0) 推荐(0)

摘要:http://www.iqcni.com/other/12.html 阅读全文
posted @ 2016-11-10 13:09 贫民窟里的程序高手 阅读(174) 评论(0) 推荐(0)

摘要:注意:单元测试中,Case 与 Case 之间不能有任何关系 测试方法不能有返回值,不能有参数,测试方法必须声明为 public [TestFixture] //声明测试类 [SetUp] //建立,初始化。被声明为 SetUp 的方法为初始化方法。在测试类中有多少个方法就会被执行多少次 [Tear 阅读全文
posted @ 2016-11-08 11:25 贫民窟里的程序高手 阅读(184) 评论(0) 推荐(0)

摘要:本文转载自:http://www.cnblogs.com/jeffwongishandsome/archive/2012/03/18/2404845.html 1、下载安装NUnit(最新win版本为NUnit-2.6.0.12051.msi) http://www.nunit.org/index. 阅读全文
posted @ 2016-11-08 11:24 贫民窟里的程序高手 阅读(737) 评论(0) 推荐(0)

摘要:本文转载自:http://blog.csdn.net/pukuimin1226/article/details/8112151 http://www.nunit.org/index.php?p=download 上面地址下载,有安装版的,有直接解压版的,只有里面的nunit.framewor.dll 阅读全文
posted @ 2016-11-08 11:20 贫民窟里的程序高手 阅读(337) 评论(0) 推荐(0)