06 2017 档案

摘要:http://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#repository-query-keywords 阅读全文
posted @ 2017-06-23 16:27 艺言弈行 阅读(596) 评论(0) 推荐(0) 编辑
摘要:如:db.fly_bill.update({}, {$set: {usableStatus: "0"}}, false, true) 阅读全文
posted @ 2017-06-20 16:02 艺言弈行 阅读(7023) 评论(0) 推荐(0) 编辑
摘要:如果想要返回多个字段值: 阅读全文
posted @ 2017-06-20 14:48 艺言弈行 阅读(2749) 评论(0) 推荐(0) 编辑
摘要:public class FeildTest { public static void main(String[] args) { //定义list集合 List list = Arrays.asList(new P(1, "哈哈"), new P(2, "嘿嘿"), new P(3, "呵呵")); //从list集合中,取出字段nam... 阅读全文
posted @ 2017-06-14 09:46 艺言弈行 阅读(32137) 评论(2) 推荐(0) 编辑