上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页
摘要: 个人博客,欢迎来撩 fangzengye.com 安装模块xlrd pip install xlrd 阅读全文
posted @ 2020-11-15 20:14 开源的Boy 阅读(3164) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com vlookup('查找值','数据表',match('匹配值','数据行列',0),0) 例子 =VLOOKUP($B2,橙子全部订单!$A1:$AW2043,MATCH(C1,橙子全部订单!$A1:$AW1,0),0) $作用:固定位置不变 ref 阅读全文
posted @ 2020-11-15 20:07 开源的Boy 阅读(66) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com refers Fiddler 下载地址 :https://www.telerik.com/download/fiddler Fiddler是通过改写HTTP代理,让数据从它那通过,来监控并且截取到数据。当然Fiddler很屌,在打开它的那一瞬间,它就 阅读全文
posted @ 2020-11-11 18:01 开源的Boy 阅读(212) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com xpath后面加/@href /text() html = etree.HTML(html) # html解析器,轻度标签问题会自动补全。 print(html) # /表示从文档顶层开始匹配 /body/ul/li # //表示匹配标签,目录标签前 阅读全文
posted @ 2020-11-07 10:11 开源的Boy 阅读(235) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com from wxpy import * bot = Bot() refers 阅读全文
posted @ 2020-11-06 15:29 开源的Boy 阅读(280) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com # 主程序******# #参数设置 Download_path = r'C:\Users\1\Desktop\4月关于“为用户创造价值的思考和理解”的总结报告\aaaa' wkb_path = r"C:\Users\1\Desktop\4月关于“为 阅读全文
posted @ 2020-11-06 11:53 开源的Boy 阅读(1086) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com import os import random import time while True: num = str(random.randint(0,20)) imageID = '852bf6fcb551998f68b1bf87ad090b77.j 阅读全文
posted @ 2020-11-06 11:38 开源的Boy 阅读(129) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com refers curl推送是推送大量的链接,而PHP推送可以自动推送,大家可以看用PHP自动推送url到百度收录,只要一发布文章,就能提交到百度,是不是很省事。 1,安装对应的curl版本 我们可以从官网下载对应的curl版本,https://cur 阅读全文
posted @ 2020-11-01 22:39 开源的Boy 阅读(889) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com # log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$ 阅读全文
posted @ 2020-11-01 21:44 开源的Boy 阅读(268) 评论(0) 推荐(0)
摘要: 个人博客,欢迎来撩 fangzengye.com 百度蜘蛛BaiduSpider抓取记录 1. 百度蜘蛛爬行的次数 cat access.log | grep Baiduspider | wc 最左面的数值显示的就是爬行次数。 2. 百度蜘蛛的详细记录(Ctrl C可以终止) cat access. 阅读全文
posted @ 2020-11-01 21:37 开源的Boy 阅读(222) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 33 下一页