摘要:
资料:https://gitee.com/chuanqi1995/java 阅读全文
摘要:
资料:https://gitee.com/chuanqi1995/java 阅读全文
摘要:
资料:https://gitee.com/chuanqi1995/java 阅读全文
摘要:
资料:https://gitee.com/chuanqi1995/java 案例 抽象策略角色 规定策略或算法的行为 package com.promotion; public interface IPromotionStrategy { void doPromotion(); } 具体策略角色 具 阅读全文
摘要:
资料:https://gitee.com/chuanqi1995/java 案例 BOSS发出指令 package com; public class Boss { public void command(String task,Leader leader){ leader.doing(task); 阅读全文
摘要:
资料:https://gitee.com/chuanqi1995/java 待发布 阅读全文
摘要:
资料:https://gitee.com/chuanqi1995/java 先说下如果没有代理模式的代码 package start.service; public interface WuPinService { void goumai(); } package start.service.imp 阅读全文