上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 69 下一页
摘要: import random,time sleeptime=random.randint(3, 5) time.sleep(sleeptime) 阅读全文
posted @ 2021-12-16 20:22 晨光曦微 阅读(483) 评论(0) 推荐(0) 编辑
摘要: """ utf8 编码""" from urllib.request import quote, unquote url1 = "https://www.baidu.com/s?wd=百度" # utf8编码,指定安全字符 ret1 = quote(url1, safe=";/?:@&=+$,", 阅读全文
posted @ 2021-12-16 20:15 晨光曦微 阅读(271) 评论(0) 推荐(0) 编辑
摘要: import os ... fname='xxx.csv' if not os.path.exists(fname): #文件存在则写表头 header默认=True df.to_csv(fname,mode='a',encoding='utf-8-sig',index=False,index_la 阅读全文
posted @ 2021-12-16 19:52 晨光曦微 阅读(1516) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-12-16 10:55 晨光曦微 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-12-15 11:16 晨光曦微 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 一、起步 可结合投屏更方便开发:https://www.cnblogs.com/chenxi188/p/15645017.html 手机安装autojs 4.1.1版 功能全 不收费 阿里云盘有 1)vscode内输入autojs安装以下两个插件: 2)ctrl+shift+p 调出面板 autoj 阅读全文
posted @ 2021-12-05 14:27 晨光曦微 阅读(1254) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-12-05 11:40 晨光曦微 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-12-03 16:01 晨光曦微 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-11-30 11:55 晨光曦微 阅读(0) 评论(0) 推荐(0) 编辑
摘要: SumatraPDF这个软件加入命令行参数-invert-colors可以实现反色,方便起见,新建一个名为"pdf反色"的bat: start "" "D:\ProgramGreen\sumatra-pdf\SumatraPDF.exe" %1 -invert-colors 再放到 C:\Users 阅读全文
posted @ 2021-11-21 20:14 晨光曦微 阅读(1669) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 69 下一页