书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 3225 个相关结果.
  • 快速入门

    快速入门 基本要求 创建你的应用程序 使用脚手架创建 运行主进程 创建页面 在窗口中打开您的页面 管理窗口的生命周期 关闭所有窗口时退出应用 (Windows & Linux) 如果没有窗口打开则打开一个窗口 (macOS) 通过预加载脚本从渲染器访问Node.js。 额外:将功能添加到您的网页内容 回顾 打包并分发您的应用程序 ...
  • 快速入门

    快速入门 基本要求 创建你的应用程序 使用脚手架创建 运行主进程 创建页面 在窗口中打开您的页面 管理窗口的生命周期 关闭所有窗口时退出应用 (Windows & Linux) 如果没有窗口打开则打开一个窗口 (macOS) 通过预加载脚本从渲染器访问Node.js。 额外:将功能添加到您的网页内容 回顾 打包并分发您的应用程序 ...
  • 重要的API变更

    重大更改 Types of Breaking Changes 计划重写的 API (12.0) Removed: crashReporter methods in the renderer process 计划重写的 API (11.0) 计划重写的 API (10.0) Deprecated: companyName argument to ...
  • 源代码目录结构

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

    使用 Selenium 和 WebDriver 配置 Spectron 通过 WebDriverJs 配置 1. Start ChromeDriver 2. Install WebDriverJS 3. Connect to ChromeDriver 通过 WebdriverIO 配置 1. Start ChromeDriver 2. Insta...
  • 重要的API变更

    重大更改 Types of Breaking Changes 计划重写的 API (12.0) Default Changed: contextIsolation defaults to true Removed: crashReporter methods in the renderer process Default Changed: cr...
  • 简介

    1375 2019-03-06 《electron中文教程》
    简介 解构任务 使用内置模块时禁用旧样式 简介 所有的Node.js's built-in modules 在Electron中都可用,并且所有的node的第三方组件也可以放心使用(包括自身的模块 )。 Electron也提供了一些额外的内置组件来开发传统桌面应用。一些组件只可以在主进程中使用,一些只可以在渲染进程中使用,但是也有部分可以在这2...
  • 重要的API变更

    重大更改 重大更改的类型 计划重写的 API (14.0) API Changed: window.(open) 已移除: worldSafeExecuteJavaScript 计划重写的 API (13.0) API 更改: session.setPermissionCheckHandler(handler) 已移除: shell...
  • Debugging on Windows

    Debugging on Windows Requirements Attaching to and Debugging Electron Setting Breakpoints Attaching Which Process Should I Attach to? Using ProcMon to Observe a Process Using...
  • Debugging on Windows

    Debugging on Windows Requirements Attaching to and Debugging Electron Setting Breakpoints Attaching Which Process Should I Attach to? Using ProcMon to Observe a Process Using...