无标题
一个解决方案可以有多个项目 ctrl+a ctrl+k ctrl+F代码格式化
无标题
后端 变量名称与前端一致 vless服务器添加
无标题
index.html 服务器识别为网站 12345export function onRequest(context) { return context(内容).env.budaoproxy(workers).fetch转发(context.request);}
无标题
生成SSH密钥 1ssh-keygen -t rsa -C 1145354303@qq.com 在发送的目录右键终端 git初始化本地仓库 123456git init 初始化当前目录git add . 把当前目录所有文件纳入当前管理git commit -m "first commit" 提交版本注解git branch -M main 提交分支git remote add origin git@github.com(远端服务器地址):luoheli(项目地址) 将远程仓库与本地连接 #只需要配置一次 ,保存在当前目录git push -u origin main 将以上内容推送至分支 帮助 git –help
无标题
https:(协议头)//throbbing -star(域名) / ssh email https://old-feather-2155(四级域名).1145354303(三级域名).workers(二级域名).dev(一级域名).(点域名) 终端找到自己的地址 IP.config
无标题
hexo clean && nexo deploy config配置文件 (根目录) node.js 根据package下载的依赖包 public 生成 的网站依赖包 source 博客文章 最后一项为工具 右键终端 git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterflyclone 从 https://github.com/jerryc127/hexo-theme-butterfly.git代码仓库里克隆到相对路径 将主题与hexo相关联连 终端 npm install hexo-renderer-pug hexo-renderer-stylus –save hexo s
无标题
设置国内源 npm config set registry https://registry.npmmirror.com 公共 npm config set prefix “D:\green\dev\node-v22.13.1-win-x64\node_global” 缓存 npm config set cache “D:\green\dev\node-v22.13.1-win-x64\node_cache” 环境变量D:\green\dev\node-v22.13.1-win-x64\node_global yarn config set global-folder “D:\green\dev\node-v22.13.1-win-x64\yarn_global”yarn config set cache-folder “D:\green\dev\node-v22.13.1-win-x64\yarn_cache”
connect_web
用typore打开网站的内容文件夹一级目录$$\frac{abc}{xyz}$$ $\frac{abc}{xyz}$ 12<script>alert("我是弹出框");</script> 123int main(){ return 1:} 域名地址 出现一堆英文提示。翻译过后的结果为



