删除文件夹下所有图片
file_name = "D:\\screenshot-snrks-png\\png-snrks"
for root, dirs, files in os.walk(file_name):
for name in files:
if name.endswith(".png"): # 填写规则
o
Django运行提示:SQLite 3.8.3 or later is required (found 3.7.17)
CentOS运行Django时提示出错:SQLite 3.8.3 or later is required (found 3.7.17),出现这种错误主要是因为SQLite版本太低的原因。我们升级一下SQLite的版本就好。 升级步骤如下: 去SQLite官网: https:/
You have 13 unapplied migration(s). Your project may not work properly until you apply ...报错
Performing system checks...
System check identified no issues (0 silenced).
You have 13 unapplied migrat
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 91 Current browser version is 90.0.4430.85 with binary