摘要:
pom 阅读全文
摘要:
java的流不常用,每次学习完都懂,过了一段时间就全忘了。。。 记录下一点实用的东西。。。 需求: 截取文件的前250kb内容 阅读全文
摘要:
// 判空 // 排序 //计数 long distinctCount = decreaseRequestList.stream().map(DecreaseRequest::getMemberSeq).distinct().count(); //映射 //对象list转属性listList<Act 阅读全文