- 博客(6)
- 收藏
- 关注
原创 wmic memphysical get maxcapacity疑惑
https://superuser.com/questions/973417/command-wmic-memphysical-get-maxcapacity-gives-wrong-number
2024-05-31 20:26:30
198
原创 python向mysql数据库插入数据时不报错 数据库中却没有数据
在connect() 中 加上参数 autocommit 并且给它赋值 True 这样就能自动检查是否真的入库 autocommit=True
2020-06-09 18:19:11
2635
4
原创 python安装图像库matplotlib
python安装图像库matplotlib pip install Matplotlib -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
2020-05-07 16:44:00
238
原创 vscode布置python环境
vscode布置python环境 下载python安装包 可以从官方链接 https://www.python.org/ 下载 step 1 :选择系统可用用户 step 2 :安装默认组件 step 3: 自定义安装路径 step 4: 使用命令行验证 python -V pip常用管理指令介绍: pip list:查看当前模块库中已经安装的所有外部模块指令。 pip install 模...
2020-04-30 11:53:42
362
原创 切实有效的matlab安装方法
切实有效的malab安装方法 https://jingyan.baidu.com/article/cbcede075e415e02f40b4dc3.html
2020-03-29 17:38:51
211
原创 解决每次需要source /etc/profile
解决每次需要source /etc/profile //打开.bashrc文件 添加source /etc/profile vim ~/.bashrc source /etc/profile
2020-03-28 16:09:34
765
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人