文件名称:Cinema
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-02-26
- 文件大小:
- 32kb
- 下载次数:
- 0次
- 提 供 者:
- 玫***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java基础小项目·电影院(要求):
能够分析系统功能并合理提取对象和类
使用属性和方法构建类
使用继承、多态实现良好复用和扩展性
使用泛型集合
使用枚举
读取XML文件
使用序列化和反序列化保存和恢复信息
-Java small project · cinema (required):
Ability to analyze system functions and extract objects and classes reasonably
Use properties and methods to build classes
Use inheritance, polymorphism to achieve good reuse and scalability
Use a generic collection
Use enumeration
Read the XML file
Use serialization and deserialization to save and restore information
能够分析系统功能并合理提取对象和类
使用属性和方法构建类
使用继承、多态实现良好复用和扩展性
使用泛型集合
使用枚举
读取XML文件
使用序列化和反序列化保存和恢复信息
-Java small project · cinema (required):
Ability to analyze system functions and extract objects and classes reasonably
Use properties and methods to build classes
Use inheritance, polymorphism to achieve good reuse and scalability
Use a generic collection
Use enumeration
Read the XML file
Use serialization and deserialization to save and restore information
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Cinema
......\.classpath
......\.project
......\.settings
......\.........\org.eclipse.jdt.core.prefs
......\bin
......\...\Movie.xml
......\...\bean
......\...\....\Cinema.class
......\...\....\Movie.class
......\...\....\Schedule.class
......\...\....\ScheduleItem.class
......\...\....\Ticket.class
......\...\other
......\...\.....\FreeTicket.class
......\...\.....\MovieType.class
......\...\.....\Seat.class
......\...\.....\StudentTicket.class
......\...\.....\Test.class
......\...\.....\TicketType.class
......\...\util
......\...\....\TicketFactory.class
......\src
......\...\Movie.xml
......\...\bean
......\...\....\Cinema.java
......\...\....\Movie.java
......\...\....\Schedule.java
......\...\....\ScheduleItem.java
......\...\....\Ticket.java
......\...\other
......\...\.....\FreeTicket.java
......\...\.....\MovieType.java
......\...\.....\Seat.java
......\...\.....\StudentTicket.java
......\...\.....\Test.java
......\...\.....\TicketType.java
......\...\util
......\...\....\TicketFactory.java