Yemaoxin
Yemaoxin
这个问题,是因为微信团队实际性的关闭了网页版微信引起的。你可以测试一下网页版微信是否可以打开。正是因为不能打开所以才会有这个pass_ticket的错误
说实际性关闭也不太对,因为我旧的手机号可以,但是很遗憾,我更换了绑定手机号
具体问题在题库处已作出回答, 对应的原因是网页页面的更新。 我也遇到了同一个问题,具体看了一下是这样的,在回答每周答题的时候,程序打开了专项答题的页面,在专项答题的时候却打开了每周答题的页面。 https://github.com/TechXueXi/techxuexi-tiku/issues/14
具体到代码上是由于网页源码上的Xpath路径两者的换了,应该是网页稍微改了顺序,找到对应位置修改。 即: answer_question.py中的函数weekly中, quiz_xpath = '//[@id="app"]/div/div[2]/div/div[3]/div[2]/div[6]/div[2]/div[2]/div' 改为 quiz_xpath = '//[@id="app"]/div/div[2]/div/div[3]/div[2]/div[7]/div[2]/div[2]/div' 函数zhuanxiang中, quiz_xpath = '//[@id="app"]/div/div[2]/div/div[3]/div[2]/div[7]/div[2]/div[2]/div' 改为 quiz_xpath = '//[@id="app"]/div/div[2]/div/div[3]/div[2]/div[6]/div[2]/div[2]/div'
相信我的话,就把这个answer_question.py解压,放在SourcePackages/pdlearn/answer_question.py,覆盖即可 [answer_question.py.zip](https://github.com/TechXueXi/TechXueXi/files/8771675/answer_question.py.zip)
@haohengok 抱歉哈,没用docker,只用PC端直接跑
@sscargal Hello, I have read the entire conversation. The issue I am facing is that I want to use CXL as universal RAM and make it an independent NUMA node.However,...
QEMU Version: 8.0.50 Linux kernel: 6.3.4
Your help would be greatly appreciated!
There is no problem in my test program. Even I change this to Linux ls command,`Illegal instruction` still . Actually, there was an error in `dmesg`. > root@8003:~# dmesg |grep...