FPNP p241
FPNP, page 236
as title. FPNP page 228.
To download something in python, it is good to use urllib2.Request other than urllib2.urlopen. the reason is, the former can handle 302 redirection automatically. the core part of che code is as below.
in Python. Customize the 'wait' and 'resolution' variables to satisfy your needs.
主要是为了练习命令行。
代码如下:
从其他同事的脚本上看来的代码,记下,省得自己写同样的代码。功能如题。
如题。
emai中的时间格式转换。先提取时间字段,转成tuple,变秒,再格式化。其中提取时间字段这部分,由于Email的日期格式多样,因此不能用统一的日期格式,需要Utils的相关模块来猜测提取。至于提取之后的格式化,则有成法可依。