书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 377 个相关结果.
  • 视图装饰器

    视图装饰器 检查登录装饰器 缓存装饰器 模板装饰器 端点装饰器 视图装饰器 Python 有一个非常有趣的功能:函数装饰器。这个功能可以使网络应用干净整洁。Flask 中的每个视图都是一个装饰器,它可以被注入额外的功能。你可能已经用过了route() 装饰器。但是,你有可能需要使用你自己的装饰器。假设有一个视图,只有已经登录的用户才能使用...
  • 视图装饰器

    视图装饰器¶ 检查登录装饰器¶ 缓存装饰器¶ 模板装饰器¶ 端点装饰器¶ 视图装饰器¶ Python 有一个非常有趣的功能:函数装饰器。这个功能可以使网络应用干净整洁。Flask 中的每个视图都是一个装饰器,它可以被注入额外的功能。你可能已经用过了route() 装饰器。但是,你有可能需要使用你自己的装饰器。假设有一个视图,只有已经登录的...
  • Deploy to Production

    Deploy to Production Build and Install Configure the Secret Key Run with a Production Server Deploy to Production This part of the tutorial assumes you have a server that yo...
  • Lazily Loading Views

    Lazily Loading Views Converting to Centralized URL Map Loading Late Lazily Loading Views Flask is usually used with the decorators. Decorators are simple and you have the URL ...
  • Make the Project Installable

    Make the Project Installable Describe the Project Install the Project Make the Project Installable Making your project installable means that you can build a distribution file...
  • 介绍

    欢迎来到 Flask 的世界 用户指南 API 参考 其他材料 欢迎来到 Flask 的世界 欢迎阅读 Flask 的文档。推荐您先阅读《 安装 》,然后阅读《 快速上手 》。《 教程 》比快速上手文档更详细一点,该文档介绍了如何创建一个完整(尽管很小)的 Flask 应用。 《 Flask 方案 》中介绍了一些常用的解决方案。其...
  • Cache

    Cache How Caching Works Creating a Cache Object Cache System API Cache Systems Cache The main problem with dynamic Web sites is, well, they’re dynamic. Eachtime a user requ...
  • Deploy to Production

    Deploy to Production Build and Install Configure the Secret Key Run with a Production Server Deploy to Production This part of the tutorial assumes you have a server that you...
  • Flask-HTTPAuth

    Flask-HTTPAuth 安装 基于密码的认证 基于 token 的认证 使用 itsdangerous 库来管理令牌 更多阅读 Flask-HTTPAuth 在 Web 应用中,我们经常需要保护我们的 api,以避免非法访问。比如,只允许登录成功的用户发表评论等。Flask-HTTPAuth 扩展可以很好地对 HTTP 的请求进行认...
  • Deploy to Production

    Deploy to Production Build and Install Configure the Secret Key Run with a Production Server Deploy to Production This part of the tutorial assumes you have a server that you...