基本 Ubuntu 命令
Ubuntu 系统的基本 shell 命令
Ubuntu 系统的基本 shell 命令
chirpy theme 确实很强大!
git 常用命令速查
《Docker实战(第2版)》(Docker in Action(2rd Edition))读书笔记
本地部署 stable diffusion
python 编程中的技巧
Python turtle API 参考 更多细节见 Python turtle documentation 文档 绘图窗口设置 turtle.title('A python turtle demo') turtle.setup(width=0.5, height=0.75, startx=None, starty=None) 画布设置 turtle.screensize(can...
python 中常用内置模块,如 os、sys、glob 等
python 中列表、元组、集合、字典结构
python 的内置对象、魔术方法