86 版五笔总结(精华篇) 下载 PDF 文件 >>> 五种单笔画的输入 打两下它所在的键,再补两个LL(一 丿 丨 丶 乙) 键面字 键名字:把所在键连打4下 成字根:报户口(键 ... continue reading 计算机基础 zhuoyuebiji 2019/6/13 837
Scylla 代理池 docs-zh: https://scylla.wildcat.io/zh/latest/ github: https://github.com/imWildCat/scylla/ Scylla 是一款高质量 ... continue reading python zhuoyuebiji 2019/7/24 832
Python3 获取安卓设备列表 import re import os def get_devices(): """ 获取设备列表 :return: 设备列表 """ devices_info = os.pop ... continue reading 软件测试 zhuoyuebiji 2019/6/14 830
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 826
Django 设置中间件(middleware),禁止某些用户访问站点 想要实现 IP 或者 用户 黑名单(小黑屋)功能,需要用到 django 的 middleware。 # 环境 1. django 1.11.x 2. python 3.6.x # 步骤 1. blo ... continue reading django zhuoyuebiji 2019/9/23 825
台式机装机教程(总结) 硬件部分 安装流程:(电脑主板的电池型号为:CR2032 优先,也可以使用 CR2025) 1、电源进机箱(用电源自带的 4 个螺丝固定,CPU 的4(+4)pin 电源线先从背孔穿出 ) 2、仔细检 ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 825
Fiddler Modify Autoresponder 修改匹配规则 官方文档:https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/ModifyAutoresponder 编辑规则 从自动响应程序规则集中选择一个规则。 ... continue reading 软件测试 zhuoyuebiji 2019/10/8 824
Nginx 自定义 502 页面 server conf 配置 server { listen 80; listen 443; server_name www.xieboke ... continue reading nginx zhuoyuebiji 2022/2/17 822
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 821
评论接入百度云 文本审核 API 官方地址 https://cloud.baidu.com/doc/ANTIPORN/s/pjwvypelq 接口文档下载 下载文档(更新时间:2019-11-14) KEY 申请入口 https://conso ... continue reading API zhuoyuebiji 2019/11/19 813