自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 CocoaPods on Xcode 6 and Yosemite

解决cocoapods 在 mac 10.10下报错错误如下。

2014-06-22 16:08:17 1962

转载 We are what we repeatedly do. Excellence then, is not an act, but a habit.

Here are some ideas to get you started:1. Stop spending time with the wrong people. – Life is too short to spend time with people who suck the happiness out of you. If someone wants you in t

2014-05-29 22:11:41 4196

原创 关于前++和后++的区别

关于前++和后++的区别,其实 很多人都

2014-05-22 20:37:17 2482

原创 Proxy(代理模式)

定义:provide a surrogate or placeholder for another object to control access to it           为其他对象提供一种代理以控制对这个对象的访问

2014-05-09 15:00:52 458

原创 百姓网校园大使体会

其实,说白了,校园大使就是去发发传单,

2014-05-05 21:30:43 1034

原创 Decorator(装饰着模式)

定义:Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.

2014-05-03 15:55:00 451

原创 Composite(组合模式)

定义:Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly

2014-04-30 15:06:16 424

原创 Visitor(访问者模式)

定义:the visitor design pattern is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add new operations to existing

2014-04-29 14:44:30 513

原创 Singleton(单例模式)

定义:the singleton pattern is a design pattern that restricts the instantiation of a class to one object保证一个类仅有一个实例,并提供一个访问它的全局访问点。单例模式应该是所有设计模式中最简单的一个了,相信不少人也都用过。我第一次接触到单例模式是在cocos2d中,cocos2d中大

2014-04-28 22:01:12 411

原创 State(状态模式)

定义:Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.

2014-04-28 17:12:15 513

原创 Builder(建造者模式)

定义:The intent of the Builder design pattern is to separate the construction of a complex object from its representation. By doing so, the same construction process can create different representations

2014-04-27 17:41:22 410

原创 Prototype(原型模型)

定义:用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象。

2014-04-26 18:46:02 1099

原创 Strategy(策略模式)

定义:The Strategy Pattern defines a family of algorithms,encapsulates each one,and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.

2014-04-26 13:43:30 367

原创 Template Method(模板方法)

定义:Define the skeleton of an algorithm in an operation, deferring some steps to subclasses.

2014-04-25 17:14:12 426

空空如也

空空如也

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

TA关注的人

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