Daniel-ChenJH

Results 6 comments of Daniel-ChenJH

> 我做了部分修改,以支持定金预购抢购,可以参考一下: > jd_assistant.py > > ``` > def __init__(self): > use_random_ua = global_config.getboolean('config', 'random_useragent') > > self.user_agent = DEFAULT_USER_AGENT if not use_random_ua else get_random_useragent() > self.headers = {'User-Agent': self.user_agent}...

I have exactly the same problem recently, with RTX3070TI LAPTOP, nvidia driver 552.12, cuda 11.5 and carla 0.9.14。Carla can run in Windows but not WSL2, with the same output. When...

Is the problem caused by port forwarding or firewall of Windows? It seems that WSL2 needs to connect to 127.0.0.1 by the localhost on Windows.

你好,请确认你没有使用梯子,且网络环境稳定正常,出现这样的错误往往是因为连了梯子。若你检查好这些后仍无法运行exe文件,请在项目主页下载更新最新版windows执行程序,刚刚进行了更新。祝你再次尝试好运! At 2021-12-17 20:44:07, "lue611" ***@***.***> wrote: — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or...

有关管理员权限:仅存在于Win64版程序,用于校准并更改用户电脑时间,修改系统时钟需要管理员权限。详见main.py中get_webservertime()与check_chrome()函数。如果不需要校准电脑时间的功能,可自行注释掉相关代码段后运行源代码。 有关win程序体积的解释:程序除了主体部分代码,还包含必要的扩展包、UI界面以及少量经过的编码图片。本程序所有代码均已开源,Win与Mac的可执行文件均由源代码直接生成。若不放心,不妨请先仔细阅读、检查源代码,确认无误后直接运行源代码。

暂时还不行,等作者明年读研了可以弄一个哈哈