随笔分类 - java8
摘要:// 判空 // 排序 //计数 long distinctCount = decreaseRequestList.stream().map(DecreaseRequest::getMemberSeq).distinct().count(); //映射 //对象list转属性listList<Act
阅读全文
摘要:/** * 日期:2019/7/24. * 功能: * 1. 时间戳 -> Instant -> LocalDateTime -> Instant -> 时间戳 * 2. 格式化:LocalDateTime -> 字符串 * 解 析:字符串 -> LocalDateTime */public cla
阅读全文