摘要:
python中提供thread 和 threading模块对多线程提供支持,其中threading模块是对thread模块的封装,多数情况下使用threading来进行多线程编程。 一.使用threading.Thread在线程中运行函数 # coding=utf-8 import threading from time import ctime, sleep def mus... 阅读全文
posted @ 2015-12-10 19:03
奋斗的珞珞
阅读(236)
评论(0)
推荐(0)

浙公网安备 33010602011771号