
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
go链接redis错误:A connection attempt failed because the connected
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 错误提示结果方式
用1000W破解字典破解pdf文档(提供1000W破解字典)
# -*- coding: utf-8 -*-# pikepdf是pdf解密脚本import pikepdf,osfrom PyPDF2 import PdfFileReader# 可扩展的Python进度条from tqdm import tqdm#pdf文件路径filename = "C:/***/***/***/***.pdf"#密码字典路径wordlist = "C:/***/***/**
python小技巧:文件复制多行的数据
#!/usr/bin/env python# a.txt 的文件需要复制多行数据,每行读取每一行 a.txt 数据 ,依次写入 b.txtf = open("a.txt","r",encoding='utf-8')f1 = open("b.txt", "w", encoding='utf-8')str = f.readlines()#初始化为零复制行数x = 0for iin str:# 每复制
到底了







