摘要:
import cn.hutool.core.util.ReUtil; import cn.hutool.core.util.StrUtil; public class IDCardValidator { public static boolean isValidIDCard(String idCar 阅读全文
摘要:
package org.example; import java.lang.reflect.Field; /** * @author 50649 */ public class TestCount { public static int countNullFields(Object entity) 阅读全文
摘要:
import java.lang.reflect.Field; public class FieldCounter { public static int countNullFields(Object obj) throws IllegalAccessException { int nullFiel 阅读全文