wking
wking
很正常啊。所有搜索请求都是代理服务器发出的,请求多了谷歌认为你在爬它。
global、edge大概意思是两层CDN网络。比如你在美国的源站,亚马逊给你CDN到欧洲,那数据先到欧洲的global节点,然后分布到N个欧洲的edge边缘网络节点。 PS:1T流量可真爽呀
> 应该是因为我没有中国的账号吧 因为中国节点是由亚马逊中国独立运营的,只能在亚马逊中国购买云计算,在亚马逊全球站点部署的云业务是不会到中国的节点的。另外亚马逊中国只接收商业客户,不对个人客户服务
you can try this: ``` temp = b'' while pm.read_bytes(address, 1) != b'\x00': temp = temp + pm.read_bytes(address, 1) address += 1 print(temp.decode('utf-8')) ```
update: Problem has been solved I wrote a small piece of code to convert the UTF16 encoding, maybe you can use it in the future too. I think UTF8 or...
> update: Problem has been solved > > I wrote a small piece of code to convert the UTF16 encoding, maybe you can use it in the future too. >...
> Thank you for the reporting, the value is returned as a c_char. > > https://docs.python.org/3/library/ctypes.html#ctypes.create_string_buffer > > Maybe there should be an alternative that does not break everything within...
update code, now the code can correctly handle UTF16 and ascii mixed encoding ``` result = "" address # a memory address while True: _temp = pymem.read_bytes(address, 2) if _temp...
> 最后更新可以提上去,这个标签不建议,因为标签对应SEO的关键词,有些网站会加一堆标签 希望落实把最后更新提上去
same to me