05 2019 档案

摘要:python 进程之间的通讯 阅读全文
posted @ 2019-05-28 10:32 leo0362 阅读(214) 评论(0) 推荐(0) 编辑
摘要:python 多进程简 阅读全文
posted @ 2019-05-28 10:14 leo0362 阅读(435) 评论(0) 推荐(0) 编辑
摘要:import threading,time import random def door(nums): num=1#电梯在一楼 while True: print("this door is %s 楼"%num) if num==nums: fangxiang=True elif num==1: ... 阅读全文
posted @ 2019-05-24 11:30 leo0362 阅读(631) 评论(0) 推荐(0) 编辑
摘要:pytho线程信号量 阅读全文
posted @ 2019-05-24 10:35 leo0362 阅读(197) 评论(0) 推荐(0) 编辑
摘要:线程锁 阅读全文
posted @ 2019-05-24 10:22 leo0362 阅读(121) 评论(0) 推荐(0) 编辑
摘要:python守护线程 阅读全文
posted @ 2019-05-24 10:14 leo0362 阅读(145) 评论(0) 推荐(0) 编辑
摘要:python 线程的调用方式 阅读全文
posted @ 2019-05-24 09:59 leo0362 阅读(576) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env python #-*- coding:utf-8 -*- # datetime:2019/5/22 14:20 # software: PyCharm #服务端 import socket import os post=('192.168.222.131',9090)#设置端口和 socket_obj=socket.socket() socket_obj.bind(... 阅读全文
posted @ 2019-05-22 16:14 leo0362 阅读(126) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示