书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 2801 个相关结果.
  • 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...
  • 编译文档

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

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

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

    Quickstart: Workflow Note Step 1: Pre-requisites Step 2: Set up the environment Step 3: Run the order processor app (Optional) Step 4: View in Zipkin What happened? order-pro...
  • Create functions

    Create new functions Get started Templates Classic vs. of-watchdog templates Template store Go templates Go golang-http - (of-watchdog template) Go golang-middleware - (of-watc...
  • 2.10 在正则式中使用Unicode

    2.10 在正则式中使用Unicode 问题 解决方案 讨论 2.10 在正则式中使用Unicode 问题 你正在使用正则表达式处理文本,但是关注的是Unicode字符处理。 解决方案 默认情况下 re 模块已经对一些Unicode字符类有了基本的支持。比如, \d 已经匹配任意的unicode数字字符了: >>> impo...
  • 2.6 字符串忽略大小写的搜索替换

    2.6 字符串忽略大小写的搜索替换 问题 解决方案 讨论 2.6 字符串忽略大小写的搜索替换 问题 你需要以忽略大小写的方式搜索与替换文本字符串 解决方案 为了在文本操作时忽略大小写,你需要在使用 re 模块的时候给这些操作提供 re.IGNORECASE 标志参数。比如: >>> text = 'UPPER PYTHO...
  • re.sub

    re.sub re.sub 实战过程中,我们很多时候需要替换字符串中的字符,这时候就可以用到 def sub(pattern, repl, string, count=0, flags=0) 函数了,re.sub 共有五个参数。其中三个必选参数:pattern, repl, string ; 两个可选参数:count, flags . 具体参数意...
  • Windows

    78 2024-08-11 《Blender 4.2 Manual》
    Installation on Windows Installing Python Installing Git and Downloading the Repository Setting up the Build Environment Installation on Windows This guide covers the followi...