摘要:
[摘要] 简单的正则表达式练习,爬取代理 ip。 阅读全文
摘要:
[摘要] 正则表达式元字符、与re模块方法汇总 阅读全文
摘要:
[摘要] Python 模拟linux的 ls 命令,实现部分选项功能 阅读全文
摘要:
[摘要] shutil模块下 copy(复制)、rm(删除)、move(移动) 常用方法举例。 阅读全文
摘要:
[摘要] 举例介绍os模块中 os.name、os.uname、os.listdir、os.stat、os.chmod、os.chown 六种方法的使用 阅读全文
摘要:
[摘要] 主要内容:windows/linux下路径操作,介绍os.path和pathlib.Path两个模块,路径拼接和拆解(操作符,分解),joinpath,获取路径,父目录,其它目录操作方法,通配符,匹配。 阅读全文
摘要:
[摘要] 文件IO常见操作,open()函数,open函数各个参数(mode、buffering、encoding、errors、newline、closefd)、文件指针、缓冲区、上下文管理一一介绍并举例。 阅读全文
摘要:
[摘要] StringIO与BytesIO、类文件对象的用途,应用场景,优、缺点。 阅读全文
摘要:
[摘要] 指定一个源文件,实现copy到目标目录。 阅读全文
摘要:
[摘要] 对一个无序字典分别按照value 和key 进行排序 阅读全文