上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页
摘要: https://www.cnblogs.com/Jing-Wang/p/10991008.html https://www.runoob.com/git/git-workspace-index-repo.html 阅读全文
posted @ 2021-03-04 10:52 该显示昵称已被使用了 阅读(74) 评论(0) 推荐(0)
摘要: https://bot.sannysoft.com/ 阅读全文
posted @ 2021-02-27 09:56 该显示昵称已被使用了 阅读(238) 评论(0) 推荐(0)
摘要: folium https://mp.weixin.qq.com/s/UT9ySpBf2NLSMIszNUFQ2A https://python-visualization.github.io/folium/quickstart.html # 画圆圈 import folium # m = foliu 阅读全文
posted @ 2021-02-26 13:11 该显示昵称已被使用了 阅读(49) 评论(0) 推荐(0)
摘要: centos: http://mirrors.aliyun.com/centos/7/isos/x86_64/ ubuntu: mirrors.aliyun.com/ubuntu-releases/20.04.1/ 阅读全文
posted @ 2021-02-22 20:41 该显示昵称已被使用了 阅读(161) 评论(0) 推荐(0)
摘要: 安装 # 安装selenium pip3 install selenium #安装chromedriver #0 根据电脑上浏览器的版本下载对应的zip,淘宝镜像 http://npm.taobao.org/mirrors/chromedriver/ #1 mac 1、将下载的可执行文件移到/usr 阅读全文
posted @ 2021-02-21 14:16 该显示昵称已被使用了 阅读(80) 评论(0) 推荐(0)
摘要: 自动观看视频 from builtins import print import time from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait # 打开网页 browser = 阅读全文
posted @ 2021-02-21 13:55 该显示昵称已被使用了 阅读(72) 评论(0) 推荐(0)
摘要: 基本元素操作和选取 https://blog.csdn.net/weixin_41931602/article/details/82754743 等待 # 等待视频结束按钮 end_button = browser.find_element_by_css_selector(".btn.btn-pri 阅读全文
posted @ 2021-02-21 10:42 该显示昵称已被使用了 阅读(125) 评论(0) 推荐(0)
摘要: 自动看视频 视频点击后会导致重新加载页面,不适合用js做,适合用selenium // ==UserScript== // @name auto learn // @namespace learn // @include http://localhost* // @require https://c 阅读全文
posted @ 2021-02-21 07:45 该显示昵称已被使用了 阅读(131) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>videojs</title> <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js" 阅读全文
posted @ 2021-02-20 17:27 该显示昵称已被使用了 阅读(242) 评论(0) 推荐(0)
摘要: <html> <head> <script type="text/javascript" src="/jquery/jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("button 阅读全文
posted @ 2021-02-20 17:20 该显示昵称已被使用了 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 37 下一页