摘要: --多条件查询。下面的示例等同于SQL语句的where name = "stephen" and age = 35 > db.test.find({"name":"stephen","age":35}) { "_id" : ObjectId("4fd58ecbb9ac507e96276f1a"), 阅读全文
posted @ 2017-03-16 15:43 update_ 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 目前在用 RoboMongo 阅读全文
posted @ 2017-03-16 15:41 update_ 阅读(109) 评论(0) 推荐(0) 编辑
摘要: @Controller @RequestMapping(value = "/global") public class GlobalController { @RequestMapping(value="/test", method... 阅读全文
posted @ 2017-03-16 15:36 update_ 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 负载均衡最开始一步,利用它实现负载均衡集群的定位 阅读全文
posted @ 2017-03-16 13:23 update_ 阅读(235) 评论(0) 推荐(0) 编辑