摘要: package com.jianong.xmtt.util; import android.content.Context; import android.content.SharedPreferences; /** * SharedPreferences的一个工具类,调用setParam就能保存String, Integer, Boolean, Float, Long类型的参数 * 同... 阅读全文
posted @ 2016-06-27 17:19 遗失的流年 阅读(628) 评论(0) 推荐(0) 编辑
摘要: package com.jianong.xmtt.util; import android.content.Context; import android.os.Environment; import java.io.File; import java.math.BigDecimal; /** * Created by hgl on 2016/6/23. */ public class... 阅读全文
posted @ 2016-06-27 17:17 遗失的流年 阅读(19883) 评论(3) 推荐(1) 编辑
摘要: public class MD5Utils { public final static String MD5(String s) { char hexDigits[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9','a', 'b', 'c', 'd', 'e', 'f' }; try 阅读全文
posted @ 2016-06-27 17:15 遗失的流年 阅读(361) 评论(0) 推荐(0) 编辑