Google 和 百度 SEO google 1. 注册账号:https://search.google.com/search-console 2. 提交 sitemap 百度 1. 注册账号:https://ziyuan.baidu.co ... continue reading django zhuoyuebiji 2019/7/10 1127
Fiddler Customize Rules create get or post request 创建请求 Fiddler Customize Rules create get request: https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/SearchS ... continue reading 软件测试 zhuoyuebiji 2019/10/8 1114
购买和安装海尔电热水器的总结 产生购买热水器的冲动 在深圳洗澡长期使用自来水,直到 2020 回老家洗过一段时间温水(新冠疫情期间),发现温水去污能力挺好的,洗浴过程中受伤关节的异常感受也没感觉到,也不用担心晚浴用冷水洗头后的清醒(一定程度上影响睡眠)。 ... continue reading 生活感悟 zhuoyuebiji 2020/4/20 1113
Selenium 模拟滑块验证码 参考资料 slider-captcha/slider_captcha.py at master · maxnoodles/slider-captcha (github.com) GitHub - sml2h3/dd ... continue reading selenium zhuoyuebiji 2023/2/21 1113
Python 与 redis 交互取出数据类型是 bytes 时,如何直接取出 str 数据类型 运行代码:(存 str 类型,得 bytes 类型,这是由于 Python3 与 redis 交互的驱动的问题,Python2 取出来的就是 str 类型的) [root@VM_2_29_centos ~]# worko ... continue reading redis zhuoyuebiji 2019/10/2 1109
Pycharm 2019.2 使用小技巧 技巧 1:文本变字符串 步骤: 选中 文本 按下 单引号 或者 双引号 技巧 2:给函数 或者 类 添加说明 步骤: 在 函数 或 类 的头部 输入 """ ... continue reading django zhuoyuebiji 2020/1/10 1108
Pycharm 2019.2 下 django 项目选择本地 python 虚拟环境 前提:python 虚拟环境需要自己安装好 用 pycharm 专业版 新建 django 项目 1. 第一步,找到新建入口 2. 第二步,新建 django 项目 新建 django 项目时,把未添 ... continue reading django zhuoyuebiji 2019/10/28 1107
树莓派 + frp + 公网服务器,实现自定义域名内网穿透,暴露内网服务在公网(多 ssh, 多 web) 认识 FRP FRP 是 Fast Reverse Proxy 的缩写,一款支持 TCP/UDP 快速反向代理的开源软件,可以很方便的内网穿透。和花生壳、Ngrok 等不同,FRP 客户端和服务端的控制权都在自己手中,这也意味着你需要 ... continue reading 树莓派 zhuoyuebiji 2020/6/7 1102
Locust 性能测试工具使用资料 认识和安装 locust https://www.cnblogs.com/imyalost/p/9758189.html https://docs.locust.io/en/stable/installation ... continue reading 软件测试 zhuoyuebiji 2020/9/17 1100
Django2 TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments that are already attributes of the class. django2 报错: TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments t ... continue reading django zhuoyuebiji 2020/5/20 1099