摘要: package com.gxnu.study.zip; import java.io.File;import java.io.FileOutputStream;import java.nio.file.Files;import java.nio.file.Paths;import java.util 阅读全文
posted @ 2018-07-20 21:18 智敏罗 阅读(134) 评论(0) 推荐(0) 编辑
摘要: package com.gxnu.study.bean; import java.io.Serializable; public class Dog implements Serializable{ private String name; private transient int age; pu 阅读全文
posted @ 2018-07-20 21:16 智敏罗 阅读(213) 评论(0) 推荐(0) 编辑