在Python3中使用Socks5代理
Python提供了一个良好的编程环境,有众多的开源扩展支持。 这里记录一下其使用socks5代理的方法。 依赖 方法一 socks socket 方法二 requests[socks] 过程 END
Python提供了一个良好的编程环境,有众多的开源扩展支持。 这里记录一下其使用socks5代理的方法。 依赖 方法一 socks socket 方法二 requests[socks] 过程 END
由于一些必要的公网问题,更换了自编译的路由器固件,而没有自带更新功能,故在这里记录一下利用局域网内主机更新cf域名记录的方法。 灵感来自于: https://blog.sometimesnaive.o 阅读更多…
以下为出错日志 [/usr/local/nginx/logs/error.log] : 由于我的Nginx是预编译的版本, 可能复制到新机子上的权限有问题。 我们通过重新设置Nginx所有子目录的所属 阅读更多…
部分反向(pixiv.cat): nginx反向代理設定檔 Cloudflare Workers 反向代理 完全反向(https://moe.best/technology/pixiv-proxy.h 阅读更多…
Project description Remove a package and its unused dependencies. Quickstart First, install pip 阅读更多…
This page describes how to use the external libmp3lame encoding library within ffmpeg to c 阅读更多…
I have a situation with some code where eval() came up as a possible solution. Now I have 阅读更多…
web信息中常会遇到“\u4f60\u597d”类型的字符。首先’\u‘开头就基本表明是跟unicode编码相关的,“\u”后的16进制字符串是相应汉字的utf-16编码。python里decode( 阅读更多…
I am currently renewing an SSL certificate, and I was considering switching to elliptic curves. Per& 阅读更多…