上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 214 下一页
摘要: 一,安装 $ sudo yum install w3m 二,访问 $ w3m https://baidu.com 效果如图 三,操作: 查看帮助: shift+h 退出: shift+q 阅读全文
posted @ 2026-08-17 13:02 刘宏缔的架构森林 阅读(9) 评论(0) 推荐(0)
摘要: 一,发生的情况: 做了git add...git commit之后,发现有些文件不应该加入到git仓库,于是把指定的目录加入到了.gitignore 二,操作: 查看目录下已被追踪的文件: 删除: 执行命令: git rm -r --cached 你的目录名/ 如图: 然后需要提交commit 如图 阅读全文
posted @ 2026-08-16 22:01 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,报错信息: $ git remote set-url origin git@gitee.com:ld_9/my_project_name.git error: No such remote 'origin' 二,原因 报错 error: No such remote 'origin' 的根本原因 阅读全文
posted @ 2026-08-16 21:38 刘宏缔的架构森林 阅读(22) 评论(0) 推荐(0)
摘要: 一,问题原因 一个git分支的文件修改后,修改发生在工作区,这时要切换分支,为什么有时可以切换有时会禁止切换? 以下是两种不同情况的根本原因: 🟢 允许切换的情况:无冲突 当你在当前分支修改了 file.txt,但目标分支中 file.txt 的内容与你修改前的基础内容完全一致(或者目标分支根本没 阅读全文
posted @ 2026-08-14 14:36 刘宏缔的架构森林 阅读(9) 评论(0) 推荐(0)
摘要: 一,查看当前已安装的skill 1,输入$或@符: 如图: 2,也可以输入/skills,也可以列出skill 二,安装一个skill 输入命令: $skill-installer install create-plan 经过几次回车后安装完成, 列表中已经可以看到 查看自己安装的skill到了哪里 阅读全文
posted @ 2026-08-13 16:21 刘宏缔的架构森林 阅读(18) 评论(0) 推荐(0)
摘要: 一,官方给出的方案: https://api-docs.deepseek.com/zh-cn/quick_start/agent_integrations/codex 二,执行脚本, 3个选项:1,使用flash,2,使用pro,3,恢复默认codex配置,此处我选择1 此处输入自己在deepsee 阅读全文
posted @ 2026-08-13 14:32 刘宏缔的架构森林 阅读(28) 评论(0) 推荐(0)
摘要: 一,安装node和npm 注意查看node的版本,需要Node.js 18+ 查看node的版本: $ node -v v24.19.0 二,安装codex 用npm安装 $ npm install -g @openai/codex added 2 packages in 15s 查看安装效果: $ 阅读全文
posted @ 2026-08-12 20:33 刘宏缔的架构森林 阅读(63) 评论(0) 推荐(0)
摘要: 一,安装用到的第三方库 $ pip install llama-index-vector-stores-milvus 二,启动milvus服务 $ systemctl status milvus.service ○ milvus.service - Milvus Standalone Server 阅读全文
posted @ 2026-08-08 16:31 刘宏缔的架构森林 阅读(5) 评论(0) 推荐(0)
摘要: 一,报错信息: pymilvus.exceptions.MilvusException: <MilvusException: (code=65535, message=the length(1024) of float data should divide the dim(1536))> 二,原因 阅读全文
posted @ 2026-08-08 16:30 刘宏缔的架构森林 阅读(20) 评论(0) 推荐(0)
摘要: 一,安装用到的库 1. 安装 LlamaIndex 核心框架及阿里通义千问专属插件 pip install llama-index-core llama-index-llms-dashscope llama-index-embeddings-dashscope 2. 安装 Redis 记忆存储组件( 阅读全文
posted @ 2026-08-07 23:42 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 214 下一页