09 2021 档案

摘要:1 public String takePersonAccessRecord() { 2 String url = ""; 3 HttpHeaders headers = new HttpHeaders(); 4 headers.add("Authorization", TOKEN); 5 UriC 阅读全文
posted @ 2021-09-23 15:00 二先森 阅读(5732) 评论(0) 推荐(0)
摘要:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>1 阅读全文
posted @ 2021-09-23 09:40 二先森 阅读(3363) 评论(0) 推荐(0)
摘要:-Dfile.encoding=GBK 阅读全文
posted @ 2021-09-22 11:33 二先森 阅读(79) 评论(0) 推荐(0)
摘要:public static String readJsonFile(String path){ String jsonStr = ""; try { File jsonFile = new File(path); FileReader fileReader = new FileReader(json 阅读全文
posted @ 2021-09-22 11:29 二先森 阅读(418) 评论(0) 推荐(0)
摘要:// 1. 获取所有数据List,找到顶级ID voList.stream().filter( vo -> vo.getParentId() == null ).map( (menu) -> { menu.setHiddenDictVos( getChildrens( menu, voList ) 阅读全文
posted @ 2021-09-01 10:28 二先森 阅读(296) 评论(0) 推荐(0)