摘要:
pkg-config用途: 查询系统已安装库的基础信息(元信息) 1、查看所有的pkg-config库 pkg-config --list-all --list-all 列出pkg-config路径下所有的模块 List all modules found in the pkg-config pat 阅读全文
摘要:
1、os.path.join(arg1, arg2) 将arg1和arg2对应的字符串连接起来并返回连接后的字符串,如果arg1、arg2为变量,就先将arg1、arg2转换为字符串后再进行连接。 2、self.settings = Gio.Settings.new("com.linuxmint.m 阅读全文