Django 性能监控工具(飞机票) 🚀 https://pypi.org/project/django-silk/ ... continue reading django zhuoyuebiji 2020/1/8 549
Django AttributeError: 'Query' object has no attribute '_filtered_relations' Django 从 1.11 迁移到 Django 2 报错: AttributeError: 'Query' object has no attribute '_filtered_relations' ... continue reading django zhuoyuebiji 2020/5/20 545
Windows 重启资源管理器的方法 方法一 1. 在桌面状态下,同时按下【Ctrl+Shift+Esc】,调出Windows资源管理器。 2. 找到【WIndows资源管理器】,右击重新启动。 方法二 1. 在桌面状态下,同时 ... continue reading 计算机基础 zhuoyuebiji 2022/12/14 545
站点 robots 文件在线生成 robots 介绍 https://blog.csdn.net/fanghua_vip/article/details/79535639 在线生成链接 http://tool.chinaz.com/robots/ 本 ... continue reading API zhuoyuebiji 2019/11/20 542
移动终端指数链接-艾瑞数据 🚀 https://index.iresearch.com.cn/device 研究方法及原理 艾瑞移动终端品牌监测数据基于由艾瑞自主研发的 iSdkTracker 数据监测产品,通过 SDK 监测技术,手机移动终端的系统设备信 ... continue reading 软件测试 zhuoyuebiji 2020/7/8 540
Pymysql in 的写法 def use_name_get_goods_id(self, goods_name): """ 用商品名称(列表)查找商品ID :return: """ ... continue reading mysql zhuoyuebiji 2023/3/3 540
Redis 执行命令报错:MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk 错误日志: 127.0.0.1:6379> flushall (error) MISCONF Redis is configured to save RDB snapshots, but it is currently n ... continue reading 计算机基础 zhuoyuebiji 2020/5/11 539
STF 主动添加新设备 实现原理 在 stf 平台的机器,启动一个服务来接受新设备的链接,然后再启动一个该设备的 stf 服务 stf 平台的机器端的监听服务 #!/usr/bin/env python3 # -*- coding: utf ... continue reading 软件测试 zhuoyuebiji 2022/10/14 539
Django autocomplete: must define "search_fields" 错误日志 <class 'finance.admin.CapitalizedCostAdmin'>: (admin.E040) InvestProjectAdmin must define "search_fields ... continue reading django zhuoyuebiji 2021/1/5 528
Linux(centos)vim 编辑器常用命令 linux(centos)vim 编辑器常用命令 命令模式:esc 编辑模式:i(insert) 末行模式:shfit+: i(insert)/o(open)/esc yy:复制一行 dd:删除一行 ... continue reading 计算机基础 zhuoyuebiji 2019/12/25 526