摘要:
File zipFile = IOUtil.createTempFile("zip"); ZipOutputStream zipout = new ZipOutputStream(new FileOutputStream(zipFile)); FileInputStream fileIn; byte[] bffer = new byte[2048]; for (Map result : results) { ... 阅读全文
posted @ 2013-08-30 10:23
Duelsol
阅读(283)
评论(0)
推荐(0)

浙公网安备 33010602011771号