摘要: from bson.objectid import ObjectId 1、字符串转ObjectId oid = ObjectId(id_str); 2、ObjectId转字符串 id_str = ObjectId(id).toString() 例子 find({'_id': ObjectId(id_ 阅读全文
posted @ 2020-04-23 17:04 阿磊小哥哥呀 阅读(1363) 评论(0) 推荐(0) 编辑
摘要: Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWar 阅读全文
posted @ 2020-04-23 09:52 阿磊小哥哥呀 阅读(805) 评论(0) 推荐(0) 编辑