- 博客(17)
- 收藏
- 关注
原创 Python笔记
1. remove(value),通过给定一个value,来删除第一次出现的这个值2. pop(index) ,通过给定一个index,来删除特定位置的元素3. del(list[index]),隐式删除list中索引为index的值考点:list.del() 是错的!!!。tuple的元素不能用del,但可以直接删除tuple这个变量。string同tuple。4. append(value),在末尾添加一个元素5. insert(index, value),在index处插入一个值value。
2025-03-18 20:31:22
382
原创 Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/torch/
电脑开了代理加速器 ---> 关闭。
2024-12-21 00:08:28
307
原创 树莓派4B用HDMI连接显示屏一直黑屏闪动
树莓派4B连接显示屏,显示屏能亮,有短暂的时间是黑屏状态(能明显感受到似乎要显示树莓派的界面),但是马上又显示No Signal。
2024-07-17 13:49:27
1056
原创 The scripts f2py, f2py3 and f2py3.9 are installed in ‘/home/pi/.local/bin‘ which is not on PATH
树莓派4B安装numpy的时候报错。
2024-07-10 20:17:40
541
原创 Pycharm----ImportError: Image transformations require SciPy. Install SciPy.
3.第三步,搜索scipy,选中,点击右下角的Install Package。点击Close,再点OK,等待安装完成即可。2.第二步,在左边选择Python Interpreter,选择好Python Interpreter后,点击➕。1.第一步点击Pycharm左上角的File,点击Settings。只需要在Pycharm里直接安装SciPy即可。用Pycharm运行图像识别代码时遇到报错。
2024-04-01 15:49:00
540
转载 pychram tensorflow安装
TensorFlow的安装(Anaconda+TensorFlow+PyCharm)-优快云博客在第七步有报错:import tensorflow报错:FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated_import tensorflow futurewarning: passing (type, 1)-优快云博客Pycharm环境报错:Pycharm 报错 Environment location
2024-03-31 21:03:39
91
1
转载 【配置】Ubuntu字体大小设置
ubuntu系统字体太小调整方法,亲测有效,2分钟解决!_ubuntu字体大小设置_Time_Memory_cici的博客-优快云博客
2023-11-19 20:06:00
606
1
转载 【配置】Ubuntu 18.04 各种配置:源、网络、软件、工具等
Ubuntu 18.04/20.04/22.04 使用教程 - 知乎 (zhihu.com)
2023-11-19 12:21:04
221
1
转载 【配置】Ubuntu 18.04 无法与Windows共享复制粘贴
VirtualBox Ubuntu无法安装增强功能以及无法复制粘贴踩坑记录_虚拟机安装增强功能没反应-优快云博客
2023-11-19 12:17:54
241
1
转载 【配置】Ubuntu显示界面不全或太小
解决VirtualBox安装Ubuntu时界面显示不全问题_virtual打开ubuntu屏幕显示不全_Kc77的博客-优快云博客
2023-11-19 11:29:42
1081
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人