摘要: (本篇内容为ai生成) Windows 下配置 Node.js + Next.js 开发环境 适用目标:配置现代 Web 开发环境 一、安装 Node.js 1. 下载 Node.js 官网: https://nodejs.org 推荐: 选择 LTS 版本 下载 Windows .msi 安装程序 阅读全文
posted @ 2026-05-29 15:45 清露宵偃 阅读(13) 评论(0) 推荐(0)
摘要: Pytorch框架(图像) 文件结构 NS-0 ├─ data │ ├─ train.csv │ ├─ test.csv │ └─ images ├─ outputs │ └─ model.pth └─ src ├─ train.py └─ predict.py train.py 一、导入工具 普通 阅读全文
posted @ 2026-05-29 15:44 清露宵偃 阅读(4) 评论(0) 推荐(0)
摘要: Git 简易的命令行入门教程: Git 全局设置: git config --global user.name "罗艺绮" git config --global user.email "1577215020@qq.com" 创建 git 仓库: mkdir the-first-warehouse 阅读全文
posted @ 2026-05-29 15:43 清露宵偃 阅读(4) 评论(0) 推荐(0)