摘要: Windows 使用 tree 命令 基本语法 tree [drive:][path] [/F] [/A] 参数说明 [drive:][path]:指定要显示树结构的驱动器和目录。如果未指定路径,则使用当前目录。 /F:显示每个文件夹中的文件名。 /A:使用ASCII字符而不是扩展字符来显示链接子目 阅读全文
posted @ 2024-09-26 19:05 jarico 阅读(1220) 评论(0) 推荐(1)
摘要: 读取文本十六进制,保存为图片 目录结构 D:\SFW\PY_TOOLS\PNGPY main.py mhex.txt output.png main.py def hex_to_png(hex_file, output_file): # 从文件中读取十六进制数据 with open(hex_file 阅读全文
posted @ 2024-09-26 18:49 jarico 阅读(380) 评论(0) 推荐(0)