新机软件下载
win11教程https://iknow.lenovo.com.cn/detail/199249 编程环境jdk https://www.oracle.com/cn/java/technologies/downloads/mobaxterm https://mobaxterm.mobatek.net/apifox https://apifox.com/MySQL https://www.mysql.com/Git https://git-scm.com/nodejs https://nodejs.org/zh-cn 编程工具Qoder https://qoder.com/cursor https://cursor.com/cntrae https://www.trae.cn/VSCode https://code.visualstudio.com/ 笔记软件思源笔记 https://b3log.org/siyuan/Sublime Text https://www.sublimetext.com/Typora ...
实用网址
office2024增强版 https://mp.weixin.qq.com/s/igq1VPKuaG4whFBiroxRDQ mobaxterm https://mobaxterm.mobatek.net/apifox https://apifox.com/ 在线工具 https://tool.lu/c/developer/ico在线制作 https://www.xbgjw.com/ico身份证生成器 https://id.dcode.top/ 音乐格式转换 https://convert.freelrc.com/ gitee https://gitee.com/网易邮箱 https://mail.163.com/#module=welcome.WelcomeModule%7C%7B%7D Anaconda https://auth.anaconda.com/ui/login/86d47469-1369-478e-9601-377211feaff1极客时间 https://time.geekbang.org/java教程 http...
本网站教程
Hexo + GitHub Pages 1、准备工作 - 安装必要软件步骤1:安装 Node.jsNode.js 是运行 Hexo 的必要环境。 打开浏览器,访问:https://nodejs.org/ 下载 LTS(长期支持版) 版本 双击下载的安装包,一路点击”下一步”完成安装 验证安装: 按 Win + R,输入 cmd,回车打开命令提示符 输入命令:node -v 如果显示版本号(如 v20.11.0),说明安装成功 步骤2:安装 GitGit 是版本控制工具,用于上传博客到 GitHub。 访问:https://git-scm.com/downloads 选择 Windows 版本下载 安装时保持默认选项,一路”下一步” 验证安装: 在命令提示符输入:git --version 显示版本号即成功 步骤3:注册 GitHub 账号GitHub 用于托管你的博客代码。 访问:https://github.com/ 点击右上角 Sign up(注册) 填写邮箱、密码、用户名 完成邮箱验证 步骤4:创建 GitHub 仓库 登录 GitHub 后,点击右上角...
你好
嘉璐你好啊
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment