05 2019 档案
摘要:package com.taiping.test; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class DataUtil { /** * pattern格式的写法: yyyy:年 MM:月 ...
阅读全文
摘要:package com.taiping.test; import java.lang.reflect.Field; import java.lang.reflect.Type; /** * * Description: 判断对象是否为空,进一步判断对象中的属性是否都为空 * * 对象为new,但对象中的属性都为null * * */ public class Check...
阅读全文
摘要:1、StringUtils.isEmpty没有忽略空格参数,是以是否为空和是否存在为判断依据。 示例: 2、StringUtils.isBlank是在isEmpty的基础上进行了为空的判断。(一般更为常用) 示例:
阅读全文
摘要:一、项目导入Apache的commons的Jar包。 Jar包Maven下载地址:https://mvnrepository.com/artifact/org.apache.commons/commons-lang3。
阅读全文
摘要:一、去除字符串中的中文字符。 二、去除字符串中的中文,并去除得到字符串之后前后的字符。 三、去除字符串前后,指定的字符。
阅读全文

浙公网安备 33010602011771号