摘要:
/** StrategyContext. */ public class StrategyContext { private Strategy strategy; // 傳入的是Strategy的實現類的實例 public Context(Strategy strategy){ this.strategy = strategy; ... 閱讀全文
posted @ 2018-12-08 23:30
乙侍
閱讀(308)
評論(0)
推薦(0)
摘要:
1. 簡單工廠模式 domain的接口 red blue 顏色工廠 閱讀全文
posted @ 2018-12-08 23:19
乙侍
閱讀(534)
評論(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
乙侍
閱讀(250)
評論(0)
推薦(0)

浙公網安備 33010602011771號