摘要: import pymongo from bson import ObjectId mongo_client = pymongo.MongoClient(host="127.0.0.1",port=27017) MONGO = mongo_client["dbname"] MONGO = mongo_client["user_info"] # 查询数据 # res = list(MONGO.... 阅读全文
posted @ 2018-12-25 21:52 小学弟- 阅读(378) 评论(0) 推荐(0) 编辑
摘要: Homebrew 常用命令 Homebrew 介绍 Homebrew也称brew,macOS下基于命令行的最强大软件包管理工具,使用Ruby语言开发。类似于CentOS的yum或者Ubuntu的apt-get。安装homebrew后,我们可以通过命令行的方式,安装、卸载、更新软件包,而且安装时它会自 阅读全文
posted @ 2018-12-25 09:28 小学弟- 阅读(394) 评论(0) 推荐(0) 编辑