1 2 3 4 5 ··· 214 下一页
摘要: 一,下载: https://www.workbuddy.cn/ 如图: 二,安装: 三,运行程序 阅读全文
posted @ 2026-09-19 22:49 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,输入命令: /plugins 如下: 移动到目标后回车 二, 阅读全文
posted @ 2026-09-19 21:39 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 一,安装命令: git clone https://github.com/obra/superpowers.git ~/.codex/skills/superpowers codex查看skill的内部命令: /skills 二,查看效果: 未安装前,skill中不存在superpower 安装后: 阅读全文
posted @ 2026-09-19 20:40 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 一,官方文档 https://api-docs.deepseek.com/zh-cn/quick_start/agent_integrations/codex/ 二,配置: 命令: bash <(curl -fsSL https://cdn.deepseek.com/api-docs/codex-d 阅读全文
posted @ 2026-09-19 19:50 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 一,命令 % npm install -g @openai/codex added 2 packages in 9s 二,运行: % codex --version codex-cli 0.155.1 % whereis codex codex: /Users/apple/.nvm/versions 阅读全文
posted @ 2026-09-19 19:21 刘宏缔的架构森林 阅读(5) 评论(0) 推荐(0)
摘要: 一,命令: npm config set registry https://registry.npmmirror.com 二,测试效果: % npm config get registry https://registry.npmjs.org/ % npm config set registry h 阅读全文
posted @ 2026-09-19 18:47 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,安装所需的库 % pip install sqlalchemy aiomysql pydantic 二,代码 # main.py - 第一个FastAPI程序 from fastapi import FastAPI from fastapi import APIRouter, Request, 阅读全文
posted @ 2026-09-19 17:00 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,创建虚拟环境 % python3 --version Python 3.14.7 % python3 -m venv venv % source venv/bin/activate (venv) apple@bogon fast_frame % pip list Package Version 阅读全文
posted @ 2026-09-19 16:38 刘宏缔的架构森林 阅读(3) 评论(0) 推荐(0)
摘要: 一,在app store中安装: 二,创建到数据库的连接 三,在库中的操作: 阅读全文
posted @ 2026-09-19 15:53 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,创建mysql用到的目录 % pwd /Users/apple/Documents/docker_setting/mysql % mkdir data % mkdir conf.d 二,创建compose配置文件: 生成compose文件 % touch docker-compose.yml 内 阅读全文
posted @ 2026-09-18 23:39 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
1 2 3 4 5 ··· 214 下一页