自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 一个搜索并观看小se频的Python程序(仅供学习交流)

# -*- coding:utf-8 -*-import requestsimport osimport reimport easyguiimport webbrowser as web#获取一页的视频网页列表,每页中有20个视频网址,返回为列表def get_one_page_list(url): url_code=requests.get(url).text list=re.findall('original=\"\"\s*href=\"/shipin/play-\s*(.

2021-12-07 12:26:45 2418

原创 一个自动整理照片的Python程序(仅供学习交流)

from PIL import Imageimport osimport shutilimport easyguiimport timedef getfiles_list(path): all_files = os.listdir(path) files_list = [] for item in all_files: if not os.path.isdir(path + '/' + item): files_list.app.

2021-12-04 16:07:53 674

原创 一个爬取美女图片的Python程序(仅供学习交流)

import requestsimport reimport osimport easyguiimport timedef get_mom_url_list(page, home_url): url = home_url + '/home/' + str(page) url_text = requests.get(url).text url_list = re.findall('a\shref=\"(/mm/.*?\d)\"\starget', url_text)[0.

2021-12-04 15:50:26 929 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除