Python
mopdwell
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python SMTPLIB
Python#! /user/bin/python#-*-coding: UTF-8-*-import smtplib, mimetypesfrom email.mime.text import MIMETextfrom email.mime.image import MIMEImagefrom email.mime.multipart import MIM原创 2014-10-24 00:37:23 · 897 阅读 · 0 评论 -
Python MySQLdb写入数据库乱码问题解决方法
具体代码如下:#! /user/bin/python#-*- coding: utf-8 -*-import MySQLdbimport sysstore = "滨江专柜"store = store.decode("gbk").encode("utf-8")conn = MySQLdb.connect("localhost","root","dzheng","t原创 2014-10-22 22:15:16 · 1093 阅读 · 0 评论
分享