06 2020 档案
摘要:add(BigDecimal) BigDecimal对象中的值相加,返回BigDecimal对象 subtract(BigDecimal) BigDecimal对象中的值相减,返回BigDecimal对象 multiply(BigDecimal) BigDecimal对象中的值相乘,返回BigDec
阅读全文
摘要:1、使用谷歌的Joiner(代码超级短) import com.google.common.base.Joiner; import java.util.ArrayList; import java.util.List; public class Convert { public static voi
阅读全文
摘要:public Collection checkList(List list, String tableColumnName, String agers){ List templist = new ArrayList(); EqualPredicate parameter = new EqualPre
阅读全文
摘要:首先在pom.xml中添加FreeMaker的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependenc
阅读全文