书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 2414 个相关结果.
  • Contributing

    Contributing Guidelines Running the tests Contributing Guidelines Guzzle utilizes PSR-1, PSR-2, PSR-4, and PSR-7. Guzzle is meant to be lean and fast with very few depende...
  • Envtest Setup

    Envtest Setup Envtest Setup Learn how to setup your project to run integration tests using envtest By default, Go-based operators are scaffolded to make use of controller-runt...
  • Envtest Setup

    Envtest Setup Envtest Setup Learn how to setup your project to run integration tests using envtest By default, Go-based operators are scaffolded to make use of controller-runti...
  • 1.6 参与JUNO开发

    1.6 参与JUNO开发 目录结构 internal 开发方式 数据库初始化与调整 后端启动 开发配置不要推送到远端仓库 前端启动 1.6 参与JUNO开发 目录结构 ── CONTRIBUTING . md ├── LICENSE ├── Makefile ├── README . md ├── api ...
  • 快速开始

    安装 使用curl 使用wget 使用powershell 简单的工程描述 包依赖描述 构建工程 运行目标 调试程序 配置平台 图形化菜单配置 包依赖管理 支持平台 支持语言 工程类型 内置插件 宏记录脚本和回放插件 加载自定义lua脚本插件 生成IDE工程文件插件(makefile, vs2002 - vs2017, …)...
  • Package Manifests Quickstart

    OLM Integration Package Manifests Quickstart Creating package manifests Deploying an Operator with OLM Testing package manifests OLM Integration Package Manifests Quickstart ...
  • 发布

    发布 发布 使用xsltproc将它发布为 Html xsltproc / usr / share / xml / docbook / xsl - stylesheets - 1.73 . 2 / html / html . xsl docbook . xml xsl-stylesheets目录,里面包含可以发布的格式。该路径可能会...
  • make是如何工作的

    make是如何工作的 make是如何工作的 在默认的方式下,也就是我们只输入 make 命令。那么, make会在当前目录下找名字叫“Makefile”或“makefile”的文件。 如果找到,它会找文件中的第一个目标文件(target),在上面的例子中,他会找到“edit”这个文件,并把这个文件作为最终的目标文件。 如果edit文件不...
  • 使用 asan 内存检测

    使用 asan 内存检测 编译 PHP 编译 Swoole 关闭内存泄漏检测 使用 asan 内存检测 高版本gcc 和clang 支持asan 内存检测,与valgrind 相比asan 消耗非常低,甚至可以直接在生产环境中启用asan 排查跟踪内存问题。 使用asan 特性,必须将PHP 也编译为asan ,否则运行时会报错。 编译...
  • 7.2 在 Deis 上 Hacking

    716 2018-05-25 《Deis文档翻译》
    7.2 在 Deis 上 Hacking 先决条件 Fork the Repository 安装客户端 配置 SSH 隧道 配置一个 Docker Registry 开发工作流 测试你的变更 有用的命令 Pull Requests 7.2 在 Deis 上 Hacking 我们尝试使得在 Deis 上 hack 更简单。尽管如此,...