cmd命令集合

1.windows

查看ip
ipconfig/all

清除git缓存
ipconfig/flushdns

打开当前文件目录
explorer .

VS打包项目
devenv ProjectName.sln /Build

2.Linux

nginx启动
service nginx start

启动项目
supervisorctl start ProjectName

posted on 2022-12-16 14:23  糯米白白  阅读(20)  评论(0编辑  收藏  举报

导航