会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
布都御魂
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
25
下一页
2022年7月20日
json文件单引号变双引号
摘要: 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)
2022年6月17日
夜神模拟器不能安装APP
摘要: 在本地下载,拖到模拟器里
阅读全文
posted @ 2022-06-17 16:51 布都御魂
阅读(255)
评论(0)
推荐(0)
夜神模拟器能上网不能下载app
摘要: WiFi设置代理选无
阅读全文
posted @ 2022-06-17 10:54 布都御魂
阅读(94)
评论(0)
推荐(0)
2022年6月16日
tiktok
摘要: '''常见问题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)
2022年6月15日
80s爬虫scrapy
摘要: 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)
2022年6月13日
58同城租房
摘要: 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)
58同城二手车
摘要: 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)
58同城需求发布
摘要: 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)
58同城闲置物品
摘要: 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
下一页
公告