
python
typ2004
这个作者很懒,什么都没留下…
展开
-
python发送email
#!/usr/bin/env python #send_simple_email_by_account.py @2014-08-18 #author: orangleliu import smtplib from email.mime.text import MIMEText SMTPserver = 'smtp.qq.com' sender = '12345678@qq.com' dest转载 2015-11-26 16:34:32 · 591 阅读 · 0 评论 -
Win10下python3和python2同时安装并解决pip共存问题 特别说明,本文是在Windows64位系统下进行的,32位系统请下载相应版本的安装包,安装方法类似。 使用python开
Win10下python3和python2同时安装并解决pip共存问题 特别说明,本文是在Windows64位系统下进行的,32位系统请下载相应版本的安装包,安装方法类似。 使用python开发,环境有Python2和 python3 两种,有时候需要两种环境切换使用,下面提供详细教程一份。 1、下载python3和python2 进入python官网,链接http转载 2017-11-16 15:04:35 · 1252 阅读 · 0 评论