摘要: Java环境变量设置。 阅读全文
posted @ 2015-11-21 22:28 coolsoul 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 工厂模式,见名知意:创建工厂,来生产商品。   Java中,工厂和商品就是对象。 阅读全文
posted @ 2015-11-21 22:15 coolsoul 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 工作中,除非特殊需要,一般使用的数据类型较为单一。 阅读全文
posted @ 2015-11-21 21:58 coolsoul 阅读(210) 评论(0) 推荐(0) 编辑
摘要: git配置完成email和user后,才可以生成SSH Key. 阅读全文
posted @ 2015-11-21 21:57 coolsoul 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 设计模式的起源和分类。 阅读全文
posted @ 2015-11-21 21:55 coolsoul 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 9种常见设计模式。 阅读全文
posted @ 2015-11-21 21:54 coolsoul 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 单例模式,确保类实例的唯一性。 阅读全文
posted @ 2015-11-21 21:51 coolsoul 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 代理模式,屏蔽真实对象,仅提供其代理,供系统使用。 阅读全文
posted @ 2015-11-21 21:50 coolsoul 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 观察者模式,保证主题和若干观察者之间的一致性。 阅读全文
posted @ 2015-11-21 21:48 coolsoul 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 当请求者无法或不能与接收者直接交流时,使用命令者模式。 阅读全文
posted @ 2015-11-21 21:47 coolsoul 阅读(453) 评论(0) 推荐(0) 编辑