- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 自动保存cookie登录网站
保存cookie自动登录网站 from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC import json from time import sleep from datet
2020-07-30 15:03:04
578
原创 PYTHON爬取行政区邮政编码
用PYTHON测试下爬取邮政编码网站,代码仅用来学习测试用! import requests from lxml import etree import csv url = 'http://www.mca.gov.cn/article/sj/xzqh/2020/2020/202003301019.html' r = requests.get(url).text html = etree.HTML(r) c = html.xpath('//*[@id="2020年1月份县以上行政区划代码_307
2020-07-30 14:31:54
647
原创 使用C#开发的屏幕截图工具,只实现了窗口热键,主窗口代码如下
今天想用C#写一个屏幕截图工具,实现了窗口热键截图后,却在全局热键卡住!^_^! 暂时能用还不完善 代码如下 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.IO; u
2020-07-23 15:54:39
468
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅