1. 首页
  2. 数据库
  3. 其它
  4. python获取Linux下文件版本信息、公司名和产品名的方法

python获取Linux下文件版本信息、公司名和产品名的方法

上传者: 2020-12-31 13:07:09上传 PDF文件 29KB 热度 5次
本文实例讲述了python获取Linux下文件版本信息、公司名和产品名的方法,分享给大家供大家参考。具体如下: 区别于前文所述。本例是在linux下得到文件版本信息,主要是通过pefile模块解析文件 中的字符串得到的。代码如下: def _get_company_and_product(self, file_path): """ Read all properties of the given file return them as a dictionary. @return: a tumple, (company, product) """ m
用户评论