用Apache Commons Collections下的ListUtils.partition进行分割 ListUtils.partition(list, size); ...
用Apache Commons Collections下的ListUtils.partition进行分割 ListUtils.partition(list, size); ...
...
...
public static void main(String[] args) { List<Integer> dataList = new ArrayList<Integer>(); for(int i=0;i<12888;i++ ...
1、构建一个lis集合类 2、使用google guava工具类 pom.xml文件 3、使用apache collection工具类 pom.xml文件 3、使用java8 stream分割 4、使用 ...