摘要: 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # author:么么哒 4 import requests 5 import re 6 from concurrent.futures import ThreadPoolExecutor, wa 阅读全文
posted @ 2022-09-09 17:24 射满东城湖 阅读(45) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-07-25 16:19 射满东城湖 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # author:么么哒 import requests import re def Reptile(): for num in range(0,750,10): with open('test.txt', 阅读全文
posted @ 2022-07-18 15:53 射满东城湖 阅读(51) 评论(0) 推荐(0) 编辑
摘要: #-*-coding:utf-8-*- import requests import re import os import time import random #for i in range(3,28,1): #url = "https://www.baidu.com/page/"+str(i) 阅读全文
posted @ 2022-07-16 15:09 射满东城湖 阅读(91) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: <encoding name> -*- import io LIMIT = 30 file_count = 0 url_list = [] with io.open('D:\\xiaoshuo\\xiaoshuo.txt','r',encoding = 'utf-8') 阅读全文
posted @ 2022-07-16 15:07 射满东城湖 阅读(137) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-06-25 09:17 射满东城湖 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-06-25 09:13 射满东城湖 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-06-25 09:10 射满东城湖 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8 #Author:LSA #Description:hishop sqli for /user/UserRefundApply?OrderId= #Date:20190701 import sys import requests from bs4 import Beauti 阅读全文
posted @ 2021-06-05 13:37 射满东城湖 阅读(66) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- import urllib import urllib2 import re import json import xlwt import time workbook = xlwt.Workbook(encoding='utf-8') #新建一个Exc 阅读全文
posted @ 2021-06-05 13:35 射满东城湖 阅读(288) 评论(0) 推荐(1) 编辑