博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python重启程序 重新运行脚本
阅读量:6586 次
发布时间:2019-06-24

本文共 201 字,大约阅读时间需要 1 分钟。

#重启程序def restart_program():  python = sys.executable  os.execl(python, python, * sys.argv)

定义一个重启函数

#主程序print('restart...')            restart_program()

 

转载于:https://www.cnblogs.com/mrfri/p/8558306.html

你可能感兴趣的文章
正则表达式
查看>>
阿里云的yum更新源
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
20160309作业
查看>>
python之路----文件操作
查看>>
探索MySQL高可用架构之MHA(1)
查看>>
tableView 的协议方法
查看>>
海量路由表的快速检索问题-Hash/Trie/快速交换
查看>>
BizTalk Orchestration execute Flat file disassembler ReceivePipeline
查看>>
我的友情链接
查看>>
只需三步轻松搞定 Foxmail 发送邮件“错误信息 ssl连接错误 error code 5”
查看>>
使用openssl加密文件
查看>>
启动ssh服务报错
查看>>
AIX系统中如何查看HBA卡的WWPN和微码版本
查看>>
check the manual that corresponds to your MySQL server version for the right syntax to use near
查看>>
spring创建连接池的几种方式
查看>>
在JSTL EL中处理java.util.Map,及嵌套List集合
查看>>
我的友情链接
查看>>
LAMP之网站搭建(二)
查看>>