本文分类:news发布日期:2025/11/25 14:29:36
打赏

相关文章

使用 Privoxy 将 socks5 转为 http/https

使用 Privoxy 将 socks5 转为 http/https安装 Privoxysudo apt install privoxy -y配置 Privoxy编辑配置文件 /etc/privoxy/config,添加以下内容(将 127.0.0.1:1080 替换为 ss 的地址和端口): forward-socks5 / 12…

国际象棋

#include <bits/stdc++.h> using namespace std; int tx,ty; int visited[10][10]; struct node {int x,y,s; }; int dx[8]={-1,-2,1,2,1,2,-1,-2};// int dy[8]={2,1,2,1,-2,-1,-2,-1};// int bfs(int sx,int s…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部