LD is tigger forever,CG are not brothers forever, throw the pot and shine forever.
Modesty is not false, solid is not naive, treacherous but not deceitful, stay with good people, and stay away from poor people.
talk is cheap, show others the code and KPI, Keep progress,make a better result.
Survive during the day and develop at night。
目录
概 述
分页是我们常用的功能:
如何操作:
1.后台拼一个查询SQL:传递参数: 即后端分页:
2.客户端分页:自己创建对应的
优点:服务端数据量大不适用:
客户端分页:自己封装page 对象问题:返回查询对象,不需要增加查询记录
小结
本文主要讲述了一些特定的翻页参数用法。
参考资料和推荐阅读
1.链接: 参考资料.
本文探讨了后台通过SQL实现分页的方法,以及客户端分页的优缺点。后台分页适用于大量数据场景,而客户端分页简化了服务器压力但需处理大量数据。重点讲解了客户端封装Page对象的注意事项,强调展示代码和KPI的重要性。总结了分页参数的使用,并提供了相关参考资料。
601

被折叠的 条评论
为什么被折叠?



