Skip to content

Instantly share code, notes, and snippets.

@net21
net21 / gist:41eca20e053c46d5a3ec33f0d94408e3
Created June 22, 2017 08:56
Windows下安装Python3.5
Python 3.5的安装包在Windows下弹出"The TARGETDIR variable must be provided when invoking this installer"错误,
此时可以在命令模式下安装,打开cmd,在Python3.5的安装包目录下运行:
python-3.5.3.exe InstallAllUsers=1 TargetDir="c:\python3.5"
@net21
net21 / gist:8279367
Last active December 13, 2016 04:55
解析kyfw.12306.cn返回的余票字符串
def getTicketCount(yp_info):
"""
从余票字符串中获得余票数据
余票信息字符串如下
1018053038405095000010180500003032150000
O055300502M0933000989174800019
返回的是一个余票字典并不是很全面只取了我需要的类型如下
ZY 一等座
ZE 二等座
WZ 无座