02 2017 档案

摘要:import threadingimport Queueimport osimport socketdef test_port(host,port): s=socket.socket(socket.AF_INET,socket.SOCK_STREAM) try: s.connect_ex((host 阅读全文
posted @ 2017-02-27 16:06 wangshu 阅读(284) 评论(0) 推荐(0)