摘要: # encoding: utf-8 """ @author: lileilei @site: @software: PyCharm @file: login.py @time: 2017/7/26 10:28 """ import requests,time from multiprocessing import Pool url='http://www.jd.com' total=0 ... 阅读全文
posted @ 2017-07-27 13:48 北漂的雷子 阅读(318) 评论(0) 推荐(0) 编辑
摘要: import asyncio,time,requests import threading, time, requests url = "http://www.jd.com" total = 0 suc = 0 fail = 0 exception = 0 maxtime=0 mintime=100 gt3=0 lt3=0 class RequestThread(threading.Threa... 阅读全文
posted @ 2017-07-27 13:46 北漂的雷子 阅读(370) 评论(0) 推荐(0) 编辑