備忘録で書かせてください。。。。
sudo netstat -tulnp | grep :5000
これで、
tcp 0 0 0.0.0.0:5001 0.0.0.0:* LISTEN 28834/python
から、
sudo kill 28834
https://stackoverflow.com/questions/15562446/how-to-stop-flask-application-without-using-ctrl-c
QUANTUM GAMING
Terms of service (Web service)
Terms of service (Quantum and ML Cloud service)
Privacy policy
2021/01/09 08:15
1
備忘録で書かせてください。。。。
sudo netstat -tulnp | grep :5000
これで、
tcp 0 0 0.0.0.0:5001 0.0.0.0:* LISTEN 28834/python
から、
sudo kill 28834
https://stackoverflow.com/questions/15562446/how-to-stop-flask-application-without-using-ctrl-c
© 2025, blueqat Inc. All rights reserved