自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 add new features into the interceptor pattern

I got a program writtern base on Spring. It adopt Interceptor pattern.What I need to do is to enhance the config to allow custom interceptor be inserted into the original interceptors chain. The int

2008-02-18 12:28:00 341

原创 小i机器人

小i机器人是赢思软件在2004年推出的国内第一款网络智能机器人,目前已经成功捆绑QQ互动空间、Yahoo Messenger,并且成为Windows Live Messenger机器人的官方接入平台,用户量突破2000万。 在宣布获得融资同时,赢思软件也发布了小i机器人的新产品。赢思软件CTO朱频频向天极ChinaByte表示,新发布的小i机器人更加突出了智能、整合、分享、互动的特

2007-05-11 21:35:00 1290

原创 Interpreter pattern

DefinitionProvides a definition of a macro language or syntax and parsing into objects in a program. Where to use & benefitsNeed your own parser generator. Translate a specific expression. Handl

2007-02-22 11:27:00 521

原创 Command pattern

DefinitionStreamlize objects by providing an interface to encapsulate a request and make the interface implemented by subclasses in order to parameterize the clients. Where to use & benefitsOne

2007-02-22 11:17:00 684

原创 Chain of Responsibility pattern

DefinitionLet more than one object handle a request without their knowing each other. Pass the request to chained objects until it has been handled. Where to use & benefitsOne request should be

2007-02-22 11:11:00 454

原创 Visitor pattern

DefinitionDefine a new operation to deal with the classes of the elements without changing their structures. Where to use & benefitsAdd operations on a bunch of classes which have different inte

2007-02-07 23:23:00 630

原创 Observer pattern

DefinitionOne object changes state, all of its dependents are updated automatically. Where to use & benefitsOne change affects one or many objects. Many object behavior depends on one object sta

2007-02-07 23:13:00 535

原创 Memento pattern

DefinitionTo record an object internal state without violating encapsulation and reclaim it later without knowledge of the original object. Where to use & benefitsLet some info in an object to b

2007-02-07 22:57:00 598

原创 Bridge pattern

 DefinitionDecouple an abstraction or interface from its implementation so that the two can vary independently. Where to use & benefitsWant to separate abstraction and implementation permanently

2007-01-22 23:04:00 917

原创 Proxy pattern

DefinitionUse a simple object to represent a complex one or provide a placeholder for another object to control access to it. Where to use & benefitsIf creating an object is too expensive in tim

2007-01-21 15:12:00 601

原创 Value object business object

The case is a data service provider  serving data to many client.Usually it maintain only one set of data object in the service which is called value object. And return each set of data object to ea

2006-12-31 16:43:00 581

原创 AOP

AOP - Aspect-oriented programming is a programming technique that seeks to resolve this problem by promoting separation of concerns as a core programming concept. 

2006-12-28 23:12:00 477

空空如也

空空如也

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

TA关注的人

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