书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 2113 个相关结果.
  • objdump 显示二进制文件信息

    objdump 补充说明 选项 实例 objdump 显示二进制文件信息 补充说明 objdump命令 是用查看目标文件或者可执行的目标文件的构成的gcc工具。 选项 - a -- archive - headers # 显示档案库的成员信息,类似ls -l将lib*.a的信息列出。 - b bfdname -- t...
  • Part 14 - Hello World

    Part 14 - Hello World Part 14 - Hello World For a complete table of contents of all the lessons please click below as it will give you a brief of each lesson in addition to the...
  • Part 17 - Constants

    Part 17 - Constants Part 17 - Constants For a complete table of contents of all the lessons please click below as it will give you a brief of each lesson in addition to the top...
  • Building Pulsar C++ client

    Building Pulsar C++ client Supported platforms 系统要求 编译 Linux MacOS Building Pulsar C++ client Supported platforms The Pulsar C++ client has been successfully tested on M...
  • AutotoolsToolchain

    AutotoolsToolchain Generated files Customization Customizing the environment Managing the configure_args, make_args and autoreconf_args attributes Reference conf Autotools...
  • 命名

    命名 通用命名 规则2.1.1 标识符命名使用驼峰风格 文件命名 建议2.2.1 C++文件以.cpp结尾,头文件以.h结尾 建议2.2.2 C++文件名和类名保持一致 函数命名 类型命名 建议2.4.1 避免滥用 typedef或者#define 对基本类型起别名 变量命名 规则2.5.1 类的成员变量命名使用小驼峰。 宏、常量、枚举命...
  • 7.8 使用target_sources避免全局变量

    7.8 使用target_sources避免全局变量 准备工作 具体实施 工作原理 更多信息 7.8 使用target_sources避免全局变量 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-7/recipe-08 中找到,其中有一个...
  • BE 配置项

    BE 配置项 查看配置项 设置配置项 应用举例 配置项列表 alter_tablet_worker_count base_compaction_check_interval_seconds base_compaction_interval_seconds_since_last_operation base_compaction_num_cu...
  • 日志参考

    OceanBase在运行过程中会自动生成日志。维护工程师通过查看和分析日志,可以了解OceanBase的启动和运行状态。 日志概述 主要介绍日志清单、日志级别、查看日志的方法等。 日志清单 列出了OceanBase运行日志和操作日志的清单。OceanBase 日志清单如下表所示。 日志清单表 日志名称 日志路径 说明 obse...
  • How to structure your project

    How to structure your project How to structure your project The following information is biased. But in a good way, I think. I’m going to tell you how to structure the directori...