摘要:
import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.lang.reflect.Field;import java.lang.reflect.Method;import java.lang.re 阅读全文
摘要:
import cn.hutool.core.date.DateUtil;import io.minio.MinioClient;import io.minio.errors.InvalidEndpointException;import io.minio.errors.InvalidPortExce 阅读全文
摘要:
import java.beans.BeanInfo;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.lang.reflect.Field;import java.lang.reflect 阅读全文
摘要:
1、引入对应数据库相关依赖<!--mysql数据库--><dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId></dependency> <!--postgresql数据库--><depe 阅读全文
摘要:
项目整合到gitee上 https://gitee.com/xingleiym/excel-export.git 阅读全文
摘要:
import java.util.*;import java.util.stream.Collectors;/** * stream流的应用 */public class StreamUtils { public static List<Map<String, Object>> list; stat 阅读全文
摘要:
1、引入pom依赖<dependency> <groupId>com.belerweb</groupId> <artifactId>pinyin4j</artifactId> <version>2.5.0</version></dependency>2、自定义工具类 package com.tong 阅读全文
摘要:
List<Vo> list = new ArrayList<>();for (int i = 0; i < 4; i++) { Vo vo = new Vo(); vo.setName("21"); vo.setGrade(new Double(2 + i)); list.add(vo);}doub 阅读全文
摘要:
import java.beans.BeanInfo;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.lang.reflect.Field;import java.lang.reflect 阅读全文
摘要:
1、新建类BigDecimalSerializer import com.fasterxml.jackson.core.JsonGenerator;import com.fasterxml.jackson.databind.JsonSerializer;import com.fasterxml.ja 阅读全文