书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1523 个相关结果.
  • 4.1. Setup

    Setup The Rust Toolchain wasm-pack cargo-generate npm Setup This section describes how to set up the toolchain for compiling Rust programsto WebAssembly and integrate them ...
  • 4. Continuous Integration

    598 2020-06-20 《mdBook Document》
    Running mdbook in Continuous Integration Ensuring Your Book Builds and Tests Pass Deploying Your Book to GitHub Pages Deploying to GitHub Pages manually Running mdbook in Co...
  • 3.10. Registries

    Registries Using an Alternate Registry Publishing to an Alternate Registry Running a Registry Index Format Web API Publish Yank Unyank Owners Owners: List Owners: Add Owne...
  • Getting started

    Getting started Prerequisite System & Architecture Build Dependencies Compile and Run Unit test Docker Getting started This page describes how to run GreptimeDB from sourc...
  • Installation

    Installation Binaries Windows Scoop Windows Source Mac Homebrew Mac Source Linux Arch Linux Snap Linux Source Installation Note : Neovide requires neovim version 0.6 ...
  • 入门指南

    入门指南 开发环境 编译流程 代码规范 入门指南 我们首先介绍如何配置开发环境,编译流程,以及代码规范。 开发环境 在Ubuntu 14.04下安装最新版的Rust: $ curl - sSf https : //static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly ...
  • 构建脚本

    构建脚本 怎么使用构建脚本 构建脚本 有时使用 cargo 正常构建还是不够的。也许你的 crate 在 cargo 成功编译之前需要一些先决条件,比如代码生成或者需要编译的一些本地代码。为了解决这个问题,我们构建了 cargo 可以运行的脚本。 要向包中添加构建脚本,可以在 Cargo.toml 中指定它,如下所示: [ package ...
  • 11.2. 控制测试如何运行

    控制测试如何运行 并行或连续的运行测试 显示函数输出 通过指定名字来运行部分测试 运行单个测试 过滤运行多个测试 忽略某些测试 控制测试如何运行 ch11-02-running-tests.md commit 1721a106f78c037ca3074d9c2d5a8cf9c9852cf7 就像 cargo run 会编译...
  • 32.2. Multi-threaded Link Checker

    Multi-threaded Link Checker Tasks Multi-threaded Link Checker Let us use our new knowledge to create a multi-threaded link checker. It should start at a webpage and check that...