摘要: /** StrategyContext. */ public class StrategyContext { private Strategy strategy; // 传入的是Strategy的实现类的实例 public Context(Strategy strategy){ this.strategy = strategy; ... 阅读全文
posted @ 2018-12-08 23:30 乙侍 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1. 简单工厂模式 domain的接口 red blue 颜色工厂 阅读全文
posted @ 2018-12-08 23:19 乙侍 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 一、集成spring 二、集成springMVC 三、集成mybatis 1. pom.xml 2. web.xml 3. applicationContext.xml 4. applicationContext-mvc.xml 5. applicationContext-mybatis.xml 6 阅读全文
posted @ 2018-12-08 22:55 乙侍 阅读(245) 评论(0) 推荐(0) 编辑