songyu_wang
songyu_wang
> For those who want to find data below, just go to chrome and paste this > `chrome://settings/cookies/detail?site=leetcode.com` > > ``` > { > "login": "[username]", > "loginCSRF": "", >...
https://www.overleaf.com/latex/templates/fduthesis-latex-thesis-template-for-fudan-university/svtdhhstkmkt 贴一个 overleaf 版
> > 贴一个 overleaf 版 > > 这两年前的了。。。 哦哦没注意到,不过最近看到有同学在用就还是贴出来啦,大家按需要看情况用吧嘿嘿
> > > ```shell > > alias proxy='export all_proxy=socks5://127.0.0.1:7891' > > alias unproxy='unset all_proxy' > > alias ip='curl cip.cc' > > ``` > > > > > > > >...
> > curl --socks5-hostname localhost:1080 cip.cc > > 还是本机 对于这个 cip.cc 这个域名,不管是本地解析域名还是代理解析域名,都会得到同样的 IP 地址,根本原因在 cip.cc 这个域名在流量分流走代理的时候是否加到了代理规则里面。 你可以测试下,先启动终端代理(就是 `export xxx`),然后把 cip.cc 这个域名显式地写到代理规则里,或者利用 `curl -v cip.cc` 查看解析出来的 IP 地址,把 IP 地址加入到代理规则里,最后再 `curl...
> Hi, I forked the author's repository and compiled and packaged a version using JDK17 LTS. If you need it, you can get it [here](https://github.com/calvinit/classpy/releases/tag/0.10.0-j17). Works like a charm!