mongo
瓶瓶罐罐煮皮卡丘
这个作者很懒,什么都没留下…
展开
-
pymongo的基本使用
import pymongomongo_url1 = "*.*.*.*:27017"client = pymongo.MongoClient(mongo_url1)db1 = client['minganci']col1 = db1['mgctj']# 查询一个# result = col1.find_one()# 多条数据查询查询# results = col1.find...原创 2019-03-20 09:58:35 · 146 阅读 · 0 评论 -
pymongo
https://blog.csdn.net/wsp_1138886114/article/details/80402039转载 2019-03-20 10:01:27 · 167 阅读 · 0 评论