2015年7月12日
摘要: 内存状态获取类:public class MemoryUtils { public static final int TotalMemory = 0; public static final int AvailableMemory = 1; public static final int freeM... 阅读全文
posted @ 2015-07-12 03:32 WeiLight 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 写文件:private void writeToLocal(String filesString,String content,int mode) { try { FileOutputStream fisStream=openFileOutput(filesString,mode); fi... 阅读全文
posted @ 2015-07-12 03:28 WeiLight 阅读(252) 评论(0) 推荐(0) 编辑