上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: /** * <p>年龄计算工具类</p> * * @author wangjs34383 * @date 2020/12/23 */ public class BirthdayUtil { public static int getAgeByBirth(Date birthDay) throws P 阅读全文
posted @ 2021-08-28 21:06 柯南剧场版 阅读(68) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.lang3.time.DateFormatUtils; import java.lang.management.ManagementFactory; import java.text.ParseException; import java.text 阅读全文
posted @ 2021-08-28 21:05 柯南剧场版 阅读(31) 评论(0) 推荐(0) 编辑
摘要: mport java.math.BigDecimal; import java.math.RoundingMode; /** * 精确的浮点数运算 * * @author wjs * @date 2019/5/21 */ public class Arith { /** * 默认除法运算精度 */ 阅读全文
posted @ 2021-08-28 21:04 柯南剧场版 阅读(36) 评论(0) 推荐(0) 编辑
摘要: /** * 基础异常 * * @author wjs * @date 2019/5/24 */ public class BaseException extends RuntimeException { private static final long serialVersionUID = 1L; 阅读全文
posted @ 2021-08-28 21:01 柯南剧场版 阅读(29) 评论(0) 推荐(0) 编辑
摘要: /** * 请求返回结果 * @author wjs * @date 2020/3/2 */ @Data @ToString @AllArgsConstructor @NoArgsConstructor @Builder public class Result implements Serializ 阅读全文
posted @ 2021-08-28 20:58 柯南剧场版 阅读(42) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页