会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
七月飞雨
软件测试工作者,之前很多笔记都在有道云,渐渐的转移过来。挺喜欢 python3 (自建博客 https://xieboke.net, https://zhuoqun.info/ )
博客园
首页
新随笔
联系
订阅
管理
[置顶]
我的个人博客:卓越笔记(xieboke.net)
摘要: 🚀🚀🚀 https://xieboke.net/(卓越笔记) 主要记录: Django 知识点 软件测试 知识点
阅读全文
posted @ 2019-11-06 11:30 yinzhuoqun
阅读(349)
评论(0)
推荐(1)
2022年11月15日
安卓应用数据任意备份风险
摘要: 问题描述: App 提供应用程序数据的备份和恢复功能,该由 AndroidManifest.xml 文件中的 allowBackup 属性值控制,其默认值为 true。当该属性没有显式设置为 false 时,攻击者可通过 adb backup 和 adb restore 对 App 的应用数据进行备
阅读全文
posted @ 2022-11-15 16:47 yinzhuoqun
阅读(394)
评论(0)
推荐(0)
2022年9月7日
用 Fiddler 抓取 iOS HTTPS 的流量失败的解决办法
摘要: Fiddler 证书安装后还是无法抓取移动端的 HTTPS 流量问题的解决办法 | 卓越笔记 (xieboke.net) 现象: 同 Fiddler,客户端已安装证书并信任,安卓设备的 https 流量可以抓包,iOS 设备的 https 流量无法抓取 显示 Tunnel to。
阅读全文
posted @ 2022-09-07 19:12 yinzhuoqun
阅读(39)
评论(0)
推荐(0)
2022年8月3日
python 一条语句生成九九乘法表并格式化
摘要: print('\n'.join(['\t'.join(["%s *%2s =%+3s" % (j, i, i * j) if j != 1 else "%s *%2s =%+2s" % (j, i, i * j) for j in range(1, i + 1)]) for i in range(1
阅读全文
posted @ 2022-08-03 12:05 yinzhuoqun
阅读(59)
评论(0)
推荐(0)
2022年2月17日
django 2.2(含 drf)sqlite3 转成 mysql5.7 报错:return instance._state.fields_cache[cache_name] KeyError: 'article'(已解决)
摘要: 导出导入过程如下: 1. settings DATABASES 使用 sqlite3,执行: python manage.py dumpdata > data.json 导出 sqlite3 数据。 2. settings DATABASES 使用 mysql, 执行: python manage.
阅读全文
posted @ 2022-02-17 16:44 yinzhuoqun
阅读(239)
评论(0)
推荐(0)
2020年10月25日
人生收支曲线图
摘要: 人生收支曲线图: word 画图,ps 加水印
阅读全文
posted @ 2020-10-25 00:16 yinzhuoqun
阅读(1521)
评论(0)
推荐(0)
2020年7月8日
软件测试知识点整理(思维导图)
摘要: 软件测试知识点整理(图片地址):http://img.xieboke.net/file/2020/07/07/ce057853e24749208d98496633000825.png
阅读全文
posted @ 2020-07-08 14:59 yinzhuoqun
阅读(1054)
评论(0)
推荐(1)
2019年7月12日
django + ckeditor + 七牛云,图片上传到七牛云
摘要: 传送门 本人使用的是 Django 的自带的管理后台,安装 ckeditor 富文本编辑器后,上传图片的时候直接传到七牛云的。
阅读全文
posted @ 2019-07-12 15:01 yinzhuoqun
阅读(683)
评论(0)
推荐(0)
2019年6月26日
Fiddler 显示客户端请求时间,请求耗时,服务器地址
摘要: # 来自 https://xieboke.net/article/51/ # 效果图 打开 CustomRules.js (C:\Users\UsersName\Documents\Fiddler2\Scripts):打开 fiddler 时 windows 快捷键 -> CTRL + R 请求耗时
阅读全文
posted @ 2019-06-26 16:09 yinzhuoqun
阅读(4553)
评论(0)
推荐(0)
2019年6月24日
有没有把 httprunnermanger 的报告模板修改后,放到 hrun 命令行行使用呢?【待完善】
摘要: 待完善
阅读全文
posted @ 2019-06-24 18:07 yinzhuoqun
阅读(445)
评论(0)
推荐(0)
下一页
公告