python3.x - PyCharm关闭后Python.exe还是在后台运行
天蓬老师
天蓬老师 2017-04-18 10:09:12
0
2
576

是我在用PyCharm开发Flask应用,今天调试的时候断点总是不能命中,后来发现任务管理器中有一堆的python.exe,经过测验,当我再pycharm启动网站后再关闭,后台的python3.exe仍然在运行.甚至在pycharm关闭后还在运行.求解

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
小葫芦

PyCharm, after the running program is closed, a dialog box will pop up

Choose the first one to close python.exe, but the second one will not. I chose the second one step by step carefully and remember the selection.

小葫芦

There must be something wrong with your code. For example, multi-threading is not set to daemon mode, and the thread is still running after the program exits, which means that python3.exe is not turned off

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!