摘要:
参见 http://www.javacreed.com/gson-deserialiser-example/ 阅读全文
posted @ 2016-11-21 16:36
yaoh371
阅读(261)
评论(0)
推荐(0)
摘要:
public static String readableFileSize(long size) { if (size <= 0) { return "0"; } final String[] units = new String[]{"B", "kB", "MB", "GB", "TB", "PB","EB... 阅读全文
posted @ 2016-11-21 15:38
yaoh371
阅读(524)
评论(0)
推荐(0)