摘要: 参见 http://www.javacreed.com/gson-deserialiser-example/ 阅读全文
posted @ 2016-11-21 16:36 yaoh371 阅读(254) 评论(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 阅读(494) 评论(0) 推荐(0) 编辑