摘要: 参考链接:( https://blog.csdn.net/baidu_38990811/article/details/80095495 ) Aggregation agg = Aggregation.newAggregation( Aggregation.match(criteria),//条件 阅读全文
posted @ 2020-01-02 08:41 小半夏 阅读(4191) 评论(0) 推荐(0)
摘要: 链接:( https://www.cnblogs.com/wuxu/p/11198764.html ) --分页规律总结:每页显示m条数据,查询第n页数据 select * from (select rownum r,e. * from 要分页的表 e where rownum<=m*n) t wh 阅读全文
posted @ 2020-01-02 08:33 小半夏 阅读(172) 评论(0) 推荐(0)