书栈网 · BookStack 本次搜索耗时 0.057 秒,为您找到 1865 个相关结果.
  • 1.2 使用容器技术构建应用

    1.2 使用容器技术构建应用 讲解 Dockerfile 文件 镜像打包 运行容器 进入容器 1.2 使用容器技术构建应用 在讲解应用部署之前,我们先来回顾一下容器相关的知识,因为他是我们接下来编排的主要对象。 在日常的运维过程中,我们通常会遇到这样的需求,某个服务需要运行在不同的中间件版本之下,但是使用当前的包管理程序比如yum、apt-...
  • Security Considerations

    Security Considerations Cross-Site Scripting (XSS) Cross-Site Request Forgery (CSRF) JSON Security Security Headers HTTP Strict Transport Security (HSTS) Content Security Polic...
  • API

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

    Python Available packages Install the Dapr module Note Try it out More information Python Dapr offers a variety of packages to help with the development of Python applicati...
  • Python

    Python Available packages Install the Dapr module Note Try it out More information Python Dapr offers a variety of packages to help with the development of Python applicati...
  • Python

    Hello World - Python Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Python A simple web app written...
  • Python

    Hello World - Python Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Python A simple web app written...
  • Python

    Hello World - Python Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Feedback Hello World - Python A simple web a...
  • Chapter 23: Application Programming Interfaces (APIs)

    REST as a Foundation of API Design Client-Server Layered System Cache Code On Demand Stateless Uniform Interface Implementing an API Blueprint Representing Users as JSON Ob...
  • 编写业务逻辑

    编写业务逻辑 编写业务逻辑 我们的业务逻辑代码主要在 controllers 目录中,新建一个 todo.py 文件, 核心代码如下 (完整代码参考这里 ),代码说明可以参考注释: # -*- coding: utf-8 -*- import flask from flask import request , redirec...