logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python爬虫抓取代理IP并检验可用性,自动设置IE代理

#!/usr/bin/env python# -*- coding:utf8 -*-import urllib2import timefrom bs4 import BeautifulSoupimport sysreload(sys)sys.setdefaultencoding( "utf-8" )import win32api,win32condef test_ip():..

获取树莓派cpu温度上传yeeklink

#!/usr/bin/env python# -*- coding: utf-8 -*-import requestsimport jsonimport timewhile 1:file = open("/sys/class/thermal/thermal_zone0/temp")temp = float(file.read()) / 1000file.close(

文件数字签名校验与信息获取

方法一、二兼容XP,三不兼容XP。方法一:/** An example of file signature verification using WinTrust API* Derived from the sample vertrust.cpp in the Platform SDK** Copyright (c) 2009 Mounir IDRASSI . Al

python爬取网站m3u8视频,将ts解密成mp4,合并成整体视频

一些网站会提供m3u8视频地址,以供下载观看。或者一些网站经过分析后发现是使用m3u8格式进行播放的,这时使用m3u8的地址链接就可以下载到相应的视频。一、关于m3u8:(https://blog.csdn.net/baidu_34418350/article/details/64922512)m3u8是苹果公司推出一种视频播放标准,是m3u的一种,不过 编码方式是utf-8,是一种......

#python#音视频#开发语言
暂无文章信息