会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘宏缔的架构森林
专注架构的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
214
下一页
2026年9月14日
git: ubuntu 24.04 apt方式安装git
摘要: 一,执行命令 # apt install git 二,测试结果: # git --version git version 2.43.0
阅读全文
posted @ 2026-09-14 13:39 刘宏缔的架构森林
阅读(2)
评论(0)
推荐(0)
2026年9月13日
windows: codex配置使用deepseek模型
摘要: 一,执行一次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)
windows:npm安装codex
摘要: 一,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)
windows:用choco安装node v24.21.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)
windows:安装choco(Chocolatey)
摘要: 一,以管理员身份启动终端: 二,安装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)
2026年9月12日
ubuntu24.04:lnmp环境搭建之三:安装phpmyadmin
摘要: 一,安装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)
ubuntu:wget报错:Unable to establish SSL connection.
摘要: 一,报错信息 # 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)
ubuntu24.04:lnmp环境搭建之二:安装mysql
摘要: 一,安装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)
ubuntu24.04:lnmp环境搭建之一:安装php+nginx环境
摘要: 一,安装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)
2026年9月2日
codex: codex和模型交互的最终数据在哪里?
摘要: 可以在两个地方看到,都不用猜: 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
下一页
公告