忘记、过去
deepin
2022-05-13 06:36 system 的参数好像只能是 char* 这样子?Qt/C++ 里面都是 QString + toUtf8() 这样子转一下再用的......
Reply Like 0 View the author
system 的参数好像只能是 char* 这样子?Qt/C++ 里面都是 QString + toUtf8() 这样子转一下再用的......
system 的参数好像只能是 char* 这样子?Qt/C++ 里面都是 QString + toUtf8() 这样子转一下再用的......
string command = "wget " + args[1];
const char * command_ = command.c_str();
auto err = system(command_);
反向代理这种东西完全可以自建一个。把这个部署到 cloudflare workers 上,你就有自己的反代了。
反向代理这种东西完全可以自建一个。把这个部署到 cloudflare workers 上,你就有自己的反代了。
不错,好像还免费
Popular Ranking
ChangePopular Events
More
代理 https://ghproxy.com/
https://gitee.com/aohanhongzhi/wgets
错误如下!
程序目的就是wget命令加上代理前缀。
使用wgets 就好了。
成品给大家分享下,github zip包下载的代理!!!
https://gitee.com/aohanhongzhi/wgets/releases/1.0