[enjoy learning Netflix] 3. Apache Commons Configuration2.x new event monitoring mechanism
Writing good code is personal accomplishment, not the requirement of the boss, not to show colleagues
- > return to the column directory
Code download address: https://github.com/f641385712/netflix-learning
Catalog
Preface
text
Event
ConfigurationEvent
ConfigurationErrorEvent
ReloadingEvent
Con ...
Added by brendan2b on Tue, 18 Feb 2020 11:48:00 +0200
Construction of webpack4 architecture and application of vue single component
First, enter the folder of the installation directory, enter npm init initialization package.json:
To install webpack and webpack cli locally:
NPM install webpack webpack cli - D / / - D refers to the development environment needs, online environment does not need;
Create an entry file, configure packet.json for packaging
...
Added by brian79 on Thu, 19 Dec 2019 21:45:44 +0200
Vuex 2.0 Source Analysis
Vuex 2.0 Source Analysis
In general, we use the global event bus to solve the problem of global state sharing and component communication. When encountering large applications, this will make the code difficult to maintain. Vuex came into being. Next, I will analyze the whole implementation of Vuex from the source code point of view.
directory ...
Added by chokies12 on Wed, 28 Aug 2019 05:12:02 +0300
Webpack 4 series of tutorials (15): development mode and webpack-dev-server
Author's Note: Because the pictures shown in the tutorial are github warehouse pictures, friends with slow network speed please move. "Webpack 4 series of tutorials (15): development mode and the original address of webpack-dev-server" . Welcome to my small station to see more original content: godbmw.com "Posture" communic ...
Added by Michiel on Fri, 17 May 2019 21:33:55 +0300
Bugly implements hot update of APP
Bugly implements hot update of APP
Bugly implements thermal repair using Wechat Tinker Technology. Tinker is simplified.
Bugly Hot Repair Official Documents
Configuration parameters
Adding plug-in dependencies
Add:
buildscript {
repositories {
jcenter()
}
dep ...
Added by shaunno2007 on Fri, 17 May 2019 00:42:53 +0300