测试页面在这里 右上角头像-》管理-》邮件配置如下:(注意一点:465是SSL的 587是TLS的)其他django email 1.3 文献在这里 现在都1.8了貌似 如下https://docs.djangoproject.com/en/1.6/ref/settings/#email-use.....
分类:
其他好文 时间:
2015-09-08 19:59:45
阅读次数:
207
1. show databases; // 显示数据库2. use db_passport; // 使用db_passport数据库3. 创建表create table tb_access( aid int unsigned not null primary key, status tinyint ...
分类:
数据库 时间:
2015-09-08 19:59:24
阅读次数:
218
The previous examples are just let us get used to link list, but in practice we don't just use link list to input and show the data, in other word the...
分类:
其他好文 时间:
2015-09-08 19:56:46
阅读次数:
117
3.4 /bin: Essential user command binaries (for use by all users) 系统必须的用户命令二进制执行文件放置在这里(可以被所有用户使用的命令) 3.4.1 Purpose /bin contains commands that ma...
分类:
系统相关 时间:
2015-09-08 18:30:37
阅读次数:
230
Install:npm install --save-dev babel-loaderwebpack.config.js:Add module, tell webpack to find all js file and use babel as loader, exclude all files i...
分类:
Web程序 时间:
2015-09-08 16:43:22
阅读次数:
461
开发中常见错误和警告总结(三十二)百思不得姐Swift版经典错误init method 关键知识点问题描述:fatal error: use of unimplemented initialer for class如下:代码二: 1 import UIKit 2 class ViewControll...
分类:
移动开发 时间:
2015-09-08 01:46:29
阅读次数:
215
introduction to the Linux kernel1.operating system1) considered the parts of the system2) responsible for basic use and administration.3) includes the...
分类:
系统相关 时间:
2015-09-08 00:11:25
阅读次数:
293
Just use binary search to find the first bad version.The code is as follows. 1 // Forward declaration of isBadVersion API. 2 bool isBadVersion(int ver...
分类:
其他好文 时间:
2015-09-07 22:30:00
阅读次数:
212
首先,通过WAMP打开mysql控制台。提示输入密码,因为现在是空,所以直接按回车。 然后输入“use mysql”,意思是使用mysql这个数据库,提示“Database changed”就行。然后 输入要修改的密码的sql语句“update user set password=PASSWORD(...
分类:
数据库 时间:
2015-09-07 21:00:56
阅读次数:
217
原文地址:http://www.ttlsa.com/python/how-to-install-and-use-pip-ttlsa/pip类似RedHat里面的yum,安装Python包非常方便。本节详细介绍pip的安装、以及使用方法。1、pip下载安装1.1 pip下载1# wget "https...
分类:
其他好文 时间:
2015-09-07 20:56:49
阅读次数:
330