摘要: /* * Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two 阅读全文
posted @ 2020-01-07 14:24 小傻孩丶儿 阅读(136) 评论(0) 推荐(0) 编辑
摘要: java 8 stream import java.util.ArrayList;import java.util.Comparator;import java.util.List;import java.util.LongSummaryStatistics;import java.util.str 阅读全文
posted @ 2020-01-07 13:57 小傻孩丶儿 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://www.cnblogs.com/cjsblog/p/8992048.html 1、背景介绍 开发过程中,后台的参数校验是必不可少的,所以经常会看到类似下面这样的代码 这样写并没有什么错,还挺工整的,只是看起来不是很优雅而已。 接下来,用Validation来改写这段 2、S 阅读全文
posted @ 2020-01-07 13:51 小傻孩丶儿 阅读(225) 评论(0) 推荐(0) 编辑