Python/Perl
tishian
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SVN源码同步到CVS
svn2cvs.py#!/usr/bin/env pythonimport os, sys, cn.dixian.checkoutsvn as checkoutsvn, cn.dixian.checkoutcvs as checkoutcvstags = 'all'if len(sys.argv) < 2: tags = 'all'else : tags = sys....原创 2010-07-16 15:16:46 · 124 阅读 · 0 评论 -
Python - Sending Email
Python - Sending Email using SMTPSimple Mail Transfer Protocol (SMTP) is a protocol which handles sending e-mail and routing e-mail between mail servers. Python provides smtplib module which defin...原创 2010-07-02 21:22:35 · 631 阅读 · 0 评论
分享