Loading

随笔分类 -  python

python
摘要:python 判断字符串中是否只有中文字符 阅读全文
posted @ 2018-05-28 20:22 stono 阅读(5898) 评论(1) 推荐(0)
摘要:python判断字符串是字母 数字 大小写 阅读全文
posted @ 2018-05-28 20:17 stono 阅读(22802) 评论(1) 推荐(0)
摘要:Python从2.7.5升级到3.6.5 阅读全文
posted @ 2018-05-27 22:39 stono 阅读(180) 评论(0) 推荐(0)
摘要:python获取输入参数 阅读全文
posted @ 2018-05-27 14:37 stono 阅读(1395) 评论(0) 推荐(0)
摘要:Python获取并输出当前日期时间 阅读全文
posted @ 2018-05-27 10:54 stono 阅读(269) 评论(0) 推荐(0)
摘要:python 读取文件时报错UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 205: illegal multibyte sequence 阅读全文
posted @ 2018-05-27 10:25 stono 阅读(291) 评论(0) 推荐(0)
摘要:Python Requests post并将得到结果转换为json 阅读全文
posted @ 2018-05-27 09:07 stono 阅读(715) 评论(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 阅读(84021) 评论(3) 推荐(1)
摘要:python爬虫登录 阅读全文
posted @ 2018-05-14 14:12 stono 阅读(136) 评论(0) 推荐(0)
摘要:python各种类型转换 阅读全文
posted @ 2018-05-01 10:28 stono 阅读(303) 评论(0) 推荐(0)
摘要:python 3.4读取输入参数 阅读全文
posted @ 2018-05-01 10:27 stono 阅读(200) 评论(0) 推荐(0)
摘要:python异常捕获异常堆栈输出 阅读全文
posted @ 2018-05-01 08:39 stono 阅读(667) 评论(0) 推荐(0)
摘要:python发声 阅读全文
posted @ 2018-05-01 08:04 stono 阅读(1394) 评论(0) 推荐(0)
摘要:python爬虫遇到10060 阅读全文
posted @ 2018-05-01 06:18 stono 阅读(360) 评论(0) 推荐(0)
摘要:python requests接收chunked编码问题-python源码修改 阅读全文
posted @ 2018-04-30 23:06 stono 阅读(274) 评论(0) 推荐(0)
摘要:python中pymysql使用 阅读全文
posted @ 2018-04-30 18:33 stono 阅读(156) 评论(0) 推荐(0)
摘要:创建pycharm项目时项目解释器的选择 阅读全文
posted @ 2018-04-30 18:27 stono 阅读(445) 评论(0) 推荐(0)
摘要:Django入门 阅读全文
posted @ 2018-04-29 08:48 stono 阅读(182) 评论(0) 推荐(0)
摘要:Django简易安装 阅读全文
posted @ 2018-04-24 19:37 stono 阅读(117) 评论(0) 推荐(0)
摘要:python 结巴分词 阅读全文
posted @ 2018-04-24 11:35 stono 阅读(143) 评论(0) 推荐(0)