时间:2021-07-01 10:21:17 帮助过:19人阅读
File-->Settings-->Plugins-->Browse repositories-->Mongo-->Install
import pymongo client = pymongo.MongoClient("localhost", 27017) # 链接MongoDB数据库 walden2 = client[‘walden‘] # 创建“Walden”数据库 sheet_lines = walden[‘sheet_lines‘] # 在Walden数据库中创建sheet_lines表格
Pycharm下配置MongoDB
标签:har client image bsp arm font lin 技术分享 code