书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 3225 个相关结果.
  • Source Code Directory Structure

    Source Code Directory Structure Structure of Source Code Structure of Other Directories Source Code Directory Structure The source code of Electron is separated into a few par...
  • 代码签名

    代码签名 签名 & 认证 macOS 版本 electron-forge electron-builder electron-packager Mac 应用程序商店 签署windows应用程序 Windows 应用商店 代码签名 代码签名是一种用来证明应用是由你创建的一种安全技术。 macOS 系统能通过代码签名检测对ap...
  • 代码签名

    代码签名 签名 & 认证 macOS 版本 electron-forge electron-builder electron-packager Mac 应用程序商店 签署windows应用程序 Windows 应用商店 代码签名 代码签名是一种用来证明应用是由你创建的一种安全技术。 macOS 系统能通过代码签名检测对ap...
  • Publishing and Updating

    Publishing and Updating Learning goals Using update.electronjs.org Publishing a GitHub release Generating a personal access token Setting up the GitHub Publisher Installing the ...
  • Build Instructions (macOS)

    Build Instructions (macOS) Prerequisites Python macOS SDK Building Electron Build Instructions (macOS) Follow the guidelines below for building Electron itself on macOS, fo...
  • 应用架构

    Electron 应用架构 主进程和渲染进程 主进程和渲染进程之间的区别 题外话:进程间通讯 使用Electron的API 使用Node.js的API Electron 应用架构 在我们深入了解Electron的API之前,我们需要探讨一下在Electron中可能遇到的两种进程类型。 它们是完全不同的,因此理解它们非常重要。 主进程和...
  • 源代码目录结构

    源代码目录结构 源代码的目录结构 其它目录的结构 源代码目录结构 Electron 的源代码主要依据 Chromium 的拆分约定被拆成了许多部分。 为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构 。 源代码的目录结构 Electron ├── build / - Build configur...
  • 主进程调试

    1244 2019-03-06 《electron中文教程》
    主进程调试 命令行开关 —debug=[port] —debug-brk=[port] 使用 node-inspector 来调试 1. 确认你已经安装了 node-gyp 所需工具 2. 安装 node-inspector 3. 安装 node-pre-gyp 的一个修订版 4. 为 Electron 重新编译 node-inspector v...
  • Code Signing

    Code Signing Signing & notarizing macOS builds electron-forge electron-builder electron-packager Mac App Store Signing Windows builds Windows Store Code Signing Code s...
  • 创建你的第一个应用

    打造你的第一个 Electron 应用 安装 Electron 开发一个简易的 Electron 启动你的应用 尝试此例 打造你的第一个 Electron 应用 Electron 可以让你使用纯 JavaScript 调用丰富的原生(操作系统) APIs 来创造桌面应用。 你可以把它看作一个 Node. js 的变体,它专注于桌面应用而不是 ...