maven installation, configuration in eclipse

Installation and configuration 1.1 Download Installation Package on Official Website 1.1. Download and Install Package on Official Website 1.2. Configuring environment variables 1.3. Local Warehousing Configuration 1.4. Central Warehouse Configuration 2. Using maven in eclipse 2.1 eclipse configura ...

Added by excl209 on Mon, 05 Aug 2019 09:06:31 +0300

Introduction, use, simple analysis and plug-ins for lombok

Learn Lombok. About POJO There are closeness and security features in Java object-oriented programming.Closure is the enclosure of domain variables in a class, that is, decorate them with private s.As a result, other classes cannot access the variable.In this way, we enclose these variables within the class, which improves the security of the ...

Added by kaitan on Sat, 27 Jul 2019 03:48:50 +0300

android Memory Leakage Analysis android Studio and MAT Use

I. Causes of Memory Leakage 1 Singleton Reference context The context of each activity is the same as that of the activity. When the activity is released or killed, its context will be released. However, the singleton in the current activity still exists, resulting in the context still being referenced and can not be garbage collected, lead ...

Added by shinephp on Tue, 02 Jul 2019 02:42:08 +0300

The Thinking Logic of Computer Programs (85) - Annotations

Upper segment We discussed how to get annotation information in reflective and reflective related classes. We also mentioned annotations many times in the previous chapters. What exactly are annotations? In Java, annotation is to add some information to a program, beginning with the character @, which is used to modify other code elements immed ...

Added by tave on Tue, 02 Jul 2019 02:36:09 +0300

Java Enum Enumeration Details

In some cases, the object of a class is finite and fixed. For example, the seasonal class has only four attributes. Classes with limited and fixed instances like this are called enumeration classes. Yes, it's still a class, with all the features of the class. Let's start by creating an enumeration class: ** Failure to create enumeration fi ...

Added by dreamdelerium on Sat, 22 Jun 2019 23:16:09 +0300

Android Eclipse Import AS Gradle AAR Library Manual

2019 Unicorn Heavy Gold Recruitment Python Engineer Standard >> Preface This is a semi-technical article.It is well k ...

Added by mattsoftnet on Thu, 13 Jun 2019 22:01:08 +0300

Eclipse android project to android studio

The old project of the former company was developed with eclipse. Although android studio has been out for a long time, it has been trying to avoid some problems in migration, but recently Google has asked that android projects be compiled with android 8.0. Then it is found that eclipse+ADT no longer supports jdk 1.8 and androi ...

Added by lajocar on Tue, 14 May 2019 19:19:56 +0300