- 博客(10)
- 资源 (3)
- 收藏
- 关注
原创 Stream流转map用法
List<User> users = new ArrayList<>();users.add(new User(4L,"liuliu"));users.add(new User(1L,"zhangsan"));users.add(new User(3L,"wangwu"));users.add(new User(2L,"lisi"));Map map4 = users.stream().collect(Collectors.groupingBy(User::getUs..
2021-03-26 18:58:17 1157 1
原创 多文件上传
前台<html><head></head><body><form action="http://localhost:8081/up" method="post" name="file" enctype="multipart/form-data"> <table> <tr> <td>名称:</td> <td&...
2021-03-26 18:54:50 132
原创 JMeter测试http接口
1.启动JMeter2.add Thread Group3.配置http的header4.配置http请求5.add 创建监听结果树(翻译可能不精确)6.运行运行成功!
2020-10-19 16:56:16 95
原创 Optional
String duration = Optional.ofNullable(user1).map(o -> o.getName()).orElse("xiaoming");
2020-08-20 14:25:37 89
原创 IntelliJ IDEA部署项目时找不到artifact
首先打开compiler.xml文件(.idea文件夹下),查看jdk和你配置的是否一致不一致如下如配置
2017-08-07 09:30:15 6130
extjs 2.2中文API帮助文档CHM格式的下载
2017-09-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人