摘要:Map<String, List<Dto>> deviceMap = deviceList.stream().collect(Collectors.groupingBy(Dto::getFlowId)); 场景:如果getFlowId是null.就会包以下错误 element cannot be m
阅读全文
|
10 2022 档案
摘要:Map<String, List<Dto>> deviceMap = deviceList.stream().collect(Collectors.groupingBy(Dto::getFlowId)); 场景:如果getFlowId是null.就会包以下错误 element cannot be m
阅读全文
摘要:1、ideal中安装插件: 2、打开网址:https://www.guidgen.com/ 打开链接获取新的GUID码 3、网址和UUID码拼接:http://127.0.0.1:8888/ca37b641-4374-49ee-a11a-12cb4d04d2c5 4、打开面板: 4、 将拼接后的地址
阅读全文
摘要:1、现状代码 public interface IPay { void pay(); } package com.test.zyj.note.service.impl; import com.test.zyj.note.service.IPay; import org.springframework
阅读全文
摘要:1、问题: 2、原因: 确定两个条件:1、项目跟目录下有启动类2、测试目录跟项目目录一致 3、解决:
阅读全文
|