HTML highlight 代码前端高亮、代码美化 参考资料: 1. highlightjs 官方使用文档 2. highlightjs 代码各种风格 3. ckeditor 代码高亮插件 Code Snippet 官方使用文档 4.&n ... continue reading html zhuoyuebiji 2017/9/29 2386
Pycharm 默认模版 File and Code Templates pycharm 默认的【新建】文件,格式想指定自己的一些信息,比如:编码、自己的信息、新建时间等,那么就需要改一下文件模板。 具体步骤是(我这里是 专业版,社区版未知): 1.【File】-->【Settings...】, ... continue reading python zhuoyuebiji 2019/9/2 2377
Fiddler oSession 方法等收集(发送请求、保存到文件) 判断请求 响应的网络状态码 oSession.responseCode === 200 判断请求 uri 是否包含某些字符 oSession.uriContains("xieboke.net") ... continue reading 软件测试 zhuoyuebiji 2020/7/31 2310
Jmeter 5.3 服务器资源监控插件 PerfMon 使用介绍 jmeter(windows 版)下载 列表:https://downloads.apache.org/jmeter/binaries/ 启动 jmeter 下载 .zip 文件后解压,找到解压目录下的 b ... continue reading 软件测试 zhuoyuebiji 2020/9/18 2240
Html toastr.js 悬浮通知(h5 toast 提示) 资源地址 github: https://github.com/CodeSeven/toastr 官网:https://codeseven.github.io/toastr/ cdn 资源地址:https://w ... continue reading html zhuoyuebiji 2019/10/30 2238
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord centos7 进程守护命令 Syste ... continue reading centos zhuoyuebiji 2019/6/6 2178
权限狗 + shizuku 提权授权和命令行授权使用说明 授权应用有其他权限(安装其他应用等)的操作方法(以下方法均来源于 逐梦汴梁城 ) 方法一(shizuku+权限狗) 1、首先车机端打开 shizuku 界面并保持页面别关闭,然后在手机端 甲壳虫AD ... continue reading 汽车交流 zhuoyuebiji 2024/5/27 2174
Django-simple-captcha 图形验证码使用总结 官方文档 https://django-simple-captcha.readthedocs.io/en/latest/usage.html https://github.com/mbi/django-simple-capt ... continue reading django zhuoyuebiji 2019/11/9 2173
Django annotate 分组统计 annotate 用法说明文档 http://doc.codingdict.com/django/ref/models/querysets.html#yiyi-860(基础) http://doc.codingdict.co ... continue reading django zhuoyuebiji 2019/10/30 2163
Docker-compose 安装部署 Nginx 配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 nginx 主目录 mkdir /usr/local/nginx cd /u ... continue reading docker zhuoyuebiji 2023/2/10 2162