摘要: python 常用函数 阅读全文
posted @ 2021-09-08 10:24 Phoenixy 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Python 中注释的使用 阅读全文
posted @ 2021-09-08 10:05 Phoenixy 阅读(319) 评论(0) 推荐(0) 编辑
摘要: python 字符的单位及编码 阅读全文
posted @ 2021-09-08 09:32 Phoenixy 阅读(305) 评论(0) 推荐(0) 编辑
摘要: python编码时的转义字符 阅读全文
posted @ 2021-09-07 17:21 Phoenixy 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 使用python 直接调用外部程序 阅读全文
posted @ 2021-09-07 17:07 Phoenixy 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 启动Python有两种方式,分别为Windows命令行窗口和IDLE的方式。 “Windows命令行窗口”下清屏,可用下面两种方法(任选其一): 第一种方法,在命令行窗口输入: import os i=os.system("cls") 第二种方法,在命令行窗口输入: import subproces 阅读全文
posted @ 2021-09-07 16:59 Phoenixy 阅读(984) 评论(0) 推荐(0) 编辑
摘要: pyinstaller 生成可执行程序 阅读全文
posted @ 2021-09-07 16:52 Phoenixy 阅读(203) 评论(0) 推荐(0) 编辑
摘要: python中 数据转换函数 eval和ast.literal_eval 阅读全文
posted @ 2021-09-07 15:18 Phoenixy 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: py文件中包含中文,提示未声明编码 阅读全文
posted @ 2021-09-02 15:57 Phoenixy 阅读(566) 评论(0) 推荐(0) 编辑
摘要: python 文件的使用方法 阅读全文
posted @ 2021-09-02 15:35 Phoenixy 阅读(828) 评论(0) 推荐(0) 编辑