摘要:
import socketserver class MyServer(socketserver.BaseRequestHandler): def handle(self): conn = self.request conn.sendall(bytes('欢迎致电 10086,请输入1xxx,0转人工 阅读全文
posted @ 2017-10-20 15:51
程先生_Python
阅读(58)
评论(0)
推荐(0)
摘要:
一 multiprocessing模块介绍 http://www.cnblogs.com/linhaifeng/articles/7428874.html#_label1 二 Process类的介绍 创建进程的类: 参数介绍: 方法介绍: 属性介绍: 三 Process类的使用 注意:在window 阅读全文
posted @ 2017-10-20 15:39
程先生_Python
阅读(108)
评论(0)
推荐(0)

浙公网安备 33010602011771号