C# json 传参发送 post 请求例子 using Fiddler; using System; using System.Linq; using System.Security.Cryptography; using System.Text; using Syst ... continue reading 软件测试 zhuoyuebiji 2020/6/18 1703
Django sitemap.xml 修改 loc 显示的 example.com 参考链接:http://blog.sina.com.cn/s/blog_6fbca40e0101er8p.html 进入数据库,找到表单:django_site, 把 settings.py 里面 SITE_ID 对应 id 的字段 ... continue reading django zhuoyuebiji 2018/8/8 1694
Locust package has moved from 'locustio' to 'locust'. Please update your reference (or pin your version to 0.14.6 if you dont want to update to 1.0) 错误日志: C:\Users\xieboke>pip install locustio -U Collecting locustio Using cached locustio-0.999.tar.gz (267 k ... continue reading 软件测试 zhuoyuebiji 2020/9/16 1694
英语辅音音变规律 前缀 com- com- con- col- cor- co- 含义 together 共同,一起 intensive 加强语气 词源学 com- ht ... continue reading 英语学习 zhuoyuebiji 2020/2/23 1688
Fiddler 替换 Request Host ( 含 https 转 http ) 替换的方法有两种,一种是暂时的,一种是永久的。 官网相关文档:https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/modifyrequestorresponse ... continue reading 软件测试 zhuoyuebiji 2019/8/14 1679
Pycharm python 语法检查设置路径 路径:File -> Settings -> Editor -> Inspections -> Python 拼音检查:File -> Settings -> Editor -> Inspec ... continue reading python zhuoyuebiji 2019/12/3 1679
Django url ( 动态路由配置 ) 文档链接:https://yiyibooks.cn/xx/django_182/topics/http/urls.html 对于高质量的Web 应用来说,使用简洁、优雅的URL 模式是一个非常值得重视的细节。Django 让你随心所欲 ... continue reading django zhuoyuebiji 2019/7/31 1672
Drf 启动报错:AssertionError: `coreapi` must be installed for schema support. 错误日志(error log): AssertionError: `coreapi` must be installed for schema support. 解决办法(solution): (joyoo2) yin ... continue reading django zhuoyuebiji 2020/5/25 1665
Centos7 之 sshd,iptables,firewall,fail2ban 常用操作 SSHD # 在原端口 22 下,新增 sshd 端口 20000,并 开启账号密码登录、开启 root 账号登录 vim /etc/ssh/sshd_config Port 20000 PasswordAuth ... continue reading centos zhuoyuebiji 2019/1/8 1663
Python3 读取含中文的 ini 配置文件 python3 读取含中文的 ini 配置文件 import configparser # 加载现有配置文件 conf = configparser.ConfigParser() # 含中文用 utf-8-sig,而不是 u ... continue reading python zhuoyuebiji 2018/10/20 1662