Developer and Writer
All good things come to those who wait.
TinyTex 安装 curl -sL "https://yihui.org/tinytex/install-bin-unix.sh" | sh 安装包 tlmgr search --global --file IEEEabrv.bib ...
Git commit规范 提交格式 注:? 表示可选,不输入 scope 时可省略圆括号。 type(scope?): subject body? footer? type type用于说明 commit 的类别,只允许使用下列值: b...
Deb制作 dpkg-deb --build --root-owner-group <deb-dir> <name>.deb du -ks usr | cut -f 1 du -ks * | grep -v DEBI...
下载官方提供的 qcow2 文件 Rocky Linux 提供最新版的 qcow2 文件下载地址: https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-Gene...
GDB使用 基本命令 命令 简写 GDB功能 使用方法及备注 run r 启动程序 调试开始 break b 设置断点 break 行号/函数名 info i 查看信息 info breakpoints 查看断点信息 ...
import sysconfig # 获取并打印Python编译参数 config = sysconfig.get_config_vars() print(config["CONFIG_ARGS"]) print(f"CONF...
Showing 1 to 11 of 63 results