FLY
Life is like riding a bicycle, to keep your balance, you must keep moving.
摘要: 使用python中的calendar,原型如下:calendar.monthrange(year, month)Returns weekday of first day of the month and number of days in month, for the specified year and month.#import calendarweek_day = calendar.monthrange(2012,11)[0]days = calendar.monthrange(2012,11)[1] 阅读全文
posted @ 2012-12-13 15:06 juice_li 阅读(351) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-12-13 09:30 juice_li 阅读(7) 评论(0) 推荐(0) 编辑