84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
使用PyMongo将字符串转换成objectid,根据官方文档,但是提示错误http://api.mongodb.org/python/1.7/api...
from pymongo.objectid import ObjectId key='507f1f77bcf86cd799439011' ObjectId(key)
错误消息 ImportError: No module named objectid
欢迎选择我的课程,让我们一起见证您的进步~~
import bson.objectid # 或者 from bson import objectid
>>> from bson.objectid import ObjectId >>> ObjectId('507f1f77bcf86cd799439011') ObjectId('507f1f77bcf86cd799439011')
Il semble qu'il y ait quelque chose qui ne va pas avec la méthode de conversion objectId fournie avec mongodb
Il semble qu'il y ait quelque chose qui ne va pas avec la méthode de conversion objectId fournie avec mongodb