摘要:
Flask常用API 1、os 拼接路径:pathname = os.path.join(basepath, filename)... 阅读全文
摘要:
RESTFul 1、什么是RESTFul? 1.1 简介 REST即表述性状态传递(英文:Representational S... 阅读全文
摘要:
Flask常用扩展(Extentions) 官网;http://flask.pocoo.org/extensions/ 1、Flas... 阅读全文
摘要:
Flask 中的MTV架构之Models 1、Models(数据模型) 1.1 flask-sqlalchemy(数据库) 说明... 阅读全文
摘要:
Flask 中的MTV架构之Templates 关注公众号“轻松学编程”了解更多。 1、Templates(模板引擎) 1.1 说明... 阅读全文
摘要:
Flask 中的MTV架构之Views 1、MVC与MTV 1.1 MVC M:model,模型,数据模型 V:view,视... 阅读全文