Skip to content

里程碑 2024

2024-01-29

2024-03-08

listen EACCES: permission denied 0.0.0.0:1216错误解决

bash
net stop winnat
net start winnat

2024-03-26

📚 Nest 通关秘籍https://github.com/thinkasany/docs

学习资料

bash
#运行next项目 已经build好了
pm2 start npm --name "next-blog" -- run start

# 若要使其开机自启或保持持续运行,可以做如下操作
pm2 save
pm2 startup

Released under the MIT License.