Django 2.2 path、repath、include 注意事项 导入注意事项 Django 2.2 的 path 导入:from django.urls import path, re_path, include APP urls: 增加了 app_name ... continue reading django zhuoyuebiji 2019/12/20 843
Scylla 代理池 docs-zh: https://scylla.wildcat.io/zh/latest/ github: https://github.com/imWildCat/scylla/ Scylla 是一款高质量 ... continue reading python zhuoyuebiji 2019/7/24 842
Nginx 自定义 502 页面 server conf 配置 server { listen 80; listen 443; server_name www.xieboke ... continue reading nginx zhuoyuebiji 2022/2/17 838
Django import_export export 导出时新增自定义字段 环境 Django==2.2.x django-import-export==2.3.0 代码 from django.contrib import admin from .models import * f ... continue reading django zhuoyuebiji 2021/2/5 836
Python3 获取安卓设备列表 import re import os def get_devices(): """ 获取设备列表 :return: 设备列表 """ devices_info = os.pop ... continue reading 软件测试 zhuoyuebiji 2019/6/14 835
Fiddler Modify Autoresponder 修改匹配规则 官方文档:https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/ModifyAutoresponder 编辑规则 从自动响应程序规则集中选择一个规则。 ... continue reading 软件测试 zhuoyuebiji 2019/10/8 833
台式机装机教程(总结) 硬件部分 安装流程:(电脑主板的电池型号为:CR2032 优先,也可以使用 CR2025) 1、电源进机箱(用电源自带的 4 个螺丝固定,CPU 的4(+4)pin 电源线先从背孔穿出 ) 2、仔细检 ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 833
Fiddler Modifying a Request or Response 出处:Modifying a Request or Response To make custom changes to web requests and responses, use FiddlerScript ... continue reading 软件测试 zhuoyuebiji 2019/8/13 830
Django 设置中间件(middleware),禁止某些用户访问站点 想要实现 IP 或者 用户 黑名单(小黑屋)功能,需要用到 django 的 middleware。 # 环境 1. django 1.11.x 2. python 3.6.x # 步骤 1. blo ... continue reading django zhuoyuebiji 2019/9/23 830
评论接入百度云 文本审核 API 官方地址 https://cloud.baidu.com/doc/ANTIPORN/s/pjwvypelq 接口文档下载 下载文档(更新时间:2019-11-14) KEY 申请入口 https://conso ... continue reading API zhuoyuebiji 2019/11/19 823