网站文章链接提交给百度和谷歌 主动推送博客链接给百度 博客站点地图提交给谷歌 百度站长链接:https://ziyuan.baidu.com 谷歌站长链接:https://search.google.com/sear ... continue reading django zhuoyuebiji 2019/8/21 948
Django 2.2 sqlite3 迁移到 mysql8 报错:return instance._state.fields_cache[cache_name] KeyError: 'article' 错误日志 django 2.2(含 drf) sqlite3 转成 mysql5.7 ,执行 python manage.py loaddata data.json 时报错如下(有一个 article 模型) (joyoo) ... continue reading django zhuoyuebiji 2023/2/28 946
软件测试的常见的业务形态有哪些 软件测试的业务形态根据应用场景和行业需求的不同,可分为以下几类,涵盖商城、小游戏、社交、影音、金融、办公、地图、医疗、物联网、教育直播等典型领域: 1. 商城类应用测试 商城类软件(如电商平台)的测试核心在于交易流程、支付安全和 ... continue reading 软件测试 zhuoyuebiji 2025/2/26 944
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019/11/21 941
绿联云 nas, OneNav 书签导航 免费薅 baisu 主题 绿联云空盘版购买,到手 1499元(活动价) 准备材料 baisu: onenav主题 (gitee.com) 下载好后解压,文件夹名称改成 baisu OneNav docker 镜像版本大于等于 v0.9 ... continue reading docker zhuoyuebiji 2023/7/17 941
Html clipboard.js 现代化的拷贝复制粘贴剪切文字 使用方法 请看官网:https://clipboardjs.com/ github: https://github.com/zenorocha/clipboard.js CDN 资源 资源地址:htt ... continue reading html zhuoyuebiji 2019/10/29 934
Linux 命令解释 英文版:https://explainshell.com/ 中文版:https://wangchujiang.com/linux-command/ ... continue reading centos zhuoyuebiji 2019/6/6 933
Fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 错误提示: fiddler certificate Trust unable to configure windows to trust the fiddler root certificate 解决办法: 重新 ... continue reading 软件测试 zhuoyuebiji 2021/12/8 930
Django admin 根据新增还是编辑来显示 readonly_fields 字段 class AnchorBindAgentAdmin(admin.ModelAdmin): def get_readonly_fields(self, request, obj=None): """ ... continue reading django zhuoyuebiji 2020/4/3 929
用百度搜索获取 IP 地址的归属地(已经失效) 思路:把 IP 地址当关键词拼上百度的搜索链接,然后用正则匹配想要的信息。 代码: import re import requests requests.packages.urllib3.disable_warnin ... continue reading python zhuoyuebiji 2019/9/24 923