好久没上了,刚看到,不好意思啊,版主大哥!
#coding=utf-8
import threading
def A():
.....
if __name__=='__main__':
for i
in
range(n):
threading.Thread(target=A,args=(),name='thread-'+str(i)).start()#这里target写上我要实现的函数名A
time.sleep(random.randint(10, 100) / 1000.0)
这里就没有写锁了,下面是我找的资料,写的都很详细,希望可以帮到有需要的人。
http://apps.hi.baidu.com/share/detail/15530820
http://crazier9527.
http://hi.baidu.com/34pc/blog/item/47e32f27a0a3ac0e908f9d16.html
http://developer.
http://www.
http://info.
http://blog.
http://hi.baidu.com/fiber212121/blog/item/3da88822113f25fed6cae25d.html
http://hi.baidu.com/%B8%E3%D0%A6%D0%A6%BB%B0%CD%BC%C6%AC/blog/item/40a36fd664288a2307088be9.html
http://www.