摘要:
编译说明:1、安装 vs 2015(update 3)或 vc 2015 c++ build tools(update 3)。 2、设置 rustup 的代理 (环境变量):(for chinese user only) set RUSTUP_DIST_SERVER=http://mirrors.u 阅读全文
摘要:
# -*- coding: UTF-8 -*- import os import imghdr def get_filelist(dir): for home, dirs, files in os.walk(dir): for filename in files: try: fullname = o 阅读全文