上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: def Single_to_double_quote(path): fileObject = open(path, 'r', encoding='utf-8').read() dels = fileObject.replace('\'', '\"') open(path, 'w', encoding 阅读全文
posted @ 2022-07-20 11:00 布都御魂 阅读(346) 评论(0) 推荐(0)
摘要: 在本地下载,拖到模拟器里 阅读全文
posted @ 2022-06-17 16:51 布都御魂 阅读(255) 评论(0) 推荐(0)
摘要: WiFi设置代理选无 阅读全文
posted @ 2022-06-17 10:54 布都御魂 阅读(94) 评论(0) 推荐(0)
摘要: '''常见问题1.网速问题,有时候加载不出页面,需要盯着,下滑有时候也没数据2.滑动验证码'''import datetimeimport reimport timedef time_turn(timenum): if 0 < len((timenum)) < 11 and timenum.isdi 阅读全文
posted @ 2022-06-16 16:19 布都御魂 阅读(316) 评论(1) 推荐(0)
摘要: import requestsfrom lxml import etreeimport pandas as pdimport scrapyfrom 技术提升.scrapy.eightys.eightys.items import EightysItemclass MovieSpider(scrapy 阅读全文
posted @ 2022-06-15 17:15 布都御魂 阅读(151) 评论(0) 推荐(0)
摘要: from selenium import webdriverimport xlsxwriter as xwfrom time import sleepimport timeimport randomimport requestsfrom lxml import htmlimport pymysqld 阅读全文
posted @ 2022-06-13 10:35 布都御魂 阅读(61) 评论(0) 推荐(0)
摘要: from selenium import webdriverimport xlsxwriter as xwfrom time import sleepimport timeimport randomimport requestsfrom lxml import htmlimport pymysqli 阅读全文
posted @ 2022-06-13 10:34 布都御魂 阅读(103) 评论(0) 推荐(0)
摘要: from selenium import webdriverimport xlsxwriter as xwfrom time import sleepimport timeimport randomimport requestsfrom lxml import htmlimport pymysqli 阅读全文
posted @ 2022-06-13 10:33 布都御魂 阅读(51) 评论(0) 推荐(0)
摘要: from selenium import webdriverimport xlsxwriter as xwfrom time import sleepimport timeimport randomimport requestsfrom lxml import htmlimport pymysqlf 阅读全文
posted @ 2022-06-13 10:32 布都御魂 阅读(68) 评论(0) 推荐(0)
摘要: b = '11,22,11,'b = b.split(',')d = ''for c in b: if c not in d: d += str(c) d += ',' else: passd = d[:-1]print(d) 阅读全文
posted @ 2022-06-13 10:31 布都御魂 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页