摘要:
1. 初始化数据库后,想导入数据,发现报错: ERROR 1227 (42000) at line 75612: Access denied; you need (at least one of) the SYSTEM_USER privilege(s) for this operation 解决办 阅读全文
摘要:
from PIL import Image import os # 获取文件名 file_names = os.listdir("./") #print(file_names) # 文件名拼接路径 #file_list = [os.path.join("./",file) for file in f 阅读全文