随笔分类 -  python

摘要:最近需要些一个根据配置自动获取html正文及附件的工具脚本。随业余时间写了这个脚本,同时也是对邮件结构的一个学习;后续还需要继续完善html内容生成的部分 感觉脚本还可以优化,比如可以加入图片部分,pdf等,另外发送邮件用的默认铭文方式。没有采用加密/SSL等其他方式; 另外xml配置部分的提取还可 阅读全文
posted @ 2014-12-28 15:52 carterzhang 阅读(2418) 评论(0) 推荐(0)
摘要:一、mysql安装配置1、fedroa19 -- yum安装myusql;mysql database(选择匹配的ferora版本):mysql-community-server-5.6.19-1.fc19.x86_64,依赖包会自动安装;自动安装的内容大致包括:a、下载mysql包及其依赖包,并安... 阅读全文
posted @ 2014-07-18 01:10 carterzhang 阅读(512) 评论(0) 推荐(0)
摘要:>>> import thisThe Zen of Python, by Tim PetersBeautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is... 阅读全文
posted @ 2014-07-03 15:04 carterzhang 阅读(312) 评论(0) 推荐(0)