必须要改掉的七个坏习惯 1. 长期熬夜,精神萎靡 -- 来深圳后,从开始 0 点睡到 2 点睡,期望能在 23:30 左右入睡 2. 过度消费,负债累累 -- 索性不负债,但也没存多少,期望能在五年内完成自己的计划的 3. 缺乏运动,免疫下 ... continue reading 生活感悟 zhuoyuebiji 2019/6/15 991
UserWarning: redis-py works best with hiredis. Please consider installing warnings.warn(msg) 错误: UserWarning: redis-py works best with hiredis. Please consider installing warnings.warn(msg) 解决办法: ... continue reading 软件测试 zhuoyuebiji 2022/5/7 989
一文了解 AI 大模型的 LLM、prompt、RAG、MCP、Agent、Skill、Rule、dify、ollama、open-webui、LangChain、OpenClaw、qoder、CodeBuddy 、trae、cursor 等 LLM 是 AI 能力的基础 “大脑”; Prompt 是人与 LLM 交互的指令载体; RAG 为 LLM 提供外部知识增强,减少 “幻觉”; MCP 是 AI 与外部工具 ... continue reading AI 大模型 zhuoyuebiji 2026/2/10 989
软件测试的常见的业务形态有哪些 软件测试的业务形态根据应用场景和行业需求的不同,可分为以下几类,涵盖商城、小游戏、社交、影音、金融、办公、地图、医疗、物联网、教育直播等典型领域: 1. 商城类应用测试 商城类软件(如电商平台)的测试核心在于交易流程、支付安全和 ... continue reading 软件测试 zhuoyuebiji 2025/2/26 984
网站文章链接提交给百度和谷歌 主动推送博客链接给百度 博客站点地图提交给谷歌 百度站长链接:https://ziyuan.baidu.com 谷歌站长链接:https://search.google.com/sear ... continue reading django zhuoyuebiji 2019/8/21 981
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019/11/21 972
Django2.2 TypeError: render() got an unexpected keyword argument 'renderer' 从Django 1.11 迁移到 Django 2.2 后 AdminFileWidget 的 render 报错了: TypeError: render() got an unexpected keyword argument ... continue reading django zhuoyuebiji 2020/5/24 972
Html clipboard.js 现代化的拷贝复制粘贴剪切文字 使用方法 请看官网:https://clipboardjs.com/ github: https://github.com/zenorocha/clipboard.js CDN 资源 资源地址:htt ... continue reading html zhuoyuebiji 2019/10/29 969
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 969
Django admin 根据新增还是编辑来显示 readonly_fields 字段 class AnchorBindAgentAdmin(admin.ModelAdmin): def get_readonly_fields(self, request, obj=None): """ ... continue reading django zhuoyuebiji 2020/4/3 966