-
db.runCommand( {getNear: coll, near: [x,y], maxDistance: 10, num:10 }查看全部
-
db.location.find({w:{$geowithin:{$box:[[0,0],[3,3]]}}}) db.location.find({w:{$geowithin:{$senter:[[0,0],5]}}}) db.location.find({w:{$geowithin:{$polygon:[[0,0],[0,1],[2,5]]}}})查看全部
-
2D db.coll.ensuresIndex({w:"2d"}) db.coll.insert({w:[10,10]}) db.coll.find({w:{$near:[10,10]}}) db.coll.find({w:{$near:[10,10], $maxDistance:10}})查看全部
-
db.imooc_collection.remove({c:2}) db.imooc_collection.drop()查看全部
-
db.imooc_collection.update({c:1},{$set:{c:2}},false,true) 更新多条记录,只能更新部分字段查看全部
-
db.imooc_collection.update({y:100},{y:999},true) 记录不存在时,自动Insert查看全部
-
数据运维查看全部
-
数据库使用查看全部
-
数据服务查看全部
-
scons all (-j cpus)查看全部
-
中文网站查看全部
-
6查看全部
-
5查看全部
-
4查看全部
-
3查看全部
举报
0/150
提交
取消