Recent Posts
-
Spring boot cli tutorial
Spring boot cli is a command-line tool provided by the spring boot project to quickly run spring boot applications. By…… -
Log4j2 log asynchronous printing (example explanation)
Log4j2 supports asynchronous log printing. The advantage of asynchronous log output is that using a separate process t…… -
Two methods based on scheduledexecutorservice (detailed explanation)
In development, it is often encountered that another thread executes other code, which is implemented with the Java sc…… -
Methods of implementing classes ArrayList and LinkedList of Java collection
List of methods for list The following is a simple example: Implementation class ArrayList Implementation class Linked…… -
Implementation method example of mutual conversion between Java object and JSON object
This paper describes the implementation method of mutual conversion between Java objects and JSON objects. Share with …… -
Java implementation function example of returning multiple values from method
This article illustrates how Java implements the function of returning multiple values from a method. Share with you f…… -
Graphic tutorial of integrating Tomcat into eclipse in Windows
The eclipse Java EE IDE for web developers 4.7 is used here 1a,Apache Tomcat 8.0. 47。 Both depend on JDK. Please ins…… -
Key points of SSM configuration based on Java Web project and possible problems and Solutions
I found that some key points were not mentioned when explaining the configuration of Java Web project SSM (spring, spr…… -
Method of reading XML file database configuration parameters by spring MVC
This paper mainly introduces how to put the database parameters used in our project into XML files through attribute i…… -
Two configuration containers of spring
Spring provides two container types The spring IOC container is an IOC service provider. Two container types are provi…… -
On two transaction definition methods of spring
1、 Declarative This method does not need to make any modification to the original business. The configuration can be …… -
Detailed explanation of TypeVariable in Java source code parsing
TypeVariable, a type variable, describes a type, which means that it generally refers to any or related type. It can a…… -
Implementation of Chinese and English symbols and punctuation in Java judgment
This paper introduces the implementation of Chinese and English symbols and punctuation in Java judgment, which is sha…… -
Java version and C language version simply use static language to realize dynamic array
One advantage of dynamic language over static language is that the size of array does not need to be determined in adv…… -
Talk about spring’s understanding of IOC in detail (recommendation)
1、 IOC control inversion and di dependency injection 1. Control reversal can be literally understood as the transfer …… -
Code sharing of login interceptor implemented by spring MVC
I've been in contact with struts interceptors before, but I haven't used spring MVC interceptors. I spent a day studyi…… -
Detailed explanation of TypeVariable in Java source code parsing
TypeVariable, a type variable, describes a type. It generally refers to any or related type. It can also be said that …… -
Analysis of common methods of generating random numbers in Java
This paper describes the common methods of generating random numbers in Java. Share with you for your reference, as fo…… -
Detailed explanation of HBase shell command in Hadoop
Detailed explanation of HBase shell command in Hadoop HBase contains shells that can communicate with HBase. HBase use…… -
Maven learning – first glimpse
Recently, I worked as an intern in a company. I still don't know the development process of the company because I just…… -
Explain in detail the conversion between CDM, PDM and SQL of PowerDesigner
Explain in detail the conversion between CDM, PDM and SQL of PowerDesigner I used PowerDesigner to do some auxiliary w…… -
Hibernate attribute level annotation instance code
Attribute level annotation Add method: Write on the property field and on the get accessor of the property @Id Yes, th…… -
Listener based listener life cycle (detailed explanation)
1、 Listener lifecycle Listener is one of the three major components of the web. It is a servlet listener, which is us…… -
An example of binary search method for Java data structure
An example of binary search method for Java data structure The half search method is based on the ordered array Exampl…… -
Basic knowledge of JNI language
Introduction to JNI JNI is the abbreviation of Java Native Interface, It provides several APIs to realize the communic…… -
Explain vector in Java
Vector implements the abstractlist abstract class and list interface. Like ArrayList, it is based on array storage Vec…… -
Proxy mode of Java design pattern notes
Proxy mode: The proxy pattern is the structure pattern of objects. Proxy mode provides a proxy object for an object, a…… -
5 tips for using java APIs
This paper introduces some simple and easy-to-use skills about Java API security and performance, including some sugge…… -
Apache Commons math3 exploration of polynomial curve fitting implementation code
In the last article, we introduced the numerical integration example code of Apache Commons math3. Here we share the r…… -
Three ways to implement interface verification in Java
This paper introduces three ways to implement interface verification in Java, mainly including AOP and MVC interceptor…… -
Java servlet based encoding / exception handling (detailed explanation)
1. Servlet output Chinese (1) Why are there random codes? out. When println method is output or the form is submitted,…… -
Java method of converting numbers to uppercase
Java method of converting numbers to uppercase explain: Convert the numerical amount into words as follows: If you hav……