Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Electron

Electron Build System Overview

May 25, 2021 13:00 0 Comment Electron

Gyp file, Gyp file, Create a component, Minimal Bootstrapping, Two-Phase Project Generation, Target Names, Electron, uses, gyp to, build the project and, ninja to, build the project., The project, configuration can, be found in the, .gyp, .gypi, files., Gyp

There is a technical .js between Electron and NW (formerly node-webkit).

May 25, 2021 13:00 0 Comment Electron

There is a technical .js between Electron and NW (formerly node-webkit)., Note: Electron's original name is Atom Shell., Similar to the NW .js, Electron provides a platform to create desktop apps with JavaScript and HTML, wh

Electron source directory structure

May 25, 2021 13:00 0 Comment Electron

The structure of the source code, The structure of the source code, The structure of the other directories, Electron's source code is broken down into parts based primarily on Chromium's split convention., To better understand the source, code, you may want

Electron coding specification

May 25, 2021 13:00 0 Comment Electron

C and Python, C and Python, CoffeeScript, API naming, The following is the coding specification for the Electron project., C and Python, We follow Chromium's coding specifications for C and Python., Y, ou

Electron shell module

May 25, 2021 13:00 0 Comment Electron

Methods, Methods, shell, module provides the associated functionality to integrate with other desktop clients., Example of opening a URL in the user's default browser:,

Electron screen module

May 25, 2021 13:00 0 Comment Electron

Display object, Display object, Event, Method, screen, module retrieves the size of the screen, displays the mouse position, etc., This, app, be used, ready, the ready event of the app module is tr

Electron NativeImage module

May 25, 2021 13:00 0 Comment Electron

The supported format, The supported format, High-resolution pictures, Template picture, Method, The instance method, In Electron, for all apis that create images, you can use file paths or, nativeImage, If, null, used, an empty image object is created., For example,

Electron clipboard module

May 25, 2021 13:00 0 Comment Electron

Method, Method, clipboard, module provides a way to copy and paste operations ., The following example shows how to write a string on a clipboard:, const clipboard =

Electron Build Steps (Windows)

May 25, 2021 14:00 0 Comment Electron

Premise, Premise, Get the code, Bootstrapping, Build, 64bit Build, Tests, Fix the problem, Follow the instructions below to build Electron on Windows ., Premise, Windows 7 / Server 2008 R2 or higher, Visual Studio 2013 with Update 4 -, downl

Electron Build Steps (Linux)

May 25, 2021 14:00 0 Comment Electron

Prerequisites, Prerequisites, Use a virtual machine, Get the code, Bootstrapping, Build, Cleaning, Fix the problem, Tests, Follow the instructions below to build Electron on Linux ., Prerequisites, Python 2.7.x. Some distributions such as CentOS still use Python 2.6.x, so,

Electron uses Symbol Server in debugging

May 25, 2021 14:00 0 Comment Electron

Using the Symbol Server in Windbg, Using the Symbol Server in Windbg, Use the symbol server in Visual Studio, Troubleshooting: Symbols will not load, Debugging symbols gives you better debugging sessions. T, hey have function information for executable dynamic libraries and provide information to ob

Electron FAQ

May 25, 2021 14:00 0 Comment Electron

When will Electron upgrade to the latest version of Chrome?, When will Electron upgrade to the latest version of Chrome?, When will Electron upgrade to the latest version of node .js?, How do I share data between two pages?, Why do applied windows and trays disappear after a while?, In Electron, why can't I use jQuery, RequireJS, Meteor, AngularJS?, Why require('electron').xxx result is undefined?, When will Electron upgrade to the latest version of Chrome?, Typically, we update the Chrome version in Electron within two weeks of the release of th

Electron version management

May 25, 2021 14:00 0 Comment Electron

Electron version management, If you're an experienced Node developer, you'll definitely, semver, - however, here's where your dependency management system might only have rough gu

Windows Store Guide

May 25, 2021 14:00 0 Comment Electron

Background and requirements, Background and requirements, Step 1: Package your Electron application, Step 2: Run electron-windows-store, Step 3: Use the AppX package, Optional: Add the UWP feature with BackgroundTask, Optional: Transform using container virtualization, In Windows 8, some nice old win32 programs have a new friend: Universal Windows Platform (UWP)., The, .appx, not only enables many new and powerful AP

Electron Headless CI Systems Test (Travis CI, Jenkins)

May 25, 2021 14:00 0 Comment Electron

Configure the virtual display server, Configure the virtual display server, Electron is chromium-based, so a display driver is required to make it work. I, f Chromium can't find a display driver, ELectron fails to start, so no