接下来是我收集的一些常用站点,会不停更新: 1.静态资源库 https://www.bootcdn.cn/ 2.文档库 https://developer.mozilla.org/zh-CN/ ...
分类:
Web程序 时间:
2019-07-01 10:47:34
阅读次数:
187
#爬取站长素材中的免费建立模板 import requests from lxml import etree import random headers = { "User-Agent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML... ...
分类:
Web程序 时间:
2019-06-30 23:14:50
阅读次数:
279
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply The apply() method calls a function with a given this ...
分类:
移动开发 时间:
2019-06-30 19:13:25
阅读次数:
170
1 import requests 2 import random 3 4 # 请求发送的网址url 5 url = 'https://www.baidu.com' 6 # 请求头信息,通常用于伪装浏览器,通过服务器校验 7 headers = { 8 9 'User-Agent': 'Mozill... ...
分类:
其他好文 时间:
2019-06-30 13:54:23
阅读次数:
100
# 语音识别浏览器支持的还不是很好# 语音播放```jsspeechSynthesis.speak(new SpeechSynthesisUtterance('只要是活着的东西,神也杀给你看'));```# 参见[Web Speech API - Web APIs | MDN](https://de... ...
分类:
Web程序 时间:
2019-06-30 09:13:45
阅读次数:
104
selenium简介
Selenium是一个用于Web应用程序自动化测试工具。Selenium测试直接运行在浏览器中,就像真正的用户在操作一样。支持的浏览器包括IE(7, 8, 9, 10, 11),Mozilla Firefox,Safari,Google Chrome,Opera等。
主要功能... ...
分类:
其他好文 时间:
2019-06-29 19:30:02
阅读次数:
469
2. 受访分析(从页面的角度分析) select * from ods_click_pageviews limit 2;+ + + + + + + + + + + + +--+| ods_click_pageviews.session | ods_click_pageviews.remote_add ...
分类:
Web程序 时间:
2019-06-29 19:16:59
阅读次数:
120
spider_Un.py import requestsimport timefrom lxml import etreedef get_html(url): # 请求页面 try: headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WO ...
分类:
其他好文 时间:
2019-06-27 19:27:00
阅读次数:
140
https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules Non-standardThis feature is non-standard and is not on a standards track. Do ...
分类:
编程语言 时间:
2019-06-27 00:43:35
阅读次数:
178
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify ...
分类:
Web程序 时间:
2019-06-26 09:24:12
阅读次数:
135