书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 2414 个相关结果.
  • 如何构建 Apache APISIX

    1. 安装依赖 2. 安装 Apache APISIX 通过源码包安装 通过 RPM 包安装(CentOS 7) 通过 Luarocks 安装 (不支持 macOS) 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解测试 5. 更新 Admin API 的 token ,保护 Apache APISIX 1....
  • Building and Testing

    Building and Testing Building Method 1: Using Docker and Makefile Method 2: Using go Build Traefik Testing Method 1: Docker and make Method 2: go Building and Test...
  • Blender ESCN exporter

    Blender ESCN exporter Details on exporting Disabling specific objects Build pipeline integration Blender ESCN exporter Note This chapter relates to the Blender plugin called...
  • Testing

    Testing Before submitting a PR Docs only Code Local Test Environment Local clusters Running Tests Testing On all PRs, a suite of static and cluster tests is run against yo...
  • Testing

    Testing Before submitting a PR Docs only Code Local Test Environment Local clusters Running Tests Testing On all PRs, a suite of static and cluster tests is run against yo...
  • Project layout

    Project layout for Ansible-based Operators Ansible-based project layout Project layout for Ansible-based Operators The operator-sdk CLI can generate, or scaffold, a number of ...
  • OrientDB Documentation

    OrientDB Documentation Documentation Builds Rules and Code Conventions Links Warning Boxes OrientDB Documentation Welcome to OrientDB - the first Multi-Model Open Source No...
  • Project layout

    Project layout for Ansible-based Operators Ansible-based project layout Project layout for Ansible-based Operators The operator-sdk CLI can generate, or scaffold, a number of ...
  • Project layout

    Project layout for Ansible-based Operators Ansible-based project layout Project layout for Ansible-based Operators The operator-sdk CLI can generate, or scaffold, a number of ...
  • 显示命令

    显示命令 显示命令 通常,make会把其要执行的命令行在命令执行前输出到屏幕上。当我们用 @ 字符在命令行前,那么,这个命令将不被make显示出来,最具代表性的例子是,我们用这个功能来向屏幕显示一些信息。如: @echo 正在编译 XXX 模块…… 当make执行时,会输出“正在编译XXX模块……”字串,但不会输出命令,如果没有“@...