摘要: 下载 Python 3.9.17 源码 cd ~ wget https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tgz tar -xzf Python-3.9.17.tgz cd Python-3.9.17 镜像源下载命令 清华大学镜像源(同 阅读全文
posted @ 2025-11-24 16:02 aiplus 阅读(6) 评论(0) 推荐(0)
摘要: Python 中常用的 GUI 库 1. Tkinter 简介: Tkinter 是 Python 自带的标准 GUI 库,基于 Tcl/Tk 开发。它是 Python 中最基础、最常用的 GUI 库,无需额外安装,直接随 Python 一起分发。 特点: 优点: 简单易学,适合初学者入门 GUI 阅读全文
posted @ 2025-11-24 14:24 aiplus 阅读(122) 评论(0) 推荐(0)
摘要: zmrobo@H2-RCU:~/code$ ls /dev/dri/ card0 card1 renderD128 renderD129 zmrobo@H2-RCU:~/code$ sudo apt install -y mesa-utils 正在读取软件包列表... 完成 正在分析软件包的依赖关系 阅读全文
posted @ 2025-11-24 13:40 aiplus 阅读(13) 评论(0) 推荐(0)
悬浮按钮示例