随笔分类 - java基础
摘要:java8特有的类:stream: stream.filter一般适用于list集合,主要作用就是模拟sql查询,从集合中查询想要的数据。filter里面的参数user是指集合里面的每一项 //在集合中查询用户名为huxiansen的集合 List<User> userList = list.str
阅读全文
摘要:算术异常类:ArithmeticExecption 空指针异常类:NullPointerException 类型强制转换异常:ClassCastException 数组负下标异常:NegativeArrayException 数组下标越界异常:ArrayIndexOutOfBoundsExcepti
阅读全文
摘要:1.pom.xml中添加依赖 <!--lombok--> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> </dependency>
阅读全文

浙公网安备 33010602011771号