摘要: Hello world 阅读全文
posted @ 2026-05-28 09:47 剪水行舟154 阅读(1) 评论(0) 推荐(0)
摘要: 从零读懂 pytest:用一个真实例子讲清 Python 测试 用 pytest 写测试是 Python 开发的标配技能。但如果你刚接触,看到 python -m pytest tests/test_xxx.py -v 这种命令可能会一头雾水。 这篇文章用一个真实项目中的测试文件,带你一步一步拆解 阅读全文
posted @ 2026-05-19 15:56 剪水行舟154 阅读(2) 评论(0) 推荐(0)
摘要: 查看事件查看器 日志名称: system 来源: microsoft-windows-whea-logger 日期: 2026/4/15 22:00:48 事件 id: 18 任务类别: 无 级别: 错误 关键字: 用户: local service 计算机: zxyz 描述: 出现致命硬件错误。 阅读全文
posted @ 2026-04-16 14:51 剪水行舟154 阅读(21) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2975239/202604/2975239-20260409134317453-1839077576.png) 阅读全文
posted @ 2026-04-09 13:43 剪水行舟154 阅读(4) 评论(0) 推荐(0)
摘要: https://github.com/open-mmlab 阅读全文
posted @ 2026-03-06 14:57 剪水行舟154 阅读(4) 评论(0) 推荐(0)
摘要: https://ynhugo.github.io/p/倪海厦/ 阅读全文
posted @ 2026-02-27 16:08 剪水行舟154 阅读(10) 评论(0) 推荐(0)
摘要: b站 127.0.0.1 www.bilibili.com C:\Windows\System32\drivers\etc\hosts 阅读全文
posted @ 2026-01-09 21:44 剪水行舟154 阅读(39) 评论(2) 推荐(0)
摘要: Prompt(提示词) User Prompt:用户直接提出的问题或需求。 System Prompt:为AI设定角色、背景、行为规范的提示词,使AI回复更符合特定场景。 AI Agent(智能体) 不止于聊天,能通过调用工具(如文件管理、网页搜索)自动完成任务。 早期通过System Prompt 阅读全文
posted @ 2026-01-09 20:18 剪水行舟154 阅读(24) 评论(0) 推荐(0)
摘要: https://www.dians.net/thread-1883.htm 阅读全文
posted @ 2026-01-08 15:13 剪水行舟154 阅读(21) 评论(0) 推荐(0)
摘要: 流型属性manifold property 边流型 edge_manifold:一条边只能属于一个或者两个三角形 顶点流型 vertex_manifold: 若顶点的星形结构同时满足边流形且边连通(例如两个或多个面仅通过顶点相连而非边相连),则该三角网格的顶点为流形。 边流通:在顶点流形的定义中,边 阅读全文
posted @ 2025-12-21 13:54 剪水行舟154 阅读(32) 评论(0) 推荐(0)