Windows 10 连接 win10 共享的打印机操作步骤 假设共享的打印机地址为: \\192.168.89.54\Brother DCP-T710W 连接步骤: 1. 右键 此电脑 -> 点击 属性 -> 点击 控制面板主页 2. 找到 硬 ... continue reading 计算机基础 zhuoyuebiji 2020/7/7 629
Android Device Monitor 搜索崩溃闪退日志 搜索关键词(Tag): AndroidRuntime ... continue reading 软件测试 zhuoyuebiji 2020/7/30 628
Fiddler 修改 form 传参方式的请求参数 static function OnBeforeRequest(oSession: Session) { if ((oSession.uriContains("/api1")) || oSession.uriCo ... continue reading 软件测试 zhuoyuebiji 2024/4/25 622
Why you should use the Django admin: 9 tips This writing is inspired by a comment on Reddit concerning my recent post: “The problem is that ever ... continue reading django zhuoyuebiji 2020/4/23 619
Error: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM stroke_rank_top WHERE create_date=20250303 AN 完整错误提示 Error: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server ... continue reading mysql zhuoyuebiji 2025/3/11 618
Linux scp 无密码复制文件 目的:本地服务器(local)复制文件到远程服务器(remote) 本地服务器:local 远程服务器:remote (192.168.1.254) 1. 在 local 上运行 ssh-keygen -t rsa 在 / ... continue reading centos zhuoyuebiji 2019/8/13 617
有意思的网站收集 程序类 v2ex(大量的成员热爱编程和图形设计) 十年之约(加入十年之约,博客十年不关闭) 十年后(与世界分享你的追梦历程) 生活类 一个顶俩-1(成语自动接力到 一个顶俩) 一个顶俩-2(成语 ... continue reading 闲话杂谈 zhuoyuebiji 2019/12/21 617
HTML 锚点与跳转 锚点 出处:http://www.divcss5.com/html/h50842.shtml 法一: 1. 设置锚点位置:<a name="miao"></a> 喵星人基地 ... continue reading html zhuoyuebiji 2019/11/25 613
Pymysql charset.py return self._by_id[id] KeyError: 255 启动环境 mysql==8.0 python==3.6 pymysql==0.7.11 错误日志 (joyo) E:\git_stores\blog>python manage.py migra ... continue reading django zhuoyuebiji 2023/2/28 613
一文了解 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 611