书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1836 个相关结果.
  • Pluggable Views

    Pluggable Views Basic Principle Method Hints Method Based Dispatching Decorating Views Method Views for APIs Pluggable Views Changelog New in version 0.7. Flask 0.7 intr...
  • 使用 SQLAlchemy

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

    使用模板 home.html form.html signin-ok.html 小结 使用模板 Web框架把我们从WSGI中拯救出来了。现在,我们只需要不断地编写函数,带上URL,就可以继续Web App的开发了。 但是,Web App不仅仅是处理逻辑,展示给用户的页面也非常重要。在函数中返回一个包含HTML的字符串,简单的页面还可以,但是...
  • 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...
  • 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 functio...
  • Python

    Hello World - Python Prerequisites Build Deploying the app Verification Removing Feedback Hello World - Python This guide describes the steps required to create the hello...
  • 行为日志

    1219 2019-07-10 《Lin CMS 文档手册》
    行为日志 行为日志(logger) 行为日志 行为日志(logger) 在诸多 CMS 系统中,权限被分配给用户后,那么就代表这一用户拥有某个权限的绝对控制权。但是有些权限又比较危险,比如删除所有图书这个权限,它很可能直接清除了系统里面的所有图书数据,这显然是一个危险的操作。那么这么危险的操作,如果发生了,作为管理员你该怎么办了。很简单,找到该...
  • Python

    Python client library starter Contents Set up InfluxDB Authenticate with an InfluxDB API token Introducing IoT Starter Create the application Install InfluxDB client library ...
  • Python

    Hello World - Python Prerequisites Build Deploying the app Verification Removing Hello World - Python This guide describes the steps required to create the helloworld-pytho...
  • 部署产品

    部署产品 构建和安装 配置密钥 运行产品服务器 部署产品 本文假设你要把应用部署到一个服务器上。本文只是给出如何创建发行文件并进行安装的概览,但是不会具体讨论使用哪种服务器或者软件。你可以在用于开发的电脑中设置一个新的虚拟环境,以便于尝试下面的内容。但是建议不要用于部署一个真正的公开应用。以多种不同方式部署应用的列表参见 部署方式 。 ...