jaden

Results 4 issues of jaden

请大佬们帮忙看看,没办法伪装成功,网页还是能抓取真实ip! 测试代码: ``` import requests session = requests.Session() res = session.get("http://demo.spiderpy.cn/get/") ans = res.json() print(ans.get("region", None), ans.get("proxy", None)) if ans.get("https"): proxies = {'https': "https://{}".format(ans.get("proxy"))} else: proxies = {'http': "http://{}".format(ans.get("proxy"))} session.proxies...

首先表示感谢!然后请问一下这些功能啥时候有? //todo 待添加:emoji表情功能,代码高亮,代码行号,自动目录生成,自动滚动条位置

generate swig wrap files ... /mnt/e/ctp/openctp-ctp-python/CTPAPI/linux/ThostFtdcTraderApi.h:30: Warning 514: Director base class CThostFtdcTraderSpi has no virtual destructor. /mnt/e/ctp/openctp-ctp-python/CTPAPI/linux/ThostFtdcMdApi.h:30: Warning 514: Director base class CThostFtdcMdSpi has no virtual destructor. -- Configuring done...

![image](https://github.com/user-attachments/assets/9a27ac8c-533d-476f-921e-7182a7204e91) CMakeLists.txt中有一行重复的if你们是怎么编译通过的哈哈