自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (2)
  • 收藏
  • 关注

原创 Observer Pattern (in JAVA)

 Definition-define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.Advantage:1.       loosely couple

2007-11-27 16:56:00 1087

原创 Façade Pattern

 Façade PatternDefinition-Provides a unified interface to a set of interfaces in subsystem. Façade defines a higher-level interface that makes the subsystem easier to use.Why use it?When clien

2007-11-30 14:38:00 990

原创 Adapter Pattern

Adapter PatternDefinition-Converts the interface of a class into another interface clients expect. Lets classes work together that couldn’t otherwise because of incompatible interfaces.How to use?

2007-11-30 14:08:00 818

原创 Command Pattern

Command PatternDefinition-encapsulates a request as an object, thereby letting you parameterize other objects with different request, queue or log requests, and support undoable.Example: If u

2007-11-30 00:54:00 626

原创 Singleton Pattern

 Singleton PatternDefinition-ensures a class has only one instance, and provide a global point of access it.Problem:There are many objects we only need one of: thread pools, caches, dialog box

2007-11-29 17:25:00 662

原创 Factory Pattern

Factory PatternAbstract Factory-Provide an interface for creating families of related or dependent objects without specifying their concrete class. Factory Method-Define an interface for creatin

2007-11-28 00:12:00 741

原创 Strategy Pattern

Definition-defines a family of algorithms, encapsulate each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.Key points: separate differen

2007-11-27 19:28:00 938

人民日报199801去掉标注后的生语料

人民日报199801去掉标注后的生语料

2008-07-15

北大人民日报标注语料199801

北大人民日报标注语料

2008-07-15

空空如也

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

TA关注的人

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