书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 1440 个相关结果.
  • 为 X11 平台编译(Linux、*BSD 操作系统)

    为 X11 平台编译(Linux、*BSD 操作系统) 需求 各个发行版的安装指令 编译 编译无头/服务器构建 构建导出模板 使用 Clang 和 LLD 可以加快开发速度 为 X11 平台编译(Linux、*BSD 操作系统) 需求 要在Linux或其他类Unix系统下进行编译, 需要满足以下条件: GCC 7+ 或 Clang 6...
  • Sanitizer support

    Sanitizer support General considerations Address Sanitizer (ASAN) ) Memory Sanitizer (MSAN) ) Thread Sanitizer (TSAN) ) Sanitizer support General considerations Using C...
  • 对 Electron 进行开发

    对 Electron 进行开发 对 Electron 进行开发 这些指南是为希望修改 Electron 自身的人准备的。 有关使用 Electron 来开发应用程序的指南,请参见/docs/README.md 。 行为准则 贡献到 Electron 问题 合并请求 文档风格指南 源码目录结构 编码风格 在 C++ 代码中使用 clan...
  • 扩展工程

    1689 2019-03-08 《PHP-X 文档手册》
    扩展工程 环境依赖 编译安装 MacOS 扩展工程 PHP-X是一个基于PHP ZendVM的C++封装层,可以基于PHP-X开发PHP扩展、C++嵌入PHP、PHP SAPI等程序。PHP-X可以大大降低PHP内核扩展开发的难度,提升效率。 开源中国码云:http://git.oschina.net/swoole/PHP-X Githu...
  • 扩展模块

    core.base.option option.get core.base.global global.get global.load global.directory global.dump core.base.task task.run core.tool.linker linker.link linker.linkcmd link...
  • Local development

    705 2020-03-26 《Faasm Document》
    Local Development Checking out the repo Basic local machine set-up Protobuf Toolchain and Runtime Root Codegen and upload Codegen for C++ functions Python functions Networki...
  • 配置说明

    目标平台 主机平台 Linux Android iPhoneOS Windows Mingw Apple WatchOS 交叉编译 —sdk —bin —cross —as —cc —cxx —ld —sh —ar 全局配置 清除配置 通过xmake f|config 配置命令,设置构建前的相关配置信息,详细参数选项...
  • 构建步骤(Linux)

    1227 2019-03-06 《electron中文教程》
    Build Instructions (Linux) Prerequisites 使用虚拟机 获取代码 Bootstrapping 交叉编译 构建 Cleaning 解决问题 Error While Loading Shared Libraries: libtinfo.so.5 Tests Build Instructions (...
  • Sanitizer support

    Sanitizer support General considerations Address Sanitizer (ASAN) ) Memory Sanitizer (MSAN) ) Thread Sanitizer (TSAN) ) Sanitizer support General considerations Using Cla...
  • 使用Swift扩展iOS能力

    使用 Swift 扩展 Weex 使用 Swift 进行 module 扩展 module 使用 使用 Swift 扩展 Weex Swift和Objective-C 混编 参考完整 例子 使用 Swift 进行 module 扩展 因为 module 暴露 method 是通过Objective-C 宏来做的,调用的时候是通过反射,...