摘要: package com.gxnu.study.reflect; import java.lang.reflect.Constructor;import java.lang.reflect.InvocationTargetException;import java.lang.reflect.Metho 阅读全文
posted @ 2018-07-21 21:59 智敏罗 阅读(134) 评论(0) 推荐(0) 编辑
摘要: package com.gxnu.study.zip; import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;import java.nio.file.Files;import jav 阅读全文
posted @ 2018-07-21 21:58 智敏罗 阅读(196) 评论(0) 推荐(0) 编辑
摘要: @Test public void testMulZip(){ try( ZipOutputStream zos = new ZipOutputStream(new FileOutputStream("e:/java.zip"));//创建目录等待zos读取文件到压缩目录中 ){ String st 阅读全文
posted @ 2018-07-21 20:59 智敏罗 阅读(173) 评论(0) 推荐(0) 编辑