上一页 1 2 3 4 5 6 7 8 ··· 214 下一页
摘要: 一,执行命令 # apt install git 二,测试结果: # git --version git version 2.43.0 阅读全文
posted @ 2026-09-14 13:39 刘宏缔的架构森林 阅读(2) 评论(0) 推荐(0)
摘要: 一,执行一次codex,确保用户目录下.codex目录存在 查看效果: 二,根据deepseek官方文档配置api key irm https://cdn.deepseek.com/api-docs/codex-deepseek-setup-en.ps1 | iex 如图: 三,测试效果: 阅读全文
posted @ 2026-09-13 21:38 刘宏缔的架构森林 阅读(44) 评论(0) 推荐(0)
摘要: 一,npm配置镜像源: 命令: npm config set registry https://registry.npmmirror.com 如下: PS C:\Users\china> npm config get registry https://registry.npmjs.org/ PS C 阅读全文
posted @ 2026-09-13 16:43 刘宏缔的架构森林 阅读(11) 评论(0) 推荐(0)
摘要: 一,官网地址: https://nodejs.org/ 二,安装 choco install nodejs --version="24.21.0" 如图: 说明:红框处输入Y 三,测试效果: 刷新环境变量: $env:Path = [System.Environment]::GetEnvironme 阅读全文
posted @ 2026-09-13 16:00 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,以管理员身份启动终端: 二,安装choco: 使脚本可执行: PS C:\Users\china> Set-ExecutionPolicy Bypass -Scope Process -Force 安装: PS C:\Users\china> powershell -c "irm https:/ 阅读全文
posted @ 2026-09-13 15:31 刘宏缔的架构森林 阅读(15) 评论(0) 推荐(0)
摘要: 一,安装php访问mysql的驱动 安装: # apt-get install php-mysql 查看效果: 二,下载phpmyadmin 官网下载地址: https://www.phpmyadmin.net/downloads/ 从命令行下载: # wget --no-check-certifi 阅读全文
posted @ 2026-09-12 22:22 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,报错信息 # wget https://files.phpmyadmin.net/phpMyAdmin/5.2.3/phpMyAdmin-5.2.3-all-languages.zip --2026-09-12 22:07:02-- https://files.phpmyadmin.net/ph 阅读全文
posted @ 2026-09-12 22:12 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,安装mysql 用apt安装 # apt-get install mysql-server 查看状态: # systemctl status mysql.service 说明:此时可以不用密码登录mysql, 因为它使用my.cnf中的默认密码连接 二,初始化mysql # mysql_secu 阅读全文
posted @ 2026-09-12 21:53 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,安装nginx: 用apt安装 # apt install nginx 查看状态: # systemctl status nginx 使自动启动: # systemctl enable nginx.service 确认是否自动启动: # systemctl is-enabled nginx.se 阅读全文
posted @ 2026-09-12 20:55 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
摘要: 可以在两个地方看到,都不用猜: 1. 会话记录文件里,有每一轮真正组装好的内容 Codex 每次任务都会在 C:\Users\china\.codex\sessions\2026\09\02\ 下生成一个 rollout-*.jsonl 文件。比如/C:/Users/ china/.codex/se 阅读全文
posted @ 2026-09-02 15:17 刘宏缔的架构森林 阅读(38) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 214 下一页