摘要: from twisted.internet import reactorimport timedef printTime(): print "Current time is",time.strftime("%H:%M:%S")def stopReactor(): print "Stopping reactor" print "Current time is",time.strftime("%H:%M:%S") reactor.stop()reactor.callLater(1, printTim 阅读全文
posted @ 2013-06-26 12:00 践道者 阅读(508) 评论(0) 推荐(0) 编辑