- 浏览: 197738 次
最新评论
-
没有终点:
不懂 lz说的是啥 我太菜了
超简单SVN教程 -
韩悠悠:
超简单SVN教程 -
DraculaW:
orz...如果让他去写书很好奇这个作者会怎么解释vector ...
又见热书讨论《JavaScript征途》 -
gigix:
weiqingfei 写道为什么国内写书的都是烂人?
为什么高 ...
又见热书讨论《JavaScript征途》 -
weiqingfei:
为什么国内写书的都是烂人?为什么高手都不写书?
又见热书讨论《JavaScript征途》
文章列表
大家出门小心点!(注意最后一张)
- 博客分类:
- I 杂7杂8
大家要小心提防,出门时挎包最好放在自己的正前方,并用手扶住包包的拉链,外衣裤口袋里尽量不要放贵重物品。
- 2006-12-01 17:28
- 浏览 883
- 评论(0)
大家出门小心点!(注意最后一张)
- 博客分类:
- I 杂7杂8
大家要小心提防,出门时挎包最好放在自己的正前方,并用手扶住包包的拉链,外衣裤口袋里尽量不要放贵重物品。
- 2006-12-01 17:28
- 浏览 706
- 评论(0)
我们设计模式群经过将近半年的发展,已经达到80多人(刚刚清除了20多个从未发言的朋友)。总体上活跃程度还是不够(虽然相对于别的群可能会好一点),我想这有几方面原因。1.大家的在线时间不统一。2.群成员的平均水平 ...
- 2006-11-30 23:03
- 浏览 731
- 评论(0)
我们设计模式群经过将近半年的发展,已经达到80多人(刚刚清除了20多个从未发言的朋友)。总体上活跃程度还是不够(虽然相对于别的群可能会好一点),我想这有几方面原因。1.大家的在线时间不统一。2.群成员的平均水平 ...
- 2006-11-30 23:03
- 浏览 939
- 评论(0)
虽然很靠后,说明还有潜力啊。就算每天提高一个名次都要10年,哈哈
积分与排名(11.26)
积分 - 2058
排名 - 3346
积分与排名(11.30),提了100多,哈哈
积分 - 2321
排名 - 3192
- 2006-11-26 13:40
- 浏览 921
- 评论(0)
虽然很靠后,说明还有潜力啊。就算每天提高一个名次都要10年,哈哈
积分与排名(11.26)
积分 - 2058
排名 - 3346
积分与排名(11.30),提了100多,哈哈
积分 - 2321
排名 - 3192
- 2006-11-26 13:40
- 浏览 770
- 评论(0)
Also, when it comes to finding reasons *not* to do something, peoplewho don't *want* to do it can find hundreds of reasons... Jerry Weinberg made a list of such reasons actually heard in one company,and he arranged them in pairs like so..."Microsoft does it, and you know how buggy their code i ...
- 2006-11-25 13:10
- 浏览 831
- 评论(0)
Also, when it comes to finding reasons *not* to do something, peoplewho don't *want* to do it can find hundreds of reasons... Jerry Weinberg made a list of such reasons actually heard in one company,and he arranged them in pairs like so..."Microsoft does it, and you know how buggy their code i ...
- 2006-11-25 13:10
- 浏览 628
- 评论(0)
http://codebetter.com/blogs/jeremy.miller/archive/...Mock objects are like any other tool. Used one way they’re a huge time saver. In other cases they can easily create more work and degrade the quality of the testing code. In this post I’ll try to present some best and worst practices for utilizing ...
- 2006-11-23 10:00
- 浏览 768
- 评论(0)
http://codebetter.com/blogs/jeremy.miller/archive/...Mock objects are like any other tool. Used one way they’re a huge time saver. In other cases they can easily create more work and degrade the quality of the testing code. In this post I’ll try to present some best and worst practices for utilizing ...
- 2006-11-23 10:00
- 浏览 598
- 评论(0)
http://c2.com/cgi/wiki?SingletonsAreEvil
Almost every use of singleton I have encountered was best replaced by an attribute accessor in a higher level object that is then either
explicitly passed around via a parameter, or
used via a dynamically bound variable (possibly within a thread-safe ...
- 2006-11-23 09:56
- 浏览 818
- 评论(0)
http://c2.com/cgi/wiki?SingletonsAreEvil
Almost every use of singleton I have encountered was best replaced by an attribute accessor in a higher level object that is then either
explicitly passed around via a parameter, or
used via a dynamically bound variable (possibly within a thread-safe ...
- 2006-11-23 09:56
- 浏览 698
- 评论(0)
http://structuremap.sourceforge.net/Concepts.htm
Object Oriented Design
Impact of Test Driven Developement and Emergent Design
Building Blocks of Object Oriented Programming
Inversion of Control (IoC) Containers
Dependency Injection / Inversion of Control (IoC)
Plugin Pattern (Fowler)
Memento Pattern ...
- 2006-11-23 09:25
- 浏览 951
- 评论(0)
http://structuremap.sourceforge.net/Concepts.htm
Object Oriented Design
Impact of Test Driven Developement and Emergent Design
Building Blocks of Object Oriented Programming
Inversion of Control (IoC) Containers
Dependency Injection / Inversion of Control (IoC)
Plugin Pattern (Fowler)
Memento Pattern ...
- 2006-11-23 09:25
- 浏览 879
- 评论(0)
http://developernotes.com/archive/2006/06/06/Rhino...
NMock不支持mocking classes. Rhino Mocks allows you to create a PartialMock of a class with parameterized constructor arguments.
Sample code pieces:
public abstract class DomainObject{ public virtual Guid GetUser() { Guid g = GetId(); ...
- 2006-11-23 09:17
- 浏览 785
- 评论(0)