pyMongo 一些基本操作
摘要:1. find() 函数, 可以在函数体内直接指定 filter, sort, projection(限制field), 语法如下: datas = col.find( filter = {"$and":[{"_id":{"$gte":datetime.datetime(2017, 1, 20)}}
阅读全文
posted @ 2017-02-01 14:49
posted @ 2017-02-01 14:49