书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 1736 个相关结果.
  • 贡献 UDF

    贡献 UDF 前提条件 准备工作 源代码 使用手册 贡献 UDF 到社区 贡献 UDF 该手册主要讲述了外部用户如何将自己编写的 UDF 函数贡献给 Doris 社区。 前提条件 UDF 函数具有通用性 这里的通用性主要指的是:UDF 函数在某些业务场景下,被广泛使用。也就是说 UDF 函数具有复用价值,可被社区内其他用户直接使用。 ...
  • 贡献 UDF

    贡献 UDF 前提条件 准备工作 源代码 使用手册 贡献 UDF 到社区 贡献 UDF 该手册主要讲述了外部用户如何将自己编写的 UDF 函数贡献给 Doris 社区。 前提条件 UDF 函数具有通用性 这里的通用性主要指的是:UDF 函数在某些业务场景下,被广泛使用。也就是说 UDF 函数具有复用价值,可被社区内其他用户直接使用...
  • 流媒体服务

    media-server Main features Getting Started Main options Examples Other docs media-server media-server is a live streaming server based on brpc used in Live Streaming Serv...
  • Debugging and stepping into dependencies

    Debugging and stepping into dependencies Building from source Step into a dependency with Visual Studio Debugging and stepping into dependencies Sometimes, when developing and...
  • 教程:3D插件类

    教程:3D插件类 基本的 3D 插件 高级 3D 插件 教程:3D插件类 本节包含对 PLUGIN_3D 类的两个非常简单的插件的描述,并引导用户完成代码的设置和构建。 基本的 3D 插件 本教程将引导用户开发一个名为 “PLUGIN_3D_DEMO1” 的非常基本的 3D 插件。 本教程的目的只是为了演示一个非常基本的 3D 插件的构造,除了...
  • global.conf

    global.conf Introduction to configuration Description of configurations core.cache:storage_path core.download:download_cache User/Tools configurations Configuration file templ...
  • 第0章 配置环境

    第0章 配置环境 第0章 配置环境 学习CMake之前,需要对系统进行设置,这样才能运行所有示例。 本章的主要内容有: 如何获取代码 如何在GNU/Linux、macOS和Windows上安装运行示例所需的所有工具 自动化测试如何工作 如何报告问题,并提出改进建议 我们会尽可能让初学者看懂本书的内容。不过,这本书并非完全适合零基础人士。我们假...
  • 环境搭建

    环境搭建 简介 环境要求 环境搭建 简介 阅读本章,你能学习到 Cocos2d-x 在各个平台的环境搭建方法,环境搭建以成功编译运行官方测试项目 cpp-tests 为目标。 搭建完成,你可以通过 cpp-tests 学习引擎的各个功能。 环境要求 Mac OS X 10.7+, Xcode 8+ Ubuntu 14.04+, ...
  • XML类型

    XML类型 XML类型 说明: 轻量版场景下,openGauss默认不支持XML类型。 openGauss支持XML类型,使用示例如下。 openGauss = CREATE TABLE xmltest ( id int , data xml ); openGauss = INSERT INTO xmltest VALU...
  • C interop

    C interop using dart:ffi Examples Walkthrough of hello_world Files Building and running Using dart:ffi Bundling and loading C libraries C interop using dart:ffi Dart mobi...