06 2019 档案

摘要:#include #include #include #include using namespace std; typedef struct node { int row; int col; int direction; }; stack path; void ok() { srand(time(NULL)); int i,j,m,n; ... 阅读全文
posted @ 2019-06-20 12:49 晨曦yd 阅读(143) 评论(0) 推荐(0)
摘要:import urllib.request import urllib.parse import requests import csv from lxml import etree from selenium import webdriver import time url='https://www.aqistudy.cn/historydata/index.php' #broswer = ... 阅读全文
posted @ 2019-06-15 22:55 晨曦yd 阅读(320) 评论(0) 推荐(0)
摘要:import urllib.parse import urllib.request import requests from bs4 import BeautifulSoup import csv import time import re sd=['名字','地址','价格','月销量','景点概述'] with open('C:\\Users\\惠普\\Desktop\\ac2.csv',... 阅读全文
posted @ 2019-06-05 22:37 晨曦yd 阅读(291) 评论(0) 推荐(0)
摘要:#爬取一首歌的网易云评论import urllib.request import csv import requests import re from lxml import etree from selenium import webdriver import time url='https://music.163.com/#/song?id=435305106' headers={ 'Us... 阅读全文
posted @ 2019-06-05 17:16 晨曦yd 阅读(691) 评论(0) 推荐(0)
摘要:#selenium自动化测试import urllib.request import requests import csv import time from selenium import webdriver header={'Accept':'application/json', 'Accept-Encoding':'gzip, deflate, br', 'Accept-Language'... 阅读全文
posted @ 2019-06-05 17:05 晨曦yd 阅读(638) 评论(0) 推荐(0)