09 2023 档案
摘要:参数说明 -F, –onefile | 打包一个单个文件,如果你的代码都写在一个.py文件的话,可以用这个,如果是多个.py文件就别用 -D, –onedir | 打包多个文件,在dist中生成很多依赖文件,适合以框架形式编写工具代码 -w, –windowed,–noconsole | 使用Win
阅读全文
摘要:```python import re import os import email from email.header import decode_header from email.utils import parsedate_to_datetime def parse_eml(eml_fp,
阅读全文