摘要: ``` On Unix: Access with On Window: Access with from gevent.server import StreamServer def handle(socket, address): socket.send("Hello from a telnet!\ 阅读全文
posted @ 2017-03-26 15:08 idlewith 阅读(150) 评论(0) 推荐(0) 编辑
摘要: netstat ano |findstr 9000 taskkill /pid 2296 f(让我们果断杀掉它吧!!!) 成功: 已终止 PID 为 2296 的进程 阅读全文
posted @ 2017-03-26 15:01 idlewith 阅读(220) 评论(0) 推荐(0) 编辑
摘要: ``` import gevent from gevent import monkey monkey.patch_all() import requests import time import os import pprint urls = ['http://www.baidu.com', 'http://www.cnblogs.cn', 'http://ww... 阅读全文
posted @ 2017-03-26 14:27 idlewith 阅读(181) 评论(0) 推荐(0) 编辑