书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 88226 个相关结果.
  • C++ BSON使用

    C++ BSON使用 C++ BSON 主要类 建立对象 C++ BSON使用 C++ BSON 主要类 使用C++ BSON 主要会接触到以下4个类: bson::BSONObj:创建 BSONObj 对象。 bson::BSONElement:BSONObj对象由 BSONElement 对象组成,即 BSONElement 对...
  • C++ Client Library

    C++ Client Library C++ Client Library See README at clickhouse-cpp repository. Original article
  • CRC32c

    CRC32c CRC32c CRC32c.crc32c — Function crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a con...
  • CRC32c

    CRC32c CRC32c CRC32c.crc32c — Function crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a con...
  • C语言编程规范

    C语言编程规范 目的 总体原则 约定 例外 1 命名 总体风格 规则1.1 标识符命名使用驼峰风格 建议1.1 作用域越大,命名应越精确 文件命名 建议1.2 文件命名统一采用小写字符 函数命名 建议1.3 函数的命名遵循阅读习惯 变量命名 规则1.2 全局变量应增加 ‘g_’ 前缀,函数内静态变量命名不...
  • Appendix C: 系统参数

    Appendix C: 系统参数 Appendix C: 系统参数 系统参数可以在 JVM 启动的时候通过命令行参数 -D 指定。此外,系统参数可以通过 System 类的 getProperty() 和 setProperty() 方法来读写。 可以用系统参数来设置或者覆盖应用程序属性 的值。比如,下面命令行参数就会覆盖 cuba.con...
  • Custom modules in C++

    Custom modules in C++ Modules What for? Creating a new module Using the module Compiling a module externally Improving the build system for development Writing custom documen...