tinyproxy1.11.0 代理服务器搭建(粗稿)
apt update apt upgrade apt-get install build-essential apt-get install autoconf wget https://github.com/tinyproxy/tinypr...
apt update apt upgrade apt-get install build-essential apt-get install autoconf wget https://github.com/tinyproxy/tinypr...
python2 下 DBUtils安装与使用 python -m pip install DBUtils==2.0.3 DButils版本: from versions: 0.8.1, 0.9.1, 0.9.2, 0.9.3, 0.9.4,...
xpath剔除所选部分中的元素 <article class="markdown-body"> <p class="xh-highlight"> </p> <h2 id=" " class="xh-...
windows下通过go编译linux程序 set GOARCH=amd64 set GOOS=linux go build go build时可能报错: go: golang.org/x/[email protected]...
倒腾: Inspeckage安装测试 先安装riru-edxposed v0.5.2.2_4683.zip , https://github.com/ElderDrivers/EdXposed/releases 再安装riru...
nginx 中转配置 stream { map $ssl_preread_server_name $name { 99web.domain.com localweb; 99tj.domain.com localtrojan; ...
这两天在win10上倒腾docker,今天启动VM,发现无法启动虚拟机,提示: 此主机不支持 Intel VT-x。 此主机不支持“Intel EPT”硬件辅助的 MMU 虚拟化。 处理器不支持 XSAVE。无法打开此虚拟机的电源。 &nb...
npm: 移动node_cache目录: 参考http://anyun.org/a/xitongwendang/2022/0304/10358.html JetBrains系列 会在C盘生成content.dat.storageData文件...
#coding:utf-8 import os import shutil def main(): while True: filepath = 'E:/phpstudy_pro/WWW/plugins/' for parent, dirn...
在网站中,由于存在大量的图片,需要进行处理; 每次在测试的时候,遍历文件夹文件很快,但是涉及到对文件处理时,就非常的慢,昨晚想起诺神提及的分批处理; 突然想到可以用list分块来处理: print ('files num is :',len...