11 2022 档案
摘要:public class FileUtils { //重命名文件 public static void reNameFile(String oldPath, String newPath) { boolean result = new File(oldPath).renameTo(new File(
阅读全文
摘要:<select id="queryAdminLicenseDtoList" parameterType="map" resultType="com.zxwa.ntmss.dto.creditmanage.credictremark.AdminLicenseDto"> SELECT b.*,s.org
阅读全文
摘要:List<User> resList = list1 .stream().filter(u -> { //如根据name过滤 for (User user : list2) { if(u.getName().equals(user.getName())){ return false; } } ret
阅读全文