python小程序在服务器上运行比普通电脑快吗?
import time
import numpy as np
a=nparange(200000000)
start=timeclock()
b=a2
stop=timeclock()
print "Elapsed time: %3f s" % (stop-start)
上边这段代码,在WIN10的笔记本上,Elapsed time =03秒左右,而在一个非常贵的服务器LINUX上运行,竟然耗时05秒左右。反复试验了多次都是这样!
大牛解释一下为啥啊?
首先利用
osremove() will remove a file
osrmdir() will remove an empty directory
shutilrmtree() will delete a directory and all its contents
写你的模块
利用Linux crontab定时任务运行这个模块。
还可以以守护进程的方式运行你的脚本。nohup <程序名> &
0条评论