柔弱棒球

文章
6
资源
0
加入时间
2年10月21天

用python实现定时发送邮件的功能

像python这种库丰富又不需要接触到底层的语言,用来做定时邮件的功能再适合不过。代码如下,目的是为了每天上班下班(9点Check in, 19点Check out)发送一封邮件,且邮件标题带日期。邮件目前是整点发送,且没有排除周末,若想改得更随机一点,可以增加sleep的间隔,或者用分钟来判断。#!/usr/bin/python# -*- coding: UTF-8 -*-impor...

ZOJ3780-Paint the Grid Again

Paint the Grid AgainTime Limit: 2 Seconds      Memory Limit: 65536 KBLeo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white).Leo has a ma