python subprocess select 读取
摘要:#!/usr/bin/env python # coding:utf-8 from __future__ import absolute_import, print_function import os import fcntl import select import subprocess from threading import Timer def make_nonblock(fd)...
阅读全文
posted @
2017-07-25 23:50
漫步的影子
阅读(870)
推荐(0)