levels of contents

随笔分类 -  Python

摘要:concurrent.futures 模块 基于异步启动多进程,多线程,启动并行任务, multiprocessing 模块 基于流程的并行,充分利用每台设备上的多核处理器 阅读全文
posted @ 2017-11-17 03:44 Tiancc 阅读(94) 评论(0) 推荐(0)
摘要:socket参数应用介绍 socket 基础版套接字通信 #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 17/11/7 15:26 # @Author : Tiancc # @Site : # @File : Server.py # 阅读全文
posted @ 2017-11-08 11:11 Tiancc 阅读(861) 评论(0) 推荐(0)