摘要: import os, time from PyPDF2 import PdfFileReader, PdfFileWriter def get_file_list(path): file_list = [os.path.join(root, filepath) for root, dirs, fil 阅读全文
posted @ 2021-03-16 18:22 ascertain 阅读(274) 评论(0) 推荐(0) 编辑
摘要: select table_name,table_type,engine from information_schema.tables where table_schema=`database_name` order by table_name desc; 阅读全文
posted @ 2021-03-16 17:52 ascertain 阅读(37) 评论(0) 推荐(0) 编辑