文件名称:Builders-mode
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 17kb
- 下载次数:
- 1次
- 提 供 者:
- 锡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
写情书要写如下几个内容 1.称呼对方 2.称赞对方 3.表白 4.约会,不同的人会有不同的写法,每种人都有不同的情书创建者,轻松搞定情书,请用建造者模式实现对情书的创建
-Write love letters to write as follows several content to call each other. Praised the other 3. Confession. Appointments, different people have different ways of writing, each person has a different love letters creator, easy to get love letters, with construction by mode to achieve the creation of a love letter
-Write love letters to write as follows several content to call each other. Praised the other 3. Confession. Appointments, different people have different ways of writing, each person has a different love letters creator, easy to get love letters, with construction by mode to achieve the creation of a love letter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
建造者模式\build\built-jar.properties
..........\.....\classes\Application.class
..........\.....\.......\Builder.class
..........\.....\.......\BuilderOne.class
..........\.....\.......\BuilderTwo.class
..........\.....\.......\QingShu.class
..........\build.xml
..........\manifest.mf
..........\nbproject\build-impl.xml
..........\.........\genfiles.properties
..........\.........\private\private.properties
..........\.........\.......\private.xml
..........\.........\project.properties
..........\.........\project.xml
..........\src\Application.java
..........\...\Builder.java
..........\...\BuilderOne.java
..........\...\BuilderTwo.java
..........\...\QingShu.java
..........\build\generated-sources\ap-source-output
..........\.....\classes
..........\.....\empty
..........\.....\generated-sources
..........\nbproject\private
..........\build
..........\nbproject
..........\src
建造者模式