搜索资源列表
Ajax-top10security
- ajax十大安全技术,WEB2.0时代的隐患-There is no inherent security weakness in Ajax but adaptation of this technology vector has changed the Web application development approach and methodology significantly. Data and object serialization was very difficult in
cinema
- 电影院售票系统 使用XML和TreeView显示影院放映列表 使用泛型集合维护有继承关系的电影票对象 座位数可以在系统中指定 点击座位可购买不同类型的电影票 使用简单工厂模式创建不同类型的电影票 使用多态实现不同类型电影票的价格计算 使用接口实现电影票的打印 使用序列化和反序列化实现销售情况的保存和读取 -Cinema ticketing system using XML and TreeView display theaters to maintai
xstream-distribution-1.4.2-src
- 在越来越多项目的中xml扮演着重要的角色,程序对xml的解析也越来越频繁。常规的解析工具都是解析器把xml文档转化为一个包含其内容的树,并对树进行遍历,要实现将java对象序列化为xml或者再转换回来,则需要大量的代码实现。而使用XStream则不用任何映射就能实现多数java对象的序列化。-Play an important role in more and more projects in the xml process xml parsing more and more frequent.
XmlSerializer
- Define an interface to serialization of XML Infoset.
Cinema
- java基础小项目·电影院(要求): 能够分析系统功能并合理提取对象和类 使用属性和方法构建类 使用继承、多态实现良好复用和扩展性 使用泛型集合 使用枚举 读取XML文件 使用序列化和反序列化保存和恢复信息 -Java small project · cinema (required): Ability to analyze system functions and extract objects and classes reasonably Use pr