Packaging Electron program with Electron builder
preface
After the development of Electron code, if you want to put it into production environment, you must go through a key step - packaging.
Use it on MacOS today electron-builder Make a record of the process of packaging Electron application.
Why pack
My last article< Debugging Electron main process code with VSCode >This paper i ...
Posted by LikPan on Thu, 20 Jan 2022 12:56:16 +0100
Using Apache Commons Lang
1. Birth background
Because the standard Java library cannot provide enough methods to manipulate its core classes. Apache Commons Lang provides these additional methods and tools.
Lang is Java Lang API provides many helper utilities, especially string operation methods, basic numerical methods, object reflection, concurrency, creation and se ...
Posted by FezEvils on Thu, 20 Jan 2022 11:15:13 +0100
Dubbo service provider starts the process
First, consider the following questions: 1. When does the service establish a connection to the registry 2. When does the service provider register the service with the registry 3. Heartbeat mechanism between service provider and registry If you want to fully understand the above problems, let's take the problems into the startup process of the ...
Posted by rockstarmike on Wed, 19 Jan 2022 03:54:53 +0100
Numpy learning based on Anaconda
Earlier, we talked about the detailed tutorial of downloading and installing anaconda. Now we begin to learn numpy, which is the most important basic package for python numerical calculation.
anaconda and pycharm are two different systems, so we need to distinguish them.
Anaconda installation module
First, how to install relevant modules ...
Posted by centerwork on Tue, 18 Jan 2022 08:25:40 +0100
git file management and indexing
preface
This night is destined to be a sleepless night. The dialogue between Xiaobai and cangls has become white hot. Xiaobai tirelessly consulted about git and became more and more interested in indexing. The versions of Xiaobai's previously saved small movie files can be compared to explore which version has better picture quality.
Xiaobai: ...
Posted by ac1dsp3ctrum on Tue, 18 Jan 2022 02:48:27 +0100
Introduction to Hologres TPCH based performance test
Introduction: This paper will introduce how to do performance test based on TPCH data set in Hologres, and provide reference for test results to facilitate you to select product specifications.
background information
TPC-H (Business Intelligence Computing test) is a test set developed by the transaction processing performance Council (TPC) to ...
Posted by blues on Mon, 17 Jan 2022 08:47:52 +0100
Alipy package for active learning: detailed explanation of tools
2. Alipy tool class
this section further alipy tool classes, including data operation, query strategy, Oracle, index management, performance measurement, etc. reference link: http://parnec.nuaa.edu.cn/huangsj/alipy/
2.1 data operation
for our scientific researchers, what are the first steps of the experiment? Data pr ...
Posted by jeankaleb on Mon, 17 Jan 2022 01:36:21 +0100
Memo on pushing abnormal messages of nailing robot
The developed quick selling link connects with Qimen's user-defined interface and data security out of the tower project. Because the project needs to be deployed to the stone gathering tower, but it is troublesome to view the abnormal information, which is not conducive to troubleshooting the error information, so it is considered to use t ...
Posted by php-coder on Sun, 16 Jan 2022 09:12:47 +0100
Dubbo I. Introduction to Dubbo framework and handwriting simulation Dubbo
What is RPC
Wikipedia defines RPC as follows:
In distributed computing, Remote Procedure Call (RPC) is a computer communication protocol. The protocol allows a program running on one computer to call a subroutine in another address space (usually a computer on an open network), and the programmer does not need to program the interaction (w ...
Posted by taldos on Sun, 16 Jan 2022 05:41:56 +0100
Creating SpreadJS custom cells using VUE components
In the previous article, we introduced how to dynamically create spreadsheet components in Vue by setting runtimeCompiler to true. For details, click to view useVUE component creates SpreadJS custom cell (I).
However, in the actual scenario, we may only need to dynamically create VUE components, and the template content of components does not ...
Posted by AcidCool19 on Wed, 12 Jan 2022 05:44:37 +0100