书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 78100 个相关结果.
  • 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,对集合启用分区功能...
  • extern “C”

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

    C 接口 LLVM 接口 C 接口 ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_pointer , returntype , ...
  • 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...
  • Introduction to the C/C++ API

    954 2020-01-30 《SQLite Document》
    1. Summary 2. Introduction 3. Core Objects And Interfaces 4. Typical Usage Of Core Routines And Objects 5. Convenience Wrappers Around Core Routines 6. Binding Parameters and ...
  • Interfacing with C/C++ Libraries

    Interfacing with C/C++ Libraries C Foreign Function Interface ABI Interaction ctypes Struct Equivalents SWIG Example: Overloading repr Boost.Python Interfacing with C/C...
  • C++

    Pulsar C++ client Changes for version 3.0.0 or later Installation Brew Deb RPM APK Connection URLs API reference Release notes Create a producer Simple blocking example N...
  • C bindings

    C bindings C bindings Crystal allows you to bind to existing C libraries without writing a single line in C. Additionally, it provides some conveniences like out and to_unsafe...