摘要:
1 # 总核数 = 物理CPU个数 X 每颗物理CPU的核数 2 # 总逻辑CPU数 = 物理CPU个数 X 每颗物理CPU的核数 X 超线程数 3 4 # 查看物理CPU个数 5 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l 6 阅读全文
posted @ 2023-09-21 15:12
陆映质
阅读(101)
评论(0)
推荐(0)
摘要:
1 //创建文件,多级目录会循环创建出来 2 File touch = FileUtil.touch("d:/hutool_test/hutool_test.txt"); 3 4 5 List<String> listParent = new ArrayList<>(); 6 listParent. 阅读全文
posted @ 2023-09-21 15:01
陆映质
阅读(2324)
评论(0)
推荐(0)

浙公网安备 33010602011771号