摘要: 1. 杀掉tomcat进程 ps -ef | grep tomcat ,然后再 kill -9 tomcat进程号 2. 启动http服务 service httpd start 3. 停止mysql服务 service mysqld stop 4. 重启网络服务 service network r 阅读全文
posted @ 2021-04-17 21:00 1休 阅读(59) 评论(0) 推荐(0)