caca

Results 27 comments of caca

俺也一样 Win7 + 同花顺 2021-02-18 10:04:24,116 [ERROR] follower.py 331: ClientTrader 执行 策略 [方丈很智慧] 指令(股票: sh600549 动作: sell 数量: 400 价格(考虑滑点): 22.6413 指令产生时间: 2021-02-18 10:04:21) 失败, 错误信息: TradeError: ('请输入代码 ',) 2021-02-18...

同花顺的逆回购购买后会有一个窗口挡在前面,导致第二天的自动打新提示timed out

![image](https://user-images.githubusercontent.com/279229/150486848-7958dc57-d94d-42ad-b729-15e216b96700.png) 窗口信息 我试试用ahk能否关闭

每天只能用1个小时左右吧。想免费用你得多注册几个账号。

我也有个类似的问题,比如我在高性能服务器上生成了所有的缓存。推流服务器是否还需要保留原始视频,又或者我把播放列表改为.mp4.kpc是否可行?

After my debugging, I found that scrapy did not send accept, which would cause the return of http code 202 to be empty. After adding it, the javascript will be...

``` python from scrapy.spiders import Spider import re import scrapy from urllib.parse import urlencode from playwright.async_api import async_playwright class PlaywrightSpider(Spider): name = "test01" custom_settings = { "PLAYWRIGHT_BROWSER_TYPE": "chromium", "PLAYWRIGHT_LAUNCH_OPTIONS": {...

After several days of experiments, my guess is that playwright cannot pass the human-machine verification. Thank you very much for your help.