摘要:
1.需要引入apache.commons.lang3包 2.KongCompareSingleItem.java package test; import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File 阅读全文
摘要:
commons常用工具包的使用 commons-lang包 这个包中的很多工具类可以简化我们的操作,在这里简单的研究其中的几个工具类的使用。 1.StringUtils工具类 可以判断是否是空串,是否为null,默认值设置等操作: /** * StringUtils */ public static 阅读全文