摘要:
GUI: 图形用户接口 事件处理: 接口回调 阅读全文
posted @ 2019-04-26 21:50
小名的同学
阅读(289)
评论(0)
推荐(0)
摘要:
JSON: 注意事项 解析的JSON对象必须有默认构造器 FastJson pom <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.32</version> </de 阅读全文
posted @ 2019-04-26 10:00
小名的同学
阅读(420)
评论(0)
推荐(0)
摘要:
XMLEncoder: 将对象写入XML数据中 对象必须有public XMLDecoder: xStream工具使用: 适合用作数据传输 下载xSream jar包 下载依赖包 xpp3 jar包 使用实例 做数据传输 利用xStream读取XML和写入XML cloth.xml Clothes类 阅读全文
posted @ 2019-04-26 09:32
小名的同学
阅读(1690)
评论(0)
推荐(0)