在Angular项目下执行命令行ng serve-open:The ng serve command builds the app,starts the development server,watches the source files,and rebuilds the app as you make changes to those files.The-open flag opens a browser to ...
Windows Server2008增加了一个名叫netsh的命令行工具,通过它可以用批处理方式添加防火墙出入栈规则:入栈规则:set PORT=3389 set RULE_NAME="_远程连接端口:%PORT%入栈规则"netsh advfirewall firewall show rule name=RULE_NAME%>nul ...