里程碑 2024
2024-01-29
2024-03-08
listen EACCES: permission denied 0.0.0.0:1216错误解决
bash
net stop winnat
net start winnat
1
2
2
2024-03-26
📚 Nest 通关秘籍https://github.com/thinkasany/docs
学习资料
- https://github.com/CavinHuang/books
- https://github.com/gujiwuqing/my-note-website
- https://github.com/marhal3721/notes
bash
#运行next项目 已经build好了
pm2 start npm --name "next-blog" -- run start
# 若要使其开机自启或保持持续运行,可以做如下操作
pm2 save
pm2 startup
1
2
3
4
5
6
2
3
4
5
6