Push.js Javascript(js 浏览器桌面通知) 目的效果 不用把网页置于前台就能看到消息推送的具体文案 github 源码 https://github.com/Nickersoft/push.js 引用 push.js Push.js 可以通过 npm 或 ... continue reading html zhuoyuebiji 2020-9-2 770
Django Channels websocket 搭建实践(实现长链接消息通知功能) 需求目的 消息实时推送消息以及通知功能、聊天室等功能 参考资料 https://channels.readthedocs.io/en/latest/installation.html(安装) https://ch ... continue reading django zhuoyuebiji 2020-9-2 1247
Django Channels 2: How Many Users Is In The Specific Room django channels 获取房间的用户数 from: https://stackoverflow.com/questions/62416673/django-channels-2-how-many-u ... continue reading django zhuoyuebiji 2020-8-31 104
Aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN' BZPOPMIN command is available since redis 5.0.0. I believe you have an older version of redis, which does not ... continue reading redis zhuoyuebiji 2020-8-27 1344
Django2.2 国际化实践 开发环境 windows 10 python 3.6.8 django 2.2 参考文档 https://docs.djangoproject.com/zh-hans/2.2/topics/i18n ... continue reading django zhuoyuebiji 2020-8-20 267
Fiddler oSession 方法等收集(发送请求、保存到文件) 判断请求 响应的网络状态码 oSession.responseCode === 200 判断请求 uri 是否包含某些字符 oSession.uriContains("xieboke.net") ... continue reading 软件测试 zhuoyuebiji 2020-7-31 2111
Android Device Monitor 搜索崩溃闪退日志 搜索关键词(Tag): AndroidRuntime ... continue reading 软件测试 zhuoyuebiji 2020-7-30 305
FiddlerDecryption(fiddler Inspectors 插件开发) FiddlerDecryption 功能:实时解密接口数据并格式化展示。 github: https://github.com/Gdeeer/FiddlerDecryption 代码内容: D ... continue reading 软件测试 zhuoyuebiji 2020-7-27 287
Pandas read_csv、read_excel 填充合并的单元格 在使用 pandas 处理表格数据的时候,有时候表格里有很多合并的单元格,不想手动去取消合并再填充数据,应该怎么办呢?主要是使用: # 有合并的单元格,填充 NaN 数据 data = data. ... continue reading python zhuoyuebiji 2020-7-20 2381
移动终端指数链接-艾瑞数据 🚀 https://index.iresearch.com.cn/device 研究方法及原理 艾瑞移动终端品牌监测数据基于由艾瑞自主研发的 iSdkTracker 数据监测产品,通过 SDK 监测技术,手机移动终端的系统设备信 ... continue reading 软件测试 zhuoyuebiji 2020-7-8 184