Package Electron App | Electron应用打包

使用Electron开发跨平台项目,将其打包成各平台可执行或可安装应用,一般有两种模块可以完成,即electron-packager和electron-builder,建议使用electron-builder。 electron-packagerelectron-packager的可配置项比较少,可打包类型也比较少。 electron-builde...

2019-03-04 | #Electron | >Programming >Electron

Build Cross Platform App With Electron

ProblemsCan not use jQuery/RequireJS/Meteor/AngularJS in ElectronElectronAccording to FAQ, you can use this: <head> <script> window.nodeRequire = require; delete window...

2019-03-04 | #Electron | >Programming >Electron

Install GitLab CE on Ubuntu

Follow the instructions on Omnibus package installation Install and configure the necessary dependenciessudo apt-get update sudo apt-get install -y curl openssh-server ca-cert...

2019-02-21 | #GitLab | >Programming >GitLab

Merge Two Branches From Two Git Projects

We have one git project that references another project. After some commits, we want to fork the reference project and merge the commits of the two projects.The branches of th...

2019-02-15 | #Git | >Programming >Git

Permanently Delete Files From Git History

Sometimes we mistakenly commit large files or files that contain passwords, so we need permanently delete files from Git history. Clear wrong files from your working directory...

2019-02-14 | #Git | >Programming >Git