标签:har client image bsp arm font lin 技术分享 code
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表格
标签:har client image bsp arm font lin 技术分享 code
原文地址:http://www.cnblogs.com/ystwyfe/p/7599509.html