Docker安装步骤:下载程序、安装Docker Desktop、启用WSL 2功能并下载更新文件,重启解决报错。
解决Selenium+eclips报:Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070002 ('系统找不到指定的文件。')
解决Selenium+eclips报:Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones.
修改nginx配置文件,将client_max_body_size设为512M并重启服务,即可支持上传小于512M的文件。