线程小demo
摘要:
下午就手写了两个demo,整理了一下。#!/sur/bin/env python# -*- coding:utf-8 -*-__author__ = 'ganzl'import threadingdef Foo(arg): print 'print thread: %s' %(arg)for ... 阅读全文
posted @ 2016-01-16 16:39 ganzl 阅读(118) 评论(0) 推荐(0) 编辑
(瓜)