上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: Model not available This model provider doesn't serve your region. Visit https://docs.cursor.com/account/regions for moreinformation. cmd + shift + p 阅读全文
posted @ 2025-07-19 12:16 十三山入秋 阅读(3820) 评论(1) 推荐(3)
摘要: 运行 pnpm setup 自动创建全局二进制文件目录 pnpm setup 命令能自动创建全局二进制文件目录,并且把该目录添加到 PATH 环境变量中 阅读全文
posted @ 2025-07-19 11:13 十三山入秋 阅读(12) 评论(0) 推荐(0)
摘要: Git Tag + GPG 签名 一、Git Tag 速查 功能 关键命令 说明 列出标签 git tag / git tag -l "v1.*" 支持模糊匹配 轻量标签 git tag v0.1.0 仅保存 commit ID 附注标签 git tag -a v1.0.0 -m "Release" 阅读全文
posted @ 2025-07-19 00:51 十三山入秋 阅读(18) 评论(4) 推荐(0)
摘要: # win set http_proxy=http://127.0.0.1:7890 set https_proxy=http://127.0.0.1:7890 # permanent setx http_proxy "http://127.0.0.1:7890" setx https_proxy 阅读全文
posted @ 2025-07-18 16:54 十三山入秋 阅读(100) 评论(3) 推荐(0)
摘要: 🎯 Electron Builder 图标要求 Windows (.ico) 主图标: icon.ico ✅ 已有 尺寸: 包含多个尺寸(16x16, 32x32, 48x48, 64x64, 128x128, 256x256, 512x512) 格式: .ico 文件 macOS (.icns) 阅读全文
posted @ 2025-07-14 15:39 十三山入秋 阅读(87) 评论(3) 推荐(0)
摘要: HTML文件中的Content Security Policy (CSP)设置太严格,阻止了与外部API的连接。修复这个问题 问题原因: HTML文件中的Content Security Policy (CSP)设置过于严格,阻止了与外部API的连接。原始CSP只允许连接到 'self'(本地),因 阅读全文
posted @ 2025-07-14 00:53 十三山入秋 阅读(9) 评论(0) 推荐(0)
摘要: 在 Electron 中,当一个区域设置为 drag 时, 里面的表单元素(input、button等)默认无法获得焦点和点击事件 这是为了防止拖拽和表单交互冲突 .app-container { -webkit-app-region: drag; /* 整个容器可拖拽 */ } 阅读全文
posted @ 2025-07-13 22:39 十三山入秋 阅读(14) 评论(0) 推荐(0)
摘要: 终端使用帮助 相关快捷键 终端: alt 命令历史 ctrl 切换到命令输入框 命令输入框: alt 命令历史 tab 补全 ctrl 切换到终端 列表窗口: alt/tab/esc 关闭窗口 上下箭头 选择行 阅读全文
posted @ 2025-07-08 16:12 十三山入秋 阅读(99) 评论(0) 推荐(0)
摘要: 让我帮你详细解释MCP服务器的三种传输机制的区别。 Search files... Ran tool Read file: openai-agents-js/docs/src/content/docs/guides/mcp.mdx Ran tool Read file: openai-agents- 阅读全文
posted @ 2025-07-04 20:20 十三山入秋 阅读(253) 评论(1) 推荐(0)
摘要: pip install openai openai-agents from agents.mcp import MCPServerSse async def main(): async with MCPServerSse( name="12306_mcp", params={ "url": "htt 阅读全文
posted @ 2025-07-04 16:11 十三山入秋 阅读(61) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页