摘要: 进入mongo mongo 查看数据库 show dbs;/show databases(); 第一个命令简单(admin和local数据库是系统自带的) 进入/创建数据库 use 数据库名字(如果有此数据库则进入,如果没有则会添加一个,) 新的数据库因为没有数据,所以show dbs;查看数据库不 阅读全文
posted @ 2019-05-19 18:26 蔡豚豚 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: AttributeError: module 'matplotlib' has no attribute 'verbose' 翻译:attributeError:模块“matplotlib”没有“verbose”属性 回滚到低版本 pip3 install --upgrade matplotlib= 阅读全文
posted @ 2019-05-20 14:09 蔡豚豚 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: 我们先去官网下载地址,去下载。 https://git-scm.com/downloads 1. 2. 3. 双击 Git-2.20.1-64-bit.exe 安装 4. 5. 6. 7. 8. 9. 设置环境变量(选择使用命令行环境) Use Git from Git Bash only-->>g 阅读全文
posted @ 2019-02-22 11:34 蔡豚豚 阅读(7778) 评论(0) 推荐(1) 编辑
摘要: pip install aiohttp 阅读全文
posted @ 2019-02-19 21:21 蔡豚豚 阅读(1356) 评论(0) 推荐(0) 编辑
摘要: import datetimeimport time#新建元旦时间#将程序打包def A(): # 设定时间 newyear =datetime.datetime(2033,10,1) #调用当前时间 nowtime=datetime.datetime.now() #计算时间差 #计算设定的时间减去 阅读全文
posted @ 2019-01-09 11:56 蔡豚豚 阅读(4285) 评论(0) 推荐(0) 编辑