wjbk

导航

2023年8月29日

java list去重

摘要: stringList.stream().distinct().collect(Collectors.toList()); 阅读全文

posted @ 2023-08-29 16:07 wjbk 阅读(16) 评论(0) 推荐(0)

linux 拷贝大数据量文件命令

摘要: find /source_folder -mindepth 1 -maxdepth 1 -exec cp -r {} /destination_folder \; 阅读全文

posted @ 2023-08-29 16:06 wjbk 阅读(54) 评论(0) 推荐(0)