Skip to content

Instantly share code, notes, and snippets.

View junneyang's full-sized avatar

YangJun junneyang

View GitHub Profile
比如我们需要让test.py在后台挂着,而不出现命令行窗口,那么可以使用以下命令:
start /min python test.py
linux下面:
nohup python test.py &