Sentry 错误监控(Django 错误监控) Sentry 官网 https://sentry.io 邮件提醒 错误列表 Python 安装和使用 Install our Python SDK using pip: $ ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1022
触摸云、阿里云、腾讯云、百度云实惠云主、diyvm 香港云服务器 个人选择顺序:国内先 阿里,再 腾讯,后 百度,香港首选 触摸云 diyvm 香港云服务器 触摸云 cn2 网络 香港云服务器 diyvm 阿里云学生机 ... continue reading centos zhuoyuebiji 2019/7/26 1026
Django 获取 request 的 url 源代码路径 Lib\site-packages\django\http\request.py 获取带参数 URL ( django 1.11 居然报错了) request.get_full_p ... continue reading django zhuoyuebiji 2019/11/21 1034
Docker-compose 安装部署 mysql 配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 mysql主目录 mkdir /usr/local/mysql cd /us ... continue reading docker zhuoyuebiji 2023/2/10 1036
Django 如何通过各种网站的 文件验证 1. 先把 验证文件 下载下来 以及 记录验证的链接 2. 然后把 验证文件放到项目的根目录 3. 新建一个 view 用来读取 验证文件的内容,也可以直接把 验证文件的内容 写在变量里 # b ... continue reading django zhuoyuebiji 2019/8/21 1051
Selenium-server-standalone 分布式自动化测试 搭建 机器准备 linux 主机( 本次使用 centos7,hub 服务) windows 主机(win10,node 节点) hub 服务端环境准备 java 环境安装 文档 1 文档 2 ... continue reading 软件测试 zhuoyuebiji 2021/5/19 1053
Selenium Firefox geckodriver 下载 从selenium 3.0.0开始,要求 Firefox为48及以上版本。 geckodriver下载:https://github.com/mozilla/geckodriver/releases/ ... continue reading 软件测试 zhuoyuebiji 2018/12/19 1055
Centos7 mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 django 2.2 centos 7 错误日志 pip install mysqlclient (qingjiu) [root@VM_16_3_centos running]# pip in ... continue reading django zhuoyuebiji 2020/3/30 1059
Centos 查看端口是否被使用(netstat 和 lsof) [root@VM_2_29_centos ~]# netstat -anp | grep 9090 tcp 0 0 127.0.0.1:9090 0.0.0.0:* ... continue reading centos zhuoyuebiji 2020/5/21 1062
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running 产生原因: 安装 docker 后没有启动 docker 解决方法1: su root # 先切换到root用户, 再执行以下命令 systemctl enable docker # 开机自动启动docker ... continue reading docker zhuoyuebiji 2021/4/12 1062