书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1440 个相关结果.
  • 安装

    Pip 安装 一键脚本安装 手动安装 步骤一:选择您的后端编译器 步骤二:安装Python和python-dev 步骤三:运行Jittor 可选步骤四:启用CUDA 可选步骤五:进行完整测试 Jittor使用Python和C++编写。 它需要用于即时编译的编译器。当前,我们支持三种编译器: CPU 编译器 (需要下列至少一个) g+...
  • 代码风格

    格式化工具 代码风格 命名约定 一般规则 前缀 可见性 最佳实践 临近释放原则 防御式编程 注释 特殊限制 C++ 汇编 格式化工具 我们使用clang-format 和git-clang-format 统一C、C++、Objective-C代码风格。代码风格使用工程根目录下的.clang-format 文件描述。 在新增文...
  • Contributing

    Developing Electron Updating an Appveyor Azure Image Build Instructions Build Instructions (Linux) Build Instructions (macOS) Build Instructions (Windows) Build System Overvi...
  • CMake in ClickHouse

    CMake in ClickHouse TL; DR How to make ClickHouse compile and link faster? CMake files types List of CMake flags ClickHouse modes External libraries External libraries system/b...
  • Compiling for X11 (Linux, *BSD)

    Compiling for X11 (Linux, *BSD) Requirements Distro-specific one-liners Compiling Compiling a headless/server build Building export templates Using Clang and LLD for faster de...
  • XCode

    XCode XCode 从 App store 或苹果开发者网站安装 Xcode 。 紧接着,安装 Xcode command line tools,运行: xcode - select -- install 运行命令后,按照指引,你将完成 Xcode command line tools 安装。 译注 : 如果你不是一...
  • Developing Electron

    Developing Electron Developing Electron These guides are intended for people working on the Electron project itself. For guides on Electron app development, see /docs/README.md ...
  • 第 1 章 迈向现代 C++

    第 1 章 迈向现代 C++ 1.1 被弃用的特性 1.2 与 C 的兼容性 进一步阅读的参考文献 许可 第 1 章 迈向现代 C++ 编译环境 :本书将使用 clang++ 作为唯一使用的编译器,同时总是在代码中使用 -std=c++2a 编译标志。 > clang ++ - v Apple LLVM version 1...
  • Cross building to Android with the NDK

    Cross building to Android with the NDK Cross building to Android with the NDK In this example, we are going to see how to cross-build a Conan package to Android. First of all, ...
  • 使用源代码部署

    macOS 使用源代码部署 前置依赖参考 步骤 1:安装依赖 1. 安装部署 Go 语言 2. 安装 GCC/Clang 3. 安装 Git 4. 安装 MySQL Client 步骤 2:安装 mo_ctl 工具 设置 mo_ctl 的配置参数(选做) 步骤 3:一键安装 MatrixOne 步骤 4:启动 MatrixOne 服务 ...