Results 488 comments of Liuzh

目前的这个项目使用纯 starter 集成的 mybatis,pagehelper,mapper.

该后台查询逻辑就行。

分页只负责后台。

按错解决。

oracle都是在SQL基础上再套两层。。先保证排序稳定再分页。

由于参数绑定的线程,所以需要保证在子线程调用startPage。 2017-09-02 15:03 GMT+08:00 300斤的胖子 : > 使用 PageHelper.startPage 和supportMethodsArguments 效果都一样 > > — > You are receiving this because you are subscribed to this thread. > Reply to this...

在用`Boolean`类型的情况下,即使是`isXX`,getter方法也是`getIsXX`,不是`isXX`。 用`boolean`的情况下,会出现`isIsXX`。 这个规范挺好。