simplify the life

2022年11月9日 #

Nginx 命令备忘

摘要: 安装:brew install nginx 启动:nginx(默认端口 8080,启动后查看 http://localhost:8080/)(所以启动了 nginx,8080 的端口就被占用了) 停止:nginx -s stop 重启:nginx -s reload 查看配置是否正确:nginx - 阅读全文

posted @ 2022-11-09 09:26 lessfish 阅读(65) 评论(0) 推荐(0) 编辑

用 VSCode 调试 Node.js

摘要: 选择一个文件启动。选择﹝Run Current File﹞会将当前文件作为入口进行启动,本质是 node xx.js 命令行启动。选择﹝JavaScript Debug Terminal﹞,VSCode 中会打开一个终端,在里面启动命令如 node xx.js,自动进行 Debugger attac 阅读全文

posted @ 2022-11-09 09:17 lessfish 阅读(1638) 评论(0) 推荐(0) 编辑

文章测试

摘要: 文章测试 阅读全文

posted @ 2022-11-09 09:12 lessfish 阅读(7) 评论(0) 推荐(0) 编辑

导航