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 Building from source Step into a dependency with Visual Studio Debugging and stepping into dependencies Sometimes, when developing and...
教程:3D插件类 基本的 3D 插件 高级 3D 插件 教程:3D插件类 本节包含对 PLUGIN_3D 类的两个非常简单的插件的描述,并引导用户完成代码的设置和构建。 基本的 3D 插件 本教程将引导用户开发一个名为 “PLUGIN_3D_DEMO1” 的非常基本的 3D 插件。 本教程的目的只是为了演示一个非常基本的 3D 插件的构造,除了...
XML类型 XML类型 说明: 轻量版场景下,openGauss默认不支持XML类型。 openGauss支持XML类型,使用示例如下。 openGauss = CREATE TABLE xmltest ( id int , data xml ); openGauss = INSERT INTO xmltest VALU...
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...