-
学习的目标1查看全部
-
MongoDB的概念查看全部
-
使用scons all 进行编译查看全部
-
1,创建 mongodb_simple查看全部
-
scons all 编译查看全部
-
db.location.find({w:{$near:[1,1], $maxDistance:10, $minDistance:2}}) db.location.find({w:{$geoWithin:{$box:[[1,1],[3x3]]}}})查看全部
-
db.articles.find($text:{$search:"aa bb cc"})<br> this is "and condition"<br> db.articles.find($text:{$search:"\"aa\" \"bb\" \"cc\""})<br> this is "or condition" db.articles.find({$text:{$search:"aa bb"}}, {score:{$meta:"textScore"}}).sort({socre:{$meta:"textScore"}})查看全部
-
良好的数据结构和方便的数据扩展查看全部
-
索引机制查看全部
-
无表结构,每次使用表之前,不需要进行初始化操作查看全部
-
搭建MongoDB服务器查看全部
-
数据安全查看全部
-
MangoDB特性查看全部
-
数据库对比查看全部
-
全文索引查看全部
举报
0/150
提交
取消