
笔记
随便jio
菜jio的随笔 能解决问题的方法都要记下来㊙
展开
-
2020-03-30
从官网下载Windows10系统到桌面上https://www.microsoft.com/zh-cn/software-download/windows10List item原创 2020-03-30 01:55:27 · 147 阅读 · 0 评论 -
jupyter notebook打卡
安装pip install jupyter打开jupyter notebook原创 2020-02-24 14:50:27 · 227 阅读 · 0 评论 -
如何安装BeautifulSoup
1安装BeautifulSoup库cmd输入:pip install bs4即可完成安装2安装bs4第三方库cmd输入:pip install lxml原创 2020-02-20 23:37:02 · 298 阅读 · 0 评论 -
在PyCharm 中安装MongoDB库的一系列操作
1安装MongoDB 库1⃣在官网下载库并安装在这里注意不要勾选install MongoDB compass其中安装路径选择默认路径不要更改 一旦更改就会出现无法使用服务2⃣设置MongoDB环境在cmd中输入 md c:\data\db 设置目录保存数据3⃣启动MongoDB在cmd输入MongoDB的安装路径[initandlisten]后出现waiting for ...原创 2020-02-20 16:52:25 · 1264 阅读 · 1 评论 -
在cmd上升级pip
在cmd中输入pip list 查看pip版本信息1⃣使用python -m pip install --upgrade pip2⃣使用python -m pip install -U --force-reinstall pip3⃣使用pip install --user --upgrade pip原创 2020-02-20 00:26:52 · 3188 阅读 · 0 评论