JavaScript 笔记 什么是 JavaScript? JavaScript 是一种客户端脚本语言(脚本语言是一种轻量级的编程语言)。 JavaScript 通常被直接嵌入 HTML 页面。 JavaScript 是一种 ... continue reading html zhuoyuebiji 2019/12/11 753
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 752
Django 1.8 自定义模板标签(simple_tag)和过滤器(filter) 为了解决应用中展示逻辑的需求,Django的模板语言提供了各式各样的内建标签以及过滤器。然而,你或许会发现模板内建的这些工具集合不一定能全部满足你的功能需要。在Python中,你可以通过自定义标签或过滤器的方式扩展模板引擎的功能,并使用{{ ... continue reading django zhuoyuebiji 2019/8/23 751
Python3 pandas 读取 Excel、CSV #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @author: yinzhuoqun @site: http://zhuoqun.info/ @email: yin@ ... continue reading python zhuoyuebiji 2019/8/27 750
Django 2.2 管理后台添加找回密码功能 The Django admin site Adding a password reset feature You can add a password reset feature to the admin ... continue reading django zhuoyuebiji 2019/8/3 749
Locust 性能测试工具使用资料 认识和安装 locust https://www.cnblogs.com/imyalost/p/9758189.html https://docs.locust.io/en/stable/installation ... continue reading 软件测试 zhuoyuebiji 2020/9/17 743
Django inclusion_tag 包含标签 包含标签¶ django.template.Library.inclusion_tag()¶ 另一种常见类型的模板标记是通过呈现另一个模板来显示某些数据的类型。例如,Django的管理界面使用自定义模板标签显 ... continue reading django zhuoyuebiji 2019/8/20 738
使用自己的域名跳转到博客园(cnblogs, CSDN, 简书 都可以) 实现原理 用户访问 -> 域名解析 -> github page 跳转 -> 真实地址 配置步骤 🚀 https://www.cnblogs.co ... continue reading 计算机基础 zhuoyuebiji 2019/11/5 738
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 735
Fiddler 5.0+ 双击 ws/wss 会话,没有显示 websocket 标签页的解决办法 先确认 Tools → Options → Performance 下的 Parse WebSocketMessages 勾上了 如果还没就在 Rules → Customize Rules &r ... continue reading 软件测试 zhuoyuebiji 2023/8/18 732