书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1864 个相关结果.
  • 验证

    验证 实现验证方案的库。 OAuth Authomatic:简单但是强大的框架,身份验证/授权客户端。官网 django-allauth:Django 的验证应用。官网 django-oauth-toolkit:为 Django 用户准备的 OAuth2。官网 django-oauth2-provider:为 Django 应用提供 OAuth...
  • 使用 SQLite 3

    使用 SQLite 3 按需连接 简化查询 初始化模式 使用 SQLite 3 在 Flask 中可以方便地按需打开数据库连接,并在情境结束时(通常是请求结束时) 关闭。 下面是一个如何在 Flask 中使用 SQLite 3 的例子: import sqlite3 from flask import g DATABASE...
  • Python

    Python 可用软件包 安装 Dapr 模块 Note 试试吧 详情 Python Dapr提供了帮助开发Python应用程序各种包。 你可以使用他们来创建 Python 客户端、服务器和 virtual actors。 可用软件包 Dapr client for writing Python applications to int...
  • Python

    Python 可用软件包 安装 Dapr 模块 Note 试试吧 详情 Python Dapr提供了帮助开发Python应用程序各种包。 你可以使用他们来创建 Python 客户端、服务器和 virtual actors。 可用软件包 Dapr client for writing Python applications to int...
  • Python

    Python 可用软件包 安装 Dapr 模块 Note 试试吧 详情 Python Dapr提供了帮助开发Python应用程序各种包。 你可以使用他们来创建 Python 客户端、服务器和 virtual actors。 可用软件包 Dapr client for writing Python applications to int...
  • Draft

    Draft Draft安装 Draft入门 Draft Draft是微软Deis团队开源(见https://github.com/azure/draft )的容器应用开发辅助工具,它可以帮助开发人员简化容器应用程序的开发流程。 Draft主要由三个命令组成 draft init :初始化docker registry账号,并在Kuberne...
  • 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

    Python client library starter Contents Set up InfluxDB Authenticate with an InfluxDB API token Introducing IoT Starter Create the application Install InfluxDB client library ...
  • 项目结构规范

    项目结构规范 项目结构规范 我们在前面所举的例子基本都是写在一个单一的脚本文件中,比如 app.py ,这在做一些简单的测试中是可行的,但是在较大的项目中则不应该这么做。好的项目结构可以让人更易于查找代码,也易于维护。当然了,每个团队都有自己的项目规范,在这里,我分享自己在平时的开发中经常用到的项目结构,仅供参考。 我们以该 TODO 项目为例,...
  • 使用 SQLite 3

    使用 SQLite 3 按需连接 简化查询 初始化模式 使用 SQLite 3 在 Flask 中可以方便地按需打开数据库连接,并在情境结束时(通常是请求结束时)关闭。 下面是一个如何在 Flask 中使用 SQLite 3 的例子: import sqlite3 from flask import g DATABASE...