文件名称:simple-factory
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 13kb
- 下载次数:
- 3次
- 提 供 者:
- 锡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
某打印功能目前需要支持两种打印模式,其中一种分隔符用*,另一种分隔符为@,请用简单工厂模式和工厂方法模式分别实现该功能。
-A print function is needed to support two print modes, one separator in* another delimiter @ simple factory pattern and factory method pattern to achieve the functionality.
-A print function is needed to support two print modes, one separator in* another delimiter @ simple factory pattern and factory method pattern to achieve the functionality.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Simple\build\classes\a.class
......\.....\.......\b.class
......\.....\.......\Factory.class
......\.....\.......\Simple.class
......\.....\.......\type.class
......\build.xml
......\manifest.mf
......\nbproject\build-impl.xml
......\.........\genfiles.properties
......\.........\private\private.properties
......\.........\project.properties
......\.........\project.xml
......\src\a.java
......\...\b.java
......\...\Factory.java
......\...\Simple.java
......\...\type.java
......\build\classes
......\nbproject\private
......\build
......\nbproject
......\src
......\test
Simple