摘要:
POM文件 父项目管理jar包,pom 子项目,工具项目,jar 子项目,服务项目,聚合项目,pom 聚合项目子工程 pojo dao interface service web 配置文件 在web子项目src/main/resource中新建conf,mybatis,spring文件夹 conf/ 阅读全文
摘要:
定义 解释器模式(Interpreter Pattern)是一种按照规定语法对表达式进行解析的方案,在项目中较少使用。 英文:Given a language,define a representation for its grammer along with an interpreter that 阅读全文
摘要:
定义 状态模式(State Pattern)又称为状态对象模式,该模式允许一个对象在其内部状态改变的时候改变行为。 英文:Allow an object to alert its behavior when its internal state changes.The object will app 阅读全文