书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 377 个相关结果.
  • 加强 RESTful web service 的安全性

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

    Systemd 添加Emperor到systemd 日志记录 将socket放到/run/ Socket激活 在systemd中,每个应用一个服务 Systemd uWSGI是用于 systemd 的一个新型守护进程。 它可以通知状态改变和准备好使用。 当uWSGI检测到它正运行于systemd下时,启用通知系统。 添加Empe...
  • Middlewares

    Middlewares Middlewares Middlewares wrap applications to dispatch between then or provideadditional request handling. Additionally to the middlewares documentedhere, there is a...
  • 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 youhave 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...
  • 部署

    部署 主机 亚马逊网络服务 EC2 Heroku Digital Ocean 部署方式 应用程序运行器 Nginx 反向代理 ProxyFix 摘要 部署 我们终于准备好向全世界展示我们的应用程序了。是时候要部署。这个过程可能是痛苦的因为有许多琐碎的事情要去做。当涉及到生产环境的搭建以及服务器的配置方案,这是有很多的选择需要做...
  • Data Structures

    Data Structures General Purpose HTTP Related Others Data Structures Werkzeug provides some subclasses of common Python objects to extend themwith additional features. Some o...
  • Installation

    Installation Python Version Dependencies Optional dependencies greenlet Virtual environments Create an environment Activate the environment Install Flask Installation P...
  • 优化 web service 接口

    优化 web service 接口 优化 web service 接口 目前 API 的设计的问题就是迫使客户端在任务标识返回后去构造 URIs。这对于服务器是十分简单的,但是间接地迫使客户端知道这些 URIs 是如何构造的,这将会阻碍我们以后变更这些 URIs。 不直接返回任务的 ids,我们直接返回控制这些任务的完整的 URI,以便客户端可以随...
  • 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 fil...