怎么做比较好?
具体业务场景是:
移动端需要展示一个列表:视频列表和攻略列表,将它们按时间DESC排序(时间是都有的字段),以及还有分页功能.(List是分两次从数据库中读出来的)
迷茫2017-04-17 17:47:09
For Java, I remember there is a direct way to sort the list (I fell into the trap of PHP)