摘要: 1 public class AbDateUtil { 2 3 /** 时间日期格式化到年月日时分秒. */ 4 public static final String dateFormatYMDHMS = "yyyy-MM-dd HH:mm:ss"; 5 ... 阅读全文
posted @ 2014-12-06 15:22 eachann 阅读(228) 评论(0) 推荐(0) 编辑
摘要: public class AbCharacterParser { /** The pyvalue. */ private static int[] pyvalue = new int[] {-20319, -20317, -20304, -20295, -20292, -2028... 阅读全文
posted @ 2014-12-06 15:21 eachann 阅读(214) 评论(0) 推荐(0) 编辑
摘要: public final class AbBase64 { /** The Constant base64EncodeChars. */ private static final char[] base64EncodeChars = new char[] {'A', 'B', '... 阅读全文
posted @ 2014-12-06 15:18 eachann 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 1 public class AbAnimationUtil { 2 3 /** 定义动画的时间. */ 4 public final static long aniDurationMillis = 1L; 5 6 /** 7 * 用来改... 阅读全文
posted @ 2014-12-06 15:15 eachann 阅读(223) 评论(0) 推荐(0) 编辑
摘要: public class AbAppUtil { /** * 描述:打开并安装文件. * * @param context the context * @param file apk文件路径 */ public static void in... 阅读全文
posted @ 2014-12-06 15:10 eachann 阅读(187) 评论(0) 推荐(0) 编辑