书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 145454 个相关结果.
  • C++

    Pulsar C++ client 支持的平台 Linux Install RPM Install Debian 编译 RPM Debian MacOS 连接URL Create a consumer Create a producer Enable authentication in connection URLs Schema C...
  • C驱动

    产品概述 关键特性 用户案例 使用场景 产品概述 SequoiaDB 巨杉数据库是一款开源的金融级分布式关系型数据库,主要面对高并发联机交易型场景提供高性能、可靠稳定以及无限水平扩展的数据库服务。 用户可以在 SequoiaDB 巨杉数据库中创建多种类型的数据库实例,以满足上层不同应用程序各自的需求。 SequoiaDB 巨杉数据库支持 M...
  • C驱动

    C驱动概述 C开发环境搭建 C开发基础 C BSON使用 SQL to SequoiaDB shell to C C API
  • C API

    C API 历史更新情况: C API 此部分是 C API 相关文档。 历史更新情况: 注意: 删除接口 - 不再兼容 废弃接口 - 保持兼容性 Version 2.10 添加收集数据统计信息接口: sdbAnalyze,收集指定对象的统计信息 添加修改接口 sdbEnableSharding,对集合启用分区功能...
  • 附录C

    附录C Appendix C. Batch Processing and Transactions C.1 Simple Batching with No Retry C.2 Simple Stateless Retry C.3 Typical Repeat-Retry Pattern 附录C Appendix C. Batch Proc...
  • C 接口

    C 接口 LLVM 接口 C 接口 ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_pointer , returntype , ...
  • extern “C”

    extern “C” 被 extern 限定的函数或变量是 extern 类型的 被 extern "C" 修饰的变量和函数是按照 C 语言方式编译和连接的 extern "C" 的作用是让 C++ 编译器将 extern "C" 声明的代码当作 C 语言代码处理,可以避免 C++ 因符号修饰导致代码不能和C语言库中的符号进行链接的问题。 e...
  • C++

    Build a C++ application Prerequisites Installing the C++ driver (libpqxx) Get the source Dependencies Build and Install Working example Sample C++ code Run the application ...
  • C#

    Build a C# application Prerequisites Writing a HelloWorld C# app Install YugaByteCassandraCSharpDriver C# driver Copy the contents below to your Program.cs file. Running the C# ...
  • C#

    Develop C# Apps Prerequisites Writing a HelloWorld C# app Install StackExchange.Redis C# driver Copy the contents below to your Program.cs file. Running the C# app Develop...