上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 87 下一页
摘要: 说明: TinyProxy 貌似不可以设置user/passd 摘要: .timproxy docker部署 . Squid服务 docker部署 (支持用户名密码) 官网: http://www.squid-cache.org/ 1.timproxy docker install : 36M su 阅读全文
posted @ 2021-07-09 09:47 lshan 阅读(1815) 评论(0) 推荐(0)
摘要: 解决方式: #取消http代理 git config --global --unset http.proxy #取消https代理 git config --global --unset https.proxy ko . 补充:》》》》》》》》》》》》》》》》》》》 为git设置http代理, ht 阅读全文
posted @ 2021-07-08 18:19 lshan 阅读(2043) 评论(0) 推荐(1)
摘要: # 使用scrapy_redis的调度器 SCHEDULER = "scrapy_redis.scheduler.Scheduler" # 使用scrapy_redis的去重机制 DUPEFILTER_CLASS = "scrapy_redis.dupefilter.RFPDupeFilter" # 阅读全文
posted @ 2021-07-05 11:35 lshan 阅读(176) 评论(0) 推荐(0)
摘要: 准备工作 那怎么办呢,python里面有个模块是pdfkit,他可以帮咱们把一个html(也就是一个网页)变成一个pdf文件。 pdfkit是python对wkhtmltopdf这个把网页转成pdf工具的一个封装,所以咱们必须得先安装一个wkhtmltopdf, 这个工具的下载网站是:https:/ 阅读全文
posted @ 2021-07-05 11:03 lshan 阅读(493) 评论(0) 推荐(0)
摘要: 原文: https://www.jb51.net/article/184464.htm Selenium Webdriver的 execute_cdp_cmd()来调用一下Chrome DevTools Protocal提供的方法。但是,很遗憾,没有全屏截图的方法。 Selenium2时,还可以使用 阅读全文
posted @ 2021-07-05 10:45 lshan 阅读(193) 评论(0) 推荐(0)
摘要: 连接: 使用: select * from mongo.`shop_monitor_db`.`shop_item` limit 10 阅读全文
posted @ 2021-06-30 21:25 lshan 阅读(51) 评论(0) 推荐(0)
摘要: 异常 : IllegalArgumentException: You tried to write a BigInt type when you are using a ValueWriter of type NullableIntWriterImpl. 处理: https://stackoverf 阅读全文
posted @ 2021-06-30 19:02 lshan 阅读(134) 评论(0) 推荐(0)
摘要: docker 安装最新版redash : version 9.0.0 beta 2021-06-23 问题:JSON 数据源 Can't query private addresses problem 解决方案: 进去docker 容器: docker exec -u root -it redash 阅读全文
posted @ 2021-06-26 13:01 lshan 阅读(401) 评论(0) 推荐(0)
摘要: Redash官方Git地址:https://github.com/getredash/redash Redash官方文档:https://redash.io/help/ 不想开发,只想装下用用的同学,推荐Docker版的(不需要安装PG和redis),请戳github地址:repertory/doc 阅读全文
posted @ 2021-06-23 11:36 lshan 阅读(1294) 评论(0) 推荐(0)
摘要: 第一步: 打开 http://www.github.com.ipaddress.com/, 查看当前环境对应的 GitHub的ip地址 修改ip 地址,或者直接用ip 访问 在hosts文件中末端增加以下地址(host 在windows下的路径 C:\Windows\System32\drivers 阅读全文
posted @ 2021-06-22 22:59 lshan 阅读(589) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 87 下一页