11 2017 档案

摘要:download mysql http://dev.mysql.com/downloads/mysql/ configure environment D:\mysql\bin download the Microsoft Visual C++ 2013 Redistributable Package 阅读全文
posted @ 2017-11-13 11:39 idlewith 阅读(154) 评论(0) 推荐(0)
摘要:``` python manage.py migrate vi settings.py STATIC_ROOT = os.path.join(BASE_DIR, 'static/') python manage.py collectstatic ``` ``` ServerRoot "C:/xampp/apache" Listen 10.65.169.155:8080 LoadModule... 阅读全文
posted @ 2017-11-02 19:07 idlewith 阅读(128) 评论(0) 推荐(0)
摘要:There are som errors below 阅读全文
posted @ 2017-11-02 15:47 idlewith 阅读(167) 评论(0) 推荐(0)
摘要:``` #!/usr/bin/env python # _*_ coding: utf-8 _*_ # @Time : 2017/11/1 15:13 # @Author : otfsenter # @File : t123.py import smtplib from email.mime.multipart import MIMEMultipart from email.... 阅读全文
posted @ 2017-11-01 17:13 idlewith 阅读(110) 评论(0) 推荐(0)