摘要: 返回报错信息类似 Error streaming response: [gather] Got indices with invalid dtype. Indices must be integral. 而其它方法调用正常 三种方案 1. 将 edit_exist_file工具禁用 2. 写个age 阅读全文
posted @ 2026-03-16 19:12 谁凭花解语 阅读(5) 评论(0) 推荐(0)
摘要: 遇到GLM-4.7 flash模型调用mcp时经常输出纯文本类似 <tool_call> xxxxx</tool_call> # 或者 Tool call: { "id": "x x x", "type": "function", "function": { "name": "run_termina 阅读全文
posted @ 2026-03-16 19:10 谁凭花解语 阅读(2) 评论(0) 推荐(0)
摘要: 拿modelcontextprotocol/servers下的几个mcp 和 open-websearch举例: - name: open-websearch-sse type: sse url: http://localhost:3000/sse - name: open-websearch-mc 阅读全文
posted @ 2026-03-14 01:17 谁凭花解语 阅读(5) 评论(0) 推荐(0)
摘要: const stream = await navigator.mediaDevices.getDisplayMedia({ video: true }); const chunks = []; const rec = new MediaRecorder(stream, { mimeType: "vi 阅读全文
posted @ 2025-04-29 14:03 谁凭花解语 阅读(40) 评论(0) 推荐(0)
摘要: yarn unplug core-js 报错 Usage Error: This command can only be used if the `nodeLinker` option is set to `pnp` yarn config get nodeLinker // node_module 阅读全文
posted @ 2025-03-28 15:30 谁凭花解语 阅读(27) 评论(0) 推荐(0)
摘要: 示例demo https://codepen.io/sphjy/pen/mdKaQJZ 问题见图 勾选多个复选框 on-change事件返回的数据只有当前点击的这一项,而且设置在checkboxGroup上的value值checkboxGroupValue一直为空 附上view-design文档中对 阅读全文
posted @ 2022-12-07 13:39 谁凭花解语 阅读(206) 评论(0) 推荐(0)
摘要: 需求是这样的 在tabPane的renderHeader里面添加hover事件(使用组件自带的Poptip)能显示提示 其实这个不算是问题,设置disabled属性后,原本的元素上面添加了 ivu-tabs-tab-disabled,而该属性给元素添加了pointer-events:none禁用了所 阅读全文
posted @ 2022-12-07 13:07 谁凭花解语 阅读(100) 评论(0) 推荐(0)
摘要: 1 function setTimeoutPro(name, time, flag = true) { 2 return new Promise((resolve, reject) => { 3 setTimeout(() => { 4 console.log("name", name) 5 fla 阅读全文
posted @ 2022-11-01 08:34 谁凭花解语 阅读(146) 评论(0) 推荐(0)
摘要: 电脑配置5800X、6800XT、win11在用edge或chrome只打开百度和博客园首页的情况下,长按来回拖动浏览器窗口,会发现CPU占用直线上升。能直接从4%变成70-80%导致系统卡住。。。我都惊了 简单的解决方案 设置->系统信息->高级系统设置->高级->性能(设置) 或 控制面板->系 阅读全文
posted @ 2022-09-04 15:33 谁凭花解语 阅读(830) 评论(1) 推荐(0)
摘要: async3.x 和async2.6.1 版本下 const files = ['dir1/file1.txt','dir2/file3.txt','dir3/file6.txt']; // Using callbacks async.filter( files, function(file, ca 阅读全文
posted @ 2022-04-29 10:24 谁凭花解语 阅读(145) 评论(0) 推荐(0)