书栈网 · BookStack 本次搜索耗时 0.072 秒,为您找到 1864 个相关结果.
  • 消息闪现

    消息闪现 简单的例子 闪现消息的类别 过滤闪现消息 消息闪现 一个好的应用和用户界面都需要良好的反馈。如果用户得不到足够的反馈,那么应用 最终会被用户唾弃。 Flask 的闪现系统提供了一个良好的反馈方式。闪现系统的基 本工作方式是:在且只在下一个请求中访问上一个请求结束时记录的消息。一般我们 结合布局模板来使用闪现系统。注意,浏览器会限制 co...
  • 加强 RESTful web service 的安全性

    加强 RESTful web service 的安全性 加强 RESTful web service 的安全性 我们已经完成了我们 web service 的大部分功能,但是仍然有一个问题。我们的 web service 对任何人都是公开的,这并不是一个好主意。 我们有一个可以管理我们的待办事项完整的 web service,但在当前状态下的 we...
  • API

    API Application Object Blueprint Objects Incoming Request Data Response Objects Sessions Session Interface Test Client Test CLI Runner Application Globals Useful Functions...
  • Deploying with Setuptools

    Deploying with Setuptools Basic Setup Script Tagging Builds Distributing Resources Declaring Dependencies Installing / Developing Deploying with Setuptools Setuptools , is...
  • Define and Access the Database

    Define and Access the Database Connect to the Database Create the Tables Register with the Application Initialize the Database File Define and Access the Database The appli...
  • Overview

    Overview Is This for Me? Is This Really for Me? The Big Picture (Literally) Prerequisites Overview Is This for Me? Are you creating a web application/backend API micros...
  • Chapter 16: Full-Text Search

    Introduction to Full-Text Search Engines Installing Elasticsearch Elasticsearch Tutorial Elasticsearch Configuration A Full-Text Search Abstraction Integrating Searches with S...
  • 运行测试用例

    运行测试用例 使用 unittest 使用 nose 运行测试用例 使用 unittest 一开始我建议把所有的测试放在一个文件里面,这样你可以使用 unittest.main() 函数。这个函数将会发现在你的 TestCase 类里面的所有的测试方法。请记住,所有的测试方法和类请以 test 开头(不区分大小写),这样才能被自动识别出...
  • 资源管理

    资源管理 管理、压缩、缩小网站资源的工具。 django-compressor:将链接和内联的 JavaScript 或 CSS 压缩到一个单独的缓存文件中。官网 django-storages:一个针对 Django 的自定义存储后端的工具集合。官网 fanstatic:打包、优化,并且把静态文件依赖作为 Python 的包来提供。官网 Fi...
  • 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...