文章列表

3011 分钟

services: cloudflare-tunnel: image: cloudflare/cloudflared container_name: cloudflare-tunnel hostname: cloudflare-tunnel restart: unless-stopped network_mode: "host" command: tunnel --no-autoupdate --edge-ip-version 6 run environment: - "TUNN
1051 分钟

alist批量重命名 index_(\d+)_(\d+).html index_$1_$2.mp4 C++代码注释 /\*(.|[\r\n])*?\*/|//.*
5661 分钟

因为一些原因总是要手机开热点然后电脑设置一下配置,感觉十分麻烦于是琢磨了一下PAC。 PAC,全称Proxy Auto Config,中文名代理自动配置。PAC类似于配置文件,通过这个配置文件,浏览器或者其他UA可以对每一个url配置代理服务,比如这个url要走这个代理,那类url要走那个代理等。 接着就是用golang写一个PAC丢上服务器喽 package handler import ( "fmt" "net/http" "os" ) func Pac(w http.ResponseWrit
2.9k3 分钟

dsu on tree套个BIT #include <bits/stdc++.h> /* #include<ext/pb_ds/assoc_container.hpp> #include<ext/pb_ds/hash_policy.hpp> */ using namespace std; const double eps = 1e-10; const double pi = 3.1415926535897932384626433832795; const double