前端输入框使用 ckeditor 富文本编辑器 官方文档 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_ckeditor_js_load.html (配置文档) https://ckeditor.com ... continue reading html zhuoyuebiji 2019/12/9 1735
Fiddler 替换 Request Host ( 含 https 转 http ) 替换的方法有两种,一种是暂时的,一种是永久的。 官网相关文档:https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/modifyrequestorresponse ... continue reading 软件测试 zhuoyuebiji 2019/8/14 1730
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 1723
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 1722
Pycharm python 语法检查设置路径 路径:File -> Settings -> Editor -> Inspections -> Python 拼音检查:File -> Settings -> Editor -> Inspec ... continue reading python zhuoyuebiji 2019/12/3 1720
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 1712
Django url ( 动态路由配置 ) 文档链接:https://yiyibooks.cn/xx/django_182/topics/http/urls.html 对于高质量的Web 应用来说,使用简洁、优雅的URL 模式是一个非常值得重视的细节。Django 让你随心所欲 ... continue reading django zhuoyuebiji 2019/7/31 1709
ApkInstaller Apk 安装工具 Apk Installer——Apk 安装工具 介绍 Apk Installer(原名:WSAInstallTool,自1.2.3.0版本后更名)是一款Windows下自动 ... continue reading 软件测试 zhuoyuebiji 2024/9/24 1706
Python3 读取含中文的 ini 配置文件 python3 读取含中文的 ini 配置文件 import configparser # 加载现有配置文件 conf = configparser.ConfigParser() # 含中文用 utf-8-sig,而不是 u ... continue reading python zhuoyuebiji 2018/10/20 1700