05 2021 档案

摘要:awesome_app部署: www-21-05-18_12.19.42/ update mysql.user set authentication_string=PASSWORD('111111'), plugin='mysql_native_password' where user='root' 阅读全文
posted @ 2021-05-30 13:17 食蚁兽 阅读(105) 评论(0) 推荐(0)
摘要:import os L=[] def delete_file(file): if os.path.isdir(file): files=os.listdir(file) for x in files: x=os.path.join(file,x) if os.path.isfile(x): prin 阅读全文
posted @ 2021-05-08 00:47 食蚁兽 阅读(53) 评论(2) 推荐(0)