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

    Streams Chunked reading Streams Immudb provides stream capabilities. Internally it uses “delimited” messages technique, every chunk has a trailer that describe the length of th...
  • 本地构建和测试

    本地构建和测试 如何构建 构建二进制 构建镜像 交叉编译 Mac Windows 如何测试 单元测试 e2e测试 常见问题 本地构建和测试 OpenYurt主仓库(openyurtio/openyurt )中目前(v0.7.0, commit: 68a18ee) 包含以下组件: yurthub yurt-controller-m...
  • Troubleshooting FAQ

    Ingestion troubleshooting FAQ Realtime ingestion Batch Ingestion What types of data does Druid support? Not all of my events were ingested Where do my Druid segments end up af...
  • Raspberry Pi

    How to Build Seafile Server Release Package for Raspberry Pi Setup the build environment" level="2"> Setup the build environment Install packages" level="3"> Install packages ...
  • Compiling from Source

    Compiling From Source Introduction Compiling Commento Launching Commento Compiling From Source Introduction To install Commento from source, first set up your environment ...
  • 环境变量

    环境变量 环境变量 make运行时的系统环境变量可以在make开始运行时被载入到Makefile文件中,但是如果Makefile中已定义了这个变量,或是这个变量由make命令行带入,那么系统的环境变量的值将被覆盖。(如果make指定了“-e”参数,那么,系统环境变量将覆盖Makefile中定义的变量) 因此,如果我们在环境变量中设置了 CFLAGS...
  • Guidelines for Refactoring

    Guidelines for Refactoring Background Refactoring Suggestions Reviewing & Merging Suggestions Guidelines for Refactoring Background Since the first line of code was written ...
  • Compile on ARM platform

    Compile and Run Doris on ARM64 + KylinOS. Software and hardware environment Compilation tool installation (no network) 1. Install gcc10 2. Install other compilation components 3...
  • 多文件项目

    多文件项目 简介 重复加载 extern 说明符 static 说明符 编译策略 make 命令 多文件项目 简介 一个软件项目往往包含多个源码文件,编译时需要将这些文件一起编译,生成一个可执行文件。 假定一个项目有两个源码文件foo.c 和bar.c ,其中foo.c 是主文件,bar.c 是库文件。所谓“主文件”,就是包含了main...