摘要: WSL的微软文档:安装 WSL | Microsoft Learn WSL 版本 2.1.5 或更高版本 Windows 10 64 位:最低要求为家庭版或专业版 22H2(内部版本 19045)或更高版本,或企业版或教育版 22H2(内部版本 19045)或更高版本。 Windows 11 比wi 阅读全文
posted @ 2026-04-02 18:13 神奇的程序员 阅读(29) 评论(0) 推荐(0)
摘要: 步骤一、可以提前安装程序: 安装node.js V24.14.0(LTS) 地址:https://nodejs.org/zh-cn 安装git for windows 地址:https://git-scm.com/?hl=zh-cn 安装OpenClaw :https://www.cnblogs.c 阅读全文
posted @ 2026-03-26 14:18 神奇的程序员 阅读(42) 评论(0) 推荐(0)
摘要: 飞书开放平台https://open.feishu.cn 可以提前安装程序: 安装node.js V22.22.1(LTS) 地址:https://nodejs.org/zh-cn 安装git for windows 地址:https://git-scm.com/?hl=zh-cn 安装OpenCl 阅读全文
posted @ 2026-03-12 20:25 神奇的程序员 阅读(990) 评论(0) 推荐(0)
摘要: qq机器人创建网站:https://q.qq.com/qqbot/openclaw/login.html 步骤一、可以提前安装程序: 安装node.js V22.22.1(LTS) 地址:https://nodejs.org/zh-cn 安装git for windows 地址:https://gi 阅读全文
posted @ 2026-03-12 15:04 神奇的程序员 阅读(184) 评论(0) 推荐(0)
摘要: openClaw官网:https://openclaw.ai WSL 版本 2.1.5 或更高版本 Windows 10 64 位:最低要求为家庭版或专业版 22H2(内部版本 19045)或更高版本,或企业版或教育版 22H2(内部版本 19045)或更高版本。 Windows 11 比win10 阅读全文
posted @ 2026-03-11 19:05 神奇的程序员 阅读(389) 评论(0) 推荐(0)
摘要: 源码地址:https://github.com/openclaw/openclaw 拉取到D:\OpenClaw文件夹 步骤一、可以提前安装程序: 安装node.js V22.22.1(LTS) 地址:https://nodejs.org/zh-cn 安装git for windows 地址:htt 阅读全文
posted @ 2026-03-11 18:30 神奇的程序员 阅读(397) 评论(0) 推荐(0)
摘要: 使用在线命令安装 官网安装文档:https://docs.openclaw.ai/zh-CN/install步骤一、可以提前安装程序: 安装node.js V22.22.1(LTS) 地址:https://nodejs.org/zh-cn 安装git for windows 地址:https://g 阅读全文
posted @ 2026-03-11 17:49 神奇的程序员 阅读(219) 评论(0) 推荐(0)
摘要: 让 Nginx 在 Windows 启动时自动运行,无需手动点击: 使用 NSSM(Non-Sucking Service Manager)(推荐)NSSM 是一个轻量级工具,可以把任意 .exe 程序注册为 Windows 服务。步骤:1、下载 NSSM官网:https://nssm.cc/dow 阅读全文
posted @ 2026-03-02 17:13 神奇的程序员 阅读(36) 评论(0) 推荐(0)
摘要: 步骤 1:确保 IIS 网站不占用 80/443 端口因为 Nginx 需要监听标准 HTTP/HTTPS 端口(80/443),所以 IIS 必须改用其他端口,例如 8080 步骤2:下载并安装 Nginx for Windows1、下载地址:https://nginx.org/en/downlo 阅读全文
posted @ 2026-03-02 17:08 神奇的程序员 阅读(54) 评论(0) 推荐(0)
摘要: 环境:NET Core 7.0 | Entity Framework Core 7.0.10 | Sql Server 数据库 1、创建解决方案 migration 2、创建类库 test.Domain 引用包: Microsoft.EntityFrameworkCore.Abstractions 阅读全文
posted @ 2025-06-18 12:04 神奇的程序员 阅读(193) 评论(0) 推荐(0)