书栈网 · BookStack 本次搜索耗时 0.096 秒,为您找到 2113 个相关结果.
  • 引入依赖

    引入依赖 编译安装 下载源码 编译打包 make方式编译 自定义PB3版本 兼容其他版本PB bazel方式编译 通过Makefile引入 静态库方式使用 动态库方式使用 通过CMake引入 静态库方式使用 动态库方式使用 通过Bazel引入 引入依赖 本文档提供如果编译并在自己的项目中引入Polaris CPP SDK方法...
  • Byref pragma

    58 2024-07-11 《Nim v2.0 Manual》
    Byref pragma Byref pragma The byref pragma can be applied to an object or tuple type or a proc param. When applied to a type it instructs the compiler to pass the type by refer...
  • JSB 2.0 使用指南

    JSB 2.0 绑定教程 抽象层 架构 宏(Macro) API CPP 命名空间(namespace) 类型 se::ScriptEngine se::Value se::Object se::HandleObject (推荐的管理手动创建对象的辅助类) se::Class se::AutoHandleScope se::State ...
  • JSB 2.0 使用指南

    JSB 2.0 绑定教程 抽象层 架构 宏(Macro) API CPP 命名空间(namespace) 类型 se::ScriptEngine se::Value se::Object se::HandleObject (推荐的管理手动创建对象的辅助类) se::Class se::AutoHandleScope se::State ...
  • C++

    Supported platforms Linux 安装 RPM DEB 编译 RPM Deb MacOS 连接URL Consumer Producer Authentication Supported platforms Pulsar C ++客户端已在MacOS和Linux上成功测试。 Linux 安装 Si...
  • C++

    Pulsar C++ client 支持的平台 系统要求 Linux 编译 安装依赖项 Install RPM Install Debian 编译 RPM Debian MacOS 编译 安装 libpulsar Windows (x64) 编译 连接 URL Create a consumer 阻塞示例 消息监听器 ...
  • 绑定到外部库

    绑定到外部库 模块(Modules) 使用模块 绑定到外部库 模块(Modules) The Summator example in 自定义C++模块 is great for small, custom modules, but what if you want to use a larger, external library? Let...
  • The Tutorial for JSB 2.0

    Tutorial: JSB 2.0 The Abstraction Layer of Script Engine Architecture Macro API CPP Namespace Types se::ScriptEngine se::Value se::Object se::HandleObject (recommended helpe...
  • User Defined Function

    User Defined Function 编写 UDF 函数 编写函数 非可变参数 可变参数 类型对应关系 编译 UDF 函数 编译Doris 编写 UDF 编译文件 执行编译 编译结果 创建 UDF 函数 使用 UDF 删除 UDF函数 User Defined Function UDF 主要适用于,用户需要的分析能力 D...
  • GDExtension C++ example

    GDExtension C++ example Introduction Setting up the project Building the C++ bindings Creating a simple plugin Compiling the plugin Using the GDExtension module Custom editor...