opslabJutil icon indicating copy to clipboard operation
opslabJutil copied to clipboard

Java utils

Results 8 opslabJutil issues
Sort by recently updated
recently updated
newest added

不知道楼主是不是还在更新,非常感谢作者

赞,非常棒,已收藏。要是能在maven上更新就完美了。

工具类简介汉字和英文混在一块,看起来有些费劲,能够格式化输出,使排版更加容易阅读?

com.opslab.util.ZIPUtil at line 21 give a solution ``` try { ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(dest)); zipFile(file, zos, ""); zos.flush(); zos.close(); } catch (IOException e) { e.printStackTrace(); throw e; }...

these code works ``` InputStream input = new FileInputStream(file); BufferedReader b = new BufferedReader(new InputStreamReader(input)); String value = b.readLine(); if (value != null) while (value != null) { count++; value...

Base64编码的util有吗,在哪个文件里?谢谢

hello 写的不错 _下载收藏了****_