Chinaunix首页 | 论坛 | 博客
  • 博客访问: 278350
  • 博文数量: 103
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 705
  • 用 户 组: 普通用户
  • 注册时间: 2013-05-02 16:15
文章分类

全部博文(103)

文章存档

2014年(8)

2013年(95)

我的朋友

发布时间:2013-12-19 11:40:53

import threadingimport timeclass Counter:        def __init__(self):                self.value=0        def increment(self):                self.value=self.value+1  &.........【阅读全文】

阅读(2530) | 评论(0) | 转发(0)

发布时间:2013-12-19 11:01:23

#输入流def FileInputStream(filename):        try:                f = open(filename)                for line in f:                       .........【阅读全文】

阅读(2322) | 评论(0) | 转发(0)

发布时间:2013-12-18 23:35:26

import threadingimport time,randomclass ThreadLocal(threading.Thread):        def __init__(self):                threading.Thread.__init__(self)      .........【阅读全文】

阅读(1320) | 评论(0) | 转发(0)

发布时间:2013-12-18 23:22:40

import threadingimport timeclass ThreadTest(threading.Thread):        def __init__(self,index,create_time):                threading.Thread.__init__(self)    &n.........【阅读全文】

阅读(893) | 评论(0) | 转发(0)

发布时间:2013-12-18 23:20:15

import threadingimport timeclass ThreadTest(threading.Thread):        def __init__(self,index,create_time):                threading.Thread.__init__(self)    &n.........【阅读全文】

阅读(884) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册