摘要: 1.Collections.sort排序 List<DateObj> list = mongoDAO.findByQuery(query,DateObj.class); Collections.sort(list, new Comparator<DateObj>() { @Override publ 阅读全文
posted @ 2021-10-20 13:18 回溯者 阅读(365) 评论(0) 推荐(0) 编辑
摘要: mongodb命令: 模糊: db.getCollection('cabinTermRecord').find({"personnelName" : /能/}).pretty() 正则模糊,or db.getCollection('cabinTermRecord').find({"$or" : [ 阅读全文
posted @ 2021-10-20 11:42 回溯者 阅读(1245) 评论(0) 推荐(0) 编辑