Ben Zhao
Ben Zhao
这个工具的原理就是建群,拉人然后再把人踢了; 如果对方把你删除了的话你是不能拉对方的,就这么简单。 所以你的问题,不能
我可以呀 有没有具体细节
是的,这个代码里我用了一些自己写的算法,你可以找到警告的那句代码注释掉就好了,当然不注释也应该不影响运行,只不过可能会和库里的函数结果有偏差
这个好像是我testcase 没有及时更新的问题所以报错了,你把stich 里面的unit test 全删掉应该就好了。 而且这个项目已经是四年前的了,很多问题可能我自己都没法解答了😂
Really need this one
在用docker 运行的时候如果报错 `error[E0433]: failed to resolve: could not find `addr_of` in `ptr``, 可以参考 https://github.com/rcore-os/rCore-Tutorial-v3/issues/14 来修正
谢谢作者啦~
Hi, I have the same issue on Win7 with one Chinese IME called Sougou. But I cannot install rust on that mechine, so I don't know why does it happens
总不能手动去爬吧……
好的我用py简单写了一个爬虫脚本,目前只爬了广播和时间,评论还有影评啥的都没,想试试的可以看一下: ```python import random import time import requests from bs4 import BeautifulSoup import json # 豆瓣用户主页地址 user_url = 'https://www.douban.com/people/xxx/statuses' # 保存文件名 file_name = 'douban_user_broadcast.json' # 请求头 headers = { 'User-Agent':...