摘要: 操作Redis的工具类 import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTemplate; import org.spring 阅读全文
posted @ 2023-01-06 16:58 Whlinde 阅读(72) 评论(0) 推荐(0)
摘要: 1.出生日期字符串转换为日期 /** * 将 生日 计算为 年龄 * * @param strDate * @return Date; */ public static Date parse(String strDate) throws ParseException { SimpleDateForm 阅读全文
posted @ 2021-11-12 17:40 Whlinde 阅读(71) 评论(0) 推荐(0)