会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蔡猪猪
博客园
首页
新随笔
联系
管理
订阅
[置顶]
mongo数据库的一些命令(对于新同学,按照我的步骤连一遍即可)
摘要: 进入mongo mongo 查看数据库 show dbs;/show databases(); 第一个命令简单(admin和local数据库是系统自带的) 进入/创建数据库 use 数据库名字(如果有此数据库则进入,如果没有则会添加一个,) 新的数据库因为没有数据,所以show dbs;查看数据库不
阅读全文
posted @ 2019-05-19 18:26 蔡豚豚
阅读(1131)
评论(0)
推荐(0)
2019年5月20日
AttributeError: module 'matplotlib' has no attribute 'verbose'
摘要: AttributeError: module 'matplotlib' has no attribute 'verbose' 翻译:attributeError:模块“matplotlib”没有“verbose”属性 回滚到低版本 pip3 install --upgrade matplotlib=
阅读全文
posted @ 2019-05-20 14:09 蔡豚豚
阅读(1714)
评论(0)
推荐(0)
2019年2月22日
Git 最新版本2.20.1 安装及配置
摘要: 我们先去官网下载地址,去下载。 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 蔡豚豚
阅读(8105)
评论(0)
推荐(1)
2019年2月19日
Python中:ModuleNotFoundError: No module named 'alipay'
摘要: pip install aiohttp
阅读全文
posted @ 2019-02-19 21:21 蔡豚豚
阅读(1414)
评论(0)
推荐(0)
2019年1月9日
Python调用time模块设置当前时间-指定时间
摘要: import datetimeimport time#新建元旦时间#将程序打包def A(): # 设定时间 newyear =datetime.datetime(2033,10,1) #调用当前时间 nowtime=datetime.datetime.now() #计算时间差 #计算设定的时间减去
阅读全文
posted @ 2019-01-09 11:56 蔡豚豚
阅读(4346)
评论(0)
推荐(0)
公告