会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
siyed
CnBlogs
Home
New Post
Contact
Admin
Subscription
2015年4月22日
Python多线程的创建,相关函数和守护线程的理解
一:多线程的创建threading库创建线程有两种方式,函数式和继承式1)函数式deffunc():print'Starting'print'Ending't=threading.Thread(name='func',target=func)t.start()2)继承式classThreadClas...
Read More
posted @ 2015-04-22 18:07 siyed
Views(315)
Comments(0)
Diggs(0)
Edit
公告