V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Lunatic1
V2EX  ›  Python

写签到脚本遇到的 Requests 请求执行的顺序问题

  •  
  •   Lunatic1 · Sep 3, 2019 · 2107 views
    This topic created in 2442 days ago, the information mentioned may be changed or developed.

    两个相同格式的不同网站的签到方法: A.http B.https 加入了 verify=False 取消警告

    现在的问题是:当设置执行顺序 AB 时,A 能正常执行响应,但是 B 明显为阻塞状态。当执行顺序为 BA 时,B 与 A 都能正常执行响应。请问导致这个问题的出现的可能原因是什么呀?

    1 replies    2019-09-03 21:37:08 +08:00
    luckrill
        1
    luckrill  
       Sep 3, 2019
    代码贴出来看看
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2540 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 16:09 · PVG 00:09 · LAX 09:09 · JFK 12:09
    ♥ Do have faith in what you're doing.