Loading

摘要: linux下rar包的解压方法 阅读全文
posted @ 2018-05-27 22:57 stono 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Python从2.7.5升级到3.6.5 阅读全文
posted @ 2018-05-27 22:39 stono 阅读(171) 评论(0) 推荐(0) 编辑
摘要: python获取输入参数 阅读全文
posted @ 2018-05-27 14:37 stono 阅读(1389) 评论(0) 推荐(0) 编辑
摘要: Python获取并输出当前日期时间 阅读全文
posted @ 2018-05-27 10:54 stono 阅读(262) 评论(0) 推荐(0) 编辑
摘要: python 读取文件时报错UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 205: illegal multibyte sequence 阅读全文
posted @ 2018-05-27 10:25 stono 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Python Requests post并将得到结果转换为json 阅读全文
posted @ 2018-05-27 09:07 stono 阅读(708) 评论(0) 推荐(0) 编辑
摘要: Python按行读取文件 查找了几个文件读取的写法,整理如下: 学习了:https://www.cnblogs.com/scse11061160/p/5605190.html file = open("sample.txt") for line in file: pass # do somethin 阅读全文
posted @ 2018-05-27 07:06 stono 阅读(83967) 评论(3) 推荐(1) 编辑