06 2022 档案
摘要:使用wc命令 具体通过wc --help 可以查看。 如:wc -l filename 就是查看文件里有多少行 wc -w filename 看文件里有多少个word。 wc -L filename 文件里最长的那一行是多少个字。
阅读全文
摘要:Map<String,List<Path>> pathMap = exceptionReport.stream() .map(item -> Paths.get(item.getParamValue())) .collect(Collectors.groupingBy(item -> item.ge
阅读全文
摘要:https://blog.csdn.net/yjltx1234csdn/article/details/105846493
阅读全文
摘要:https://www.jianshu.com/go-wild?ac=2&url=https%3A%2F%2Fwww.cnblogs.com%2Fealenxie%2Fp%2F9134602.html
阅读全文
摘要:打印spark处理失败的日志SparkLauncher launcher = sparkJobUtil.buildSparkLauncher(feedConfig, appName, params);SparkAppHandle handler = launcher.startApplication
阅读全文
摘要:在请求的时候加上 verify=False 即可 if method == METHOD_GET: res = requests.get(url=url, headers=headers, verify=False)elif method == METHOD_POST: res = requests
阅读全文

浙公网安备 33010602011771号