自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 读书摘要-The Art of Software Testing ,2rd Edition

Chp 2 The Psychology and Economics of  Program TestingThe Psychology of Testing    Testing is the process of executing a program with the intent of finding errors.    The most important considerations

2008-06-11 05:54:00 4140

原创 读书摘要-大话设计模式

第二章 策略模式        策略模式与简单工厂(Factory Method)的结合:    在基本的策略模式中,选择所使用的具体策略实现的职责由客户端用户承担,这并没有解除客户端需要选择判断的压力;将策略模式与简单工厂模式结合后(在 Context类中加入Factory Method的特性),选择具体实现的职责也由Context来承担,这样最大化的减轻了客户端的负担。第四章 开放封闭原则  

2008-06-10 01:49:00 3065

原创 读书摘要-Why program fail(系统化调试指南)

Chp1 How Failure Comes to BeIn general, a failure comes about in the four stages discussed in the following.    1.The programmer creates a defect    2.The defect causes an infection.    3.The infectio

2008-06-07 09:34:00 3377 1

空空如也

空空如也

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

TA关注的人

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