greatghoul
Ask and Learn

Ask and Learn

Follow
home蹲马步badges
Tag

Bash

#bash

More content

Read more stories on Hashnode


Articles with this tag

快速杀掉失去响应 rails 进程

May 17, 20201 min read 49 views

在 Ruby on Rails 的日常开发时,有时候不小心写出个坏代码(比如死循环),导致 rails dev server 进程失去响应,这时候如果想杀掉进程,按 Cmd+C 可能没有效果。 除了去 grep ps 或者查看 server.pid 外,还有一个快捷的方法快速结束进程。 按下...

快速杀掉失去响应 rails 进程