书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1864 个相关结果.
  • 第10章 邮件支持

    Flask-Mail简介 Flask-Mail的使用 简单的电子邮件框架 请求重置密码 密码重置令牌 发送密码重置电子邮件 重置用户密码 异步电子邮件 本文翻译自The Flask Mega-Tutorial Part X: Email Support 这是Flask Mega-Tutorial系列的第十部分,在其中我将告诉你,应用如何...
  • API

    API 配置 模型 会话 实用工具 API 这部分文档记录了 Flask-SQLAlchemy 里的所有公开的类和函数。 配置 class flask.ext.sqlalchemy.SQLAlchemy(app=None, use_native_unicode=True, session_options=None, metadata=N...
  • AJAX with jQuery

    AJAX with jQuery Loading jQuery Where is My Site? JSON View Functions The HTML AJAX with jQuery jQuery is a small JavaScript library commonly used to simplify workingwith ...
  • API Docs

    API Docs Api ReqParse Fields Inputs Table Of Contents Related Topics This Page Quick search API Docs flask_restful.``marshal (data, fields, envelope=None) Takes raw da...
  • Extensions

    Extensions Getting started with the Dapr Python gRPC service extension Dapr Python SDK 与 FastAPI 集成 Dapr Python SDK 与 Flask 集成 Extensions Getting started with the Dapr Pyth...
  • Extensions

    Extensions Getting started with the Dapr Python gRPC service extension Dapr Python SDK 与 FastAPI 集成 Dapr Python SDK 与 Flask 集成 Extensions Getting started with the Dapr Pyth...
  • 解析以及验证请求

    解析以及验证请求 解析以及验证请求 当我在以前的文章中实现此服务器的时候,我自己对请求的数据进行验证。例如,在之前版本中如何处理 PUT 的: @app . route ( '/todo/api/v1.0/tasks/<int:task_id>' , methods = [ 'PUT' ]) @auth . login_required ...
  • Request Parsing

    Request Parsing Basic Arguments Required Arguments Multiple Values & Lists Other Destinations Argument Locations Multiple Locations Parser Inheritance Error Handling Error ...
  • 其他重要工具

    其他重要工具 编辑器 Pyflakes:源码检测工具 Requests:一个HTTP库 Flask:一个web开发的微框架 Django:一个全栈式web开发框架 Fabric:简化SSH的使用并部署系统管理员任务 SciPy:一个科学计算库 PEP 8:Python风格指南 强大的Python标准库 其他重要工具 虽然我们讨论了基...
  • Chapter 18: Deployment on Heroku

    Hosting on Heroku Creating Heroku account Installing the Heroku CLI Setting Up Git Creating a Heroku Application The Ephemeral File System Working with a Heroku Postgres Data...