August 26, 2019
访问 Acunetix WVS 的 PostgreSQL 数据库
August 19, 2019
SQLite版本过低导致Django 2.2.3启动错误解决办法
August 17, 2019
pipenv 基本使用 <!–more–> 常用操作 # 重建环境 pipenv –rm pipenv install –verbose 正文 # pipenv # 安装所需的依赖 pipenv install requests pipenv install -r requirements.txt –pypi-mirror https://pypi.tuna.tsinghua.edu.cn/simple pipenv –python 2.7.16 install -r requirements.txt –pypi-mirror https://pypi.tuna.tsinghua.edu.cn/simple # 删除所需依赖 pipenv uninstall requests ## 分离开发环境所需的依赖 pipenv install pytest –dev # 打开虚拟环境 pipenv shell # 关闭虚拟环境 # 注意不要使用 deactivate 退出 # […]
August 7, 2019
CVE-2017-5638 – Apache Struts2 S2-045