08 2022 档案
摘要:说明:此笔记针对常用的集合操作,注重实际开发,方便开发中常规查阅,故文档会不断更新,形成集合表单。 1. List 转 Set Set<String> stringList = new HashSet<String>(Arrays.asList(carrierIds));
阅读全文
摘要:报错: [root@k8s-node1 k8s]# helm install --namespace openebs --name openebs stable/openebs --version 1.5.0Error: release openebs failed: namespaces "ope
阅读全文
摘要:使用idea的help->Edit Custom Vm Options保存后 关闭idea,双击idea图标无反应问题, 处理步骤,找到idea安装目录 的bin目录下,编辑idea.bat文件,在最后一行加入pause用于打印错误日志 双击idea.bat查看错误 报Error occurred
阅读全文
摘要:java代码: 1 2 3 4 5 Map<String,String> map=new HashMap<String,String>(); map.put("username", "qq"); map.put("passWord", "123"); map.put("userID", "1");
阅读全文

浙公网安备 33010602011771号