摘要:
代码记录(需求:根据start和limit从已有的数据列表中获取从start开始的limit个数据)已有的数据列表:这个数据列表是经过处理的,可能是在SQL查询时无法处理的如多条件排序,而排序条件需要重新计算才能得到。实体类Store.javapackage com.zhipengs.work.test;import java.io.Serializable;/** * 实体类Store * * @author zhipengs */public class Store implements Serializable { private static final long serial... 阅读全文