摘要: 1 /** 3 * @description 金额元分之间转换工具类 6 */ 7 public class AmountUtils { 8 9 /**金额为分的格式 */ 10 public static final String CURRENCY_FEN_REGEX = "\\-?[0-9]+"; 11 12 /** 13 * 将分为单位的... 阅读全文
posted @ 2017-10-19 14:38 嘚吧嘚吧嘚 阅读(2588) 评论(0) 推荐(0) 编辑
摘要: final static long EIGHT_HOURS = 8 * 60 * 60 * 1000; public final static long ONE_HOUR = 60 * 60 * 1000; public final static long DAY = 24 * 60 * 60 * 1000; public final static long WEEK = 7 * 24 * 60... 阅读全文
posted @ 2017-10-19 14:32 嘚吧嘚吧嘚 阅读(241) 评论(0) 推荐(0) 编辑