书栈网 · BookStack 本次搜索耗时 0.062 秒,为您找到 2801 个相关结果.
  • 编译文档

    编译文档 架构图 数据库要求 Core 环境要求 下载源代码 安装 Python3 安装 python 依赖 修改配置文件 启动 Core Lina 环境要求 下载源代码 安装 Node 安装依赖 修改配置文件 运行 Lina 构建 Lina 下载 Release 文件 Luna 环境要求 下载源代码 安装 Node ...
  • Default:默认模板

    Default:默认模板 Default:默认模板 Pigsty项目根目录下自带的默认配置文件,带有丰富的文档备注说明,内容与Demo配置文件类似。 --- ###################################################################### # File : pigsty...
  • 可视化部署

    可视化部署 系统环境 硬件配置 操作系统 端口开放 系统依赖 配置Ansible 安装Ansible 配置Ansible host_key_checking 免密登录配置 测试Ansible 配置Docker 安装Docker 配置docker用户组 拉取 Docker 镜像 部署依赖服务 1. 一键部署依赖服务 2. 手动部署...
  • Secrets Management

    Quickstart: Secrets Management Pre-requisites Step 1: Set up the environment Step 2: Retrieve the secret Behind the scenes Step 3: View the order-processor outputs Pre-requisi...
  • 15.6 从C语言中调用Python代码

    15.6 从C语言中调用Python代码 问题 解决方案 讨论 15.6 从C语言中调用Python代码 问题 你想在C中安全的执行某个Python调用并返回结果给C。例如,你想在C语言中使用某个Python函数作为一个回调。 解决方案 在C语言中调用Python非常简单,不过设计到一些小窍门。下面的C代码告诉你怎样安全的调用: #...
  • 编译文档

    编译文档 架构图 数据库要求 Core 环境要求 下载源代码 安装 Python3 安装 python 依赖 修改配置文件 启动 Core Lina 环境要求 下载源代码 安装 Node 安装依赖 修改配置文件 运行 Lina 构建 Lina 下载 Release 文件 Luna 环境要求 下载源代码 安装 Node ...
  • Dev Notes

    Notes For Developers Things to Run After git clone after-git-clone #1: a mandatory notebook strip out after-git-clone #2: automatically updating doc notebooks to be trusted on git...
  • Document Notice

    Documentation Notice Get the document project The document environment Document build guide The document specification How to submit a document Pull Request Reference to the d...
  • Building the Documentation

    Building the Documentation Building the Documentation All documentation and related files are located in the source tree under the doc directory. The Makefiles must be generat...
  • 7.6 定义匿名或内联函数

    7.6 定义匿名或内联函数 问题 解决方案 讨论 7.6 定义匿名或内联函数 问题 你想为 sort() 操作创建一个很短的回调函数,但又不想用 def 去写一个单行函数,而是希望通过某个快捷方式以内联方式来创建这个函数。 解决方案 当一些函数很简单,仅仅只是计算一个表达式的值的时候,就可以使用lambda表达式来代替了。比如: ...