摘要: http://www.doughellmann.com/PyMOTW/select/Purpose:Wait for notification that an input or output channel is ready.Available In:1.4 and laterTheselectmodule provides access to platform-specific I/O monitoring functions. The most portable interface is the POSIX functionselect(), which is available on U 阅读全文
posted @ 2012-06-26 14:57 keepfocus 阅读(222) 评论(0) 推荐(0) 编辑
摘要: linux 后台运行:nohup python s5.py 1080 &#!/usr/bin/python# Filename s5.py# Python Dynamic Socks5 Proxy# Usage: python s5.py 1080# Backgroup Run: nohup python s5.py 1080 &# Email: ringzero@557.imimport socket, sys, select, SocketServer, struct, timeclass ThreadingTCPServer(SocketServer.ThreadingM 阅读全文
posted @ 2012-06-26 09:38 keepfocus 阅读(4164) 评论(1) 推荐(1) 编辑