上传文件至 /

This commit is contained in:
zwb 2024-10-28 14:16:38 +08:00
commit 5aa47972e7
3 changed files with 1393 additions and 0 deletions

53
dns.txt Normal file
View File

@ -0,0 +1,53 @@
# DNS
nameserver 100.100.2.136
nameserver 100.100.2.138
DNS 派 电信/移动/铁通:(快 \ 亲测)
首选DNS地址101.226.4.6
备选DNS地址218.30.118.6
OpenDNS
首选DNS地址208.67.222.222
备选DNS地址208.67.220.220
中国互联网络中心推荐安全又快速1.2.4.8、210.2.4.8、101.226.4.6电信及移动、123.125.81.6(联通)
阿里DNS223.5.5.5、223.6.6.6
googleDNS不推荐容易掉包还很慢8.8.8.8、8.8.4.4
openDNS
208.67.222.222
208.67.220.220
208.67.222.220
208.67.220.222
另有两个为Family Shield Servers 可以阻挡含有恶意网站
208.67.222.123
208.67.220.123IPv6地址
2620:0:ccc::2
2620:0:ccd::2
纯净 无劫持 无需再忍受被强扭去看广告或粗俗网站之痛苦服务地址为114.114.114.114 和 114.114.115.115
拦截 钓鱼病毒木马网站 增强网银、证券、购物、游戏、隐私信息安全服务地址为114.114.114.119 和 114.114.115.119
opener不稳定42.120.21.30
<img src="C:\Users\andin\AppData\Roaming\Typora\typora-user-images\image-20240909161356541.png" alt="image-20240909161356541" style="zoom:200%;" />
<img src="C:\Users\andin\AppData\Roaming\Typora\typora-user-images\image-20240909161622715.png" alt="image-20240909161622715" style="zoom:200%;" />
------

27
python.txt Normal file
View File

@ -0,0 +1,27 @@
python_modules = [
"os --- 多种操作系统接口",
"os.path --- 常用路径操作",
"re --- 正则表达式操作",
"datetime --- 基本日期和时间类型",
"heapq --- 堆队列算法",
"enum --- 对枚举的支持",
"math --- 数学函数",
"random --- 生成伪随机数",
"itertools --- 为高效循环而创建迭代器的函数",
"functools --- 高阶函数和可调用对象上的操作",
"shutil --- 高阶文件操作",
"sqlite3 --- SQLite 数据库 DB-API 2.0 接口模块",
"csv --- CSV 文件读写",
"hashlib --- 安全哈希与消息摘要",
"hmac --- 基于密钥的消息验证",
"time --- 时间的访问和转换",
"argparse --- 命令行选项、参数和子命令解析器",
"logging --- Python 的日志记录工具",
"threading --- 基于线程的并行",
"multiprocessing --- 基于进程的并行",
"socket --- 底层网络接口",
"email --- 电子邮件与 MIME 处理包",
"json --- JSON 编码和解码器",
"urllib --- URL 处理模块",
"http --- HTTP 模块"
]

1313
操作文档.txt Normal file

File diff suppressed because one or more lines are too long