清屏

  cls

启动服务

  net start 服务名(nexus、mysql

关闭服务

  net stop 服务名(nexus、mysql)

删除服务

  sc delete 服务名

  如果服务名有空格,加引号,如 sc delete "nexus "

查看当前计算机开启的端口

netstat -an 

相关文章:

  • 2021-11-07
  • 2021-06-25
  • 2021-10-03
  • 2021-12-31
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-07-17
  • 2021-12-13
  • 2021-10-10
  • 2021-12-04
  • 2022-02-08
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案