上一页 1 ··· 14 15 16 17 18
摘要: 创建表和添加数据import sqlalchemyfrom sqlalchemy import create_enginefrom sqlalchemy.ext.declarative import declarative_basefrom sqlalchemy import Column, Int 阅读全文
posted @ 2018-07-18 15:08 力王7314 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 我是python manage.py runserver的时候报以下错误,import sqlite3也报同样的错误,ImportError: No module named _sqlite3,我的系统版本是centos6.8 解决方法为: 1.安装sqlite-devel包或者libsqlite3 阅读全文
posted @ 2018-07-13 09:35 力王7314 阅读(128) 评论(0) 推荐(0) 编辑
摘要: linux-python在vim下的自动补全功能 安装配置:wget https://github.com/rkulla/pydiction/archive/master.zipunzip -q mastermv pydiction-master pydictionmkdir -p ~/.vim/t 阅读全文
posted @ 2018-07-12 09:39 力王7314 阅读(173) 评论(0) 推荐(0) 编辑
摘要: python发送邮件(不带附件) import smtplibfrom email.mime.text import MIMETextfrom email.header import Headersender = '18618250232@163.com'receiver = 'lizhao_dc@ 阅读全文
posted @ 2018-07-11 15:52 力王7314 阅读(428) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18