书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 1864 个相关结果.
  • 安全注意事项

    安全注意事项 跨站脚本攻击( XSS ) 跨站请求伪造( CSRF ) JSON 安全 安全头部 HTTP Strict Transport Security (HSTS) Content Security Policy (CSP) X-Content-Type-Options X-Frame-Options X-XSS-Protection ...
  • Blueprints and Views

    Blueprints and Views Create a Blueprint The First View: Register Login Logout Require Authentication in Other Views Endpoints and URLs Blueprints and Views A view function...
  • 使用 SQLAlchemy

    使用 SQLAlchemy Flask-SQLAlchemy 扩展 声明 人工对象关系映射 SQL 抽象层 使用 SQLAlchemy 许多人喜欢使用 SQLAlchemy 来访问数据库。建议在你的 Flask 应用中使用 包来代替模块,并把模型放入一个独立的模块中(参见 大型应用作为一个包 )。虽 然这不是必须的,但是很有用。 有四种 ...
  • Dockerfile使用总结(2)

    我们要实现的效果就是,每访问一次web服务网址,计数器对应加1。 创建项目目录 使用Dockerfile定义镜像配置 使用Docker Compose来管理项目 定义项目配置文件docker-compose.yml 使用容器互联 Dockerfile 使用总结 Author : LiNing 创建一个容器,我们可以通过Dockerfi...
  • Deferred Request Callbacks

    Deferred Request Callbacks Deferred Request Callbacks One of the design principles of Flask is that response objects are created and passed down a chain of potential callbacks t...
  • Deferred Request Callbacks

    Deferred Request Callbacks Deferred Request Callbacks One of the design principles of Flask is that response objects are created and passed down a chain of potential callbacks t...
  • How-To: Invoke services

    How-To: Invoke services using HTTP Step 1: Choose an ID for your service Setup an ID using Kubernetes Step 2: Setup a service Step 3: Invoke the service Namespaces Step 4: Vie...
  • Defining new options for your instances

    Defining new options for your instances More fun: a bunch of shortcuts A trick for the Emperor: automatically import shortcuts for your vassals An advanced trick: embedding short...
  • Python

    Hello World - Python Prerequisites Build Deploying the app Verification Removing Hello World - Python This guide describes the steps required to create the helloworld-pyth...
  • 使用 MongoKit

    使用 MongoKit¶ 声明¶ PyMongo 兼容层¶ 使用 MongoKit¶ 现在使用文档型数据库来取代关系型数据库已越来越常见。本方案展示如何使用MongoKit ,它是一个用于操作 MongoDB 的文档映射库。 本方案需要一个运行中的 MongoDB 服务器和已安装好的 MongoKit 库。 使用 MongoKit 有两种常用...