自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

码农, 农民工的程序人生

品质源于精益求精 -- 王之誉

  • 博客(1)
  • 资源 (15)
  • 收藏
  • 关注

原创 批量删除数据库的SQL语句

由于项目需要,每次运行case的时候都需要创建数据库。虽然每次执行结束都会删除,但是不保证每次都能删除成功(这里有许多原因,我就不列举了)。所以我写了个脚本去批量删除数据库。首先为确保我们的数据库是有用的,不被错删除的。所以就必须先备份在删除。备份数据库:DECLARE @name VARCHAR(50) -- database name DECLARE @path VARCHAR(2

2015-04-22 10:15:06 12743 1

StyleCop sample code

StyleCop sample code

2014-05-08

WCF Debug Demo

总结了一些自己在开发WCF时的debug一些经验。这些经验是外面没有的。

2013-11-18

WCF series courses - Introduction to WCF

介绍WCF的一些基本概念以及常用的几种debug方法

2013-11-18

VS addin sample

通过一个实例,找到code中的注释,并且定位它。

2013-01-30

word addin sample

这是一个word addin的小例子。希望对新手有些帮助

2013-01-30

nunit framework library

几个常用的单元测试dll。这几个是4.0的。

2012-05-23

软件测试的方法.chm

软件测试在软件项目实施过程中的重要性日益突出。但是,现实情况是,与软件编程比较,软件测试的地位和作用,还没有真正受到重视,为什么需要软件测试?软件测试都测些什么?由谁来进行软件测试? 为什么要做软件测试?

2009-05-04

白盒测试方法 pdf

白盒测试也称结构测试或逻辑驱动测试,它是按照程序内部的结构测试程序,通过测试来检测产品内部动作是否按照设计规格说明书的规定正常进行,检验程序中的每条通路是否都能按预定要求正确工作。

2009-05-04

自动快速清除系统垃圾

自动快速清除系统垃圾,提高系统效率,高效方便

2008-11-11

Pro SQL Server 2005 Database Design and Optimization 0605AP

There was a time when I felt I knew everything about SQL and database design. That time was just before I wrote my first book, Professional SQL Server 2000 Database Design.1 Even now, my percentage of all knowledge is dwindling, while at the same time the amount of stuff that I know grows every day. I realize now that books could be written on what I don’t know about SQL Server, and this keeps getting truer and truer as the years pass. On the bright side, this has more to do with the reality that SQL Server just keeps growing and adding more complex and cool features than one person could master. It turns out that a book can be written on what I do know about SQL Server, and you hold in your very hands the third generation of that book (or you could be looking at an electronic copy, but the image of a person staring at an electronic device isn’t nearly as poetic, even if I do prefer a book I can read on my Pocket PC over one I’d have to lug around).

2008-09-02

Advanced .NET Remoting

In the time since the first edition of this book has been published, quite a bit has changed in the world of software development on Microsoft’s platforms. The .NET Framework has become a tried-and-true development platform, and service orientation gained a larger-than-expected momentum. The latter especially presents a very challenging task for the developer using .NET Remoting: the need to avoid possible incompatibilities with future paradigms. If service orientation will, in the next few years, gain the success it deserves, it might be important for your application to be developed in a way to easily adopt these new ideas. In this book, I have therefore followed a slightly different approach from

2008-09-02

常见测试术语 (合集 1-19)

常见测试术语(合集 1-19) 主要包括测试中常见的术语。

2008-09-01

Software debugging, testing, and verification

organizations, increased complexity of products, shortened development cycles, and higher customer expectations of quality have placed a major responsibility on the areas of software debugging, testing, and verification. As this issue of the IBM Systems Journal illustrates, there are exciting improvements in the underlying technology on all three fronts. However, we observe that due to the informal nature of software development as a whole, the prevalent practices in the industry are still immature, even in areas where improved technology exists. In addition, tools that incorporate the more advanced aspects of this technology are not ready for large-scale commercial use. Hence there is reason to hope for significant improvements in this area over the next several years.

2008-09-01

编写优秀Bug报告的艺术

在99年的Quality week上的一次演讲中,微软的一个测试经理,Roger Sherman指出了由于“不可重现”导致bug关闭的主要原因。这是一个非常可惜的情况,因为这样的bug report浪费了紧张的开发计划中的宝贵时间,增加了对产品质量完全是无关紧要的事情,同时导致了在开发人员和测试之间的挫败感和差的感觉。有时,bug report是由于短暂的或随机的事件,测试和开发之间不一致的工具和配置,或者在测试的环境下对正确的行为的模糊定义而产生的,但是许多的由于不可重现而被关闭的测试报告是因为描述不清晰,被误解,或者只是文字的错误

2008-09-01

GUI 测试 测试必备

图形用户界面(GUI)对软件测试提出了有趣的挑战,因为GUI开发环境有可复用的构件,开发用户界面更加省时而且更加精确。同时,GUI的复杂性也增加了,从而加大了设计和执行测试用例的难度。因为现在GUI设计和实现有了越来越多的类似,所以也就产生了一系列的测试标准。下列问题可以作为常见GUI测试的指南

2008-09-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除