03 2018 档案

摘要:压缩 KVM 的 qcow2 镜像文件 阅读全文
posted @ 2018-03-06 16:30 changxun 阅读(10645) 评论(0) 推荐(1)
摘要:nohup python test.py nohup.out 2 &1 & 发现nohup.out中显示不出来python程序中print的东西。 这是因为python的输出有缓冲,导致nohup.out并不能够马上看到输出。 python 有个 u参数,使得python不启用缓冲。 nohup p 阅读全文
posted @ 2018-03-01 15:42 changxun 阅读(8011) 评论(0) 推荐(1)