ccminglove

Results 12 comments of ccminglove

加速器的问题。和openwrt的兼容性不好,很容易把网络搞崩!

location / { expires 12h; if ($request_uri ~* "(php|jsp|cgi|asp|aspx)") { expires 0; } proxy_pass http://yun.********.com:5000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header REMOTE-HOST $remote_addr; proxy_set_header X-Forwarded-Proto https;...

js文件延迟好高啊,是什么原因啊 ![image](https://user-images.githubusercontent.com/31991443/184882676-07d1e9e9-e71f-4ee3-8a9e-76691fe44013.png)

我用Windows运行jar本地访问延迟也是70多毫秒 ![image](https://user-images.githubusercontent.com/31991443/184892323-446687ee-0a43-4873-9a5a-feacb9c087d9.png)

求类似替代方案,ddnsto不能自建服务器

> 内网穿透 本质就是hacktool, hack过程中哪个不用内网穿透? 那我有个疑问:如果是基于同一个代码编译出来的东西,杀毒结果应该也是一样的,为什么自己编译却没事? 这是我编译的:https://github.com/Omoinemie/nps/releases/tag/V0.26.10 ![image](https://user-images.githubusercontent.com/31991443/185751755-2e93777f-156f-4bd7-85bd-72dda48c9b50.png)

那多后端模式呢?一个前端可以连接多个后端

C:\Users\ilove>java -version java version "17" 2021-09-14 LTS Java(TM) SE Runtime Environment (build 17+35-LTS-2724) Java HotSpot(TM) 64-Bit Server VM (build 17+35-LTS-2724, mixed mode, sharing)

win11下不用加-Dfile.encoding=utf-8这个,不然会乱码

> The paths in the configuration should be absolute (starting with drive, for example `C:/`), otherwise a relative folder is used from where the app was started. > > I...