自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 Flask Web开发2----邮箱

第6章开头有这样一句话:Flask-Mail连接到SMTP服务器,并把邮件交给这个服务器发送。 所以这一章的目标是写一个程序,让QQ邮箱或者其他邮箱帮我们发送一封邮件到其他邮箱。书里举例的是Gmail例子,但由于不可抗拒原因,现状况用QQ或者163做测试较好。1. QQ邮箱配置:app.config['MAIL_SERVER'] = 'smtp.qq.com'app.confi

2017-04-29 19:59:15 722

原创 Flask Web开发1----虚拟环境

记录学习Flask Web 基于Python的Web应用开发实战一书遇到的问题及收获。用的是win7,在第一章虚拟环境安装时遇到些问题,记录如下。

2017-04-23 13:58:34 671

Flask Framework Cookbook源码

This book takes you through a number of recipes that will help you understand the power of Flask and its extensions. You will start by seeing the different configurations that a Flask application can make use of. From here, you will learn how to work with templates, before learning about the ORM and view layers, which act as the foundation of web applications. Then, you will learn how to write RESTful APIs with Flask, after learning various authentication techniques. As you move ahead, you will learn how to write an admin interface followed by the debugging and logging of errors in Flask. You will also learn how to make your applications multilingual and gain an insight into the various testing techniques. Finally, you will learn about the different deployment and post-deployment techniques on platforms such as Apache, Tornado, Heroku, and AWS Elastic Beanstalk.

2018-01-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除