Recent Posts
-
Code sharing of several loop examples in Java programming
About the content of Java loop, it is still commonly used in programming. Let's share some sample code of loop for pra…… -
Java improve the seventh class loader analysis
Today, we will learn about class loaders. Class loaders actually have a lot to do with the JVM. This article only brie…… -
How to use weakhashmap
How to use weakhashmap preface: when learning weakhashmap, I learned that if the key in the map is only referenced b…… -
Detailed explanation of the life cycle of Java threads
Detailed explanation of the life cycle of Java threads For multithreaded programming, understanding the life cycle of …… -
Detailed explanation of Java Fundamentals (generics, collection, IO, reflection)
I plan to look at some parts of the Java foundation again and consolidate them. I will share some notes of learning ag…… -
Java collection inheritance diagram sharing
Object oriented languages embody things in the form of objects. Therefore, in order to facilitate the operation of mul…… -
Implementation method of data transmission at front and back ends of spring MVC
This article mainly introduces how to transfer data at the front and back ends in spring MVC. The details are as follo…… -
Implementation method of file upload function in spring MVC environment
preface In the actual development process, especially in the development of web projects, the functions of file upload…… -
Explain spring boot integration JMS (ActiveMQ Implementation)
This article introduces the integration of spring boot with JMS (ActiveMQ Implementation). I will share it with you an…… -
java. Solution to lang.exceptionininitializererror exception
Today, in the process of development, I encountered Java Lang. exceptionininitializererror exception. Baidu checked it…… -
Spring boot advanced tutorial: using redis to realize session sharing
Redis is a message caching middleware and a key value storage system with rich features. Spring boot provides automati…… -
Sample method of java file monitoring watchservice
summary java1. 7 provides a watchservice to monitor the changes of files in the system. The monitoring is a file syste…… -
Explain the difference between interface and abstract class in Java
Explain the difference between interface and abstract class in Java 1. Abstract class represents an inheritance re…… -
On the API gateway service zuul in spring cloud
So far, we have introduced a lot of contents in spring cloud. We are familiar with ribbon, hystrix and feign. We also …… -
Java object type conversion and polymorphism (example explanation)
Object type conversion It is divided into upward transformation and downward transformation (forced object transformat…… -
Export the jar package that Maven project depends on (Graphic tutorial)
Note that the MVN command is an environment variable that needs to be configured for Maven 1、 Export to custom direct…… -
Spring boot packaging war jar deployment Tomcat
summary 1. Spring boot aggregation project packaging War deployment Tomcat 2. Spring boot packages jar and runs it dir…… -
Login and registration based on struts 2 and Hibernate
This example shares the login and registration functions of struts 2 and hibernate for your reference. The specific co…… -
JDK1. 6 collection framework bug 6260652 analysis
Recently I was looking at the source code of JDK: copyonwritearraylist Java and ArrayList Java, the constructor of the…… -
Analysis of implementation method of Java RSA encryption and decryption
This paper describes the implementation method of Java RSA encryption and decryption. Share with you for your referenc…… -
Method of batch importing excel table data into database with Java
This paper describes the method of batch importing excel table data into database by Java. Share with you for your ref…… -
Java gets instances a few days ago, months ago, and years ago
Examples are as follows: Call example: The above examples a few days ago, a few months ago and a few years ago are all…… -
On the meaning of < E > and < T > in Java API
Looking at the code of a set today, I found the difference in the use of generics, collection < E >, list < E…… -
Java exception exit condition judgment example code
Whether functional code or algorithmic code, the program is a collection of a series of processes Since it is a proces…… -
Java file operation tool class fileutil instance [file addition, deletion, modification, copy, etc.]
This article describes the java file manipulation tool class fileutil. Share with you for your reference, as follows: …… -
Java programming exception handling best practices [recommended]
Exception handling in Java is not a simple topic. It's hard for beginners to understand, and even experienced develope…… -
Analysis and resolution of @ postconstruct exceptions executed many times in spring timing tasks
discover problems A function has just been modified in the project recently. The code is preparing for verification. S…… -
Complete instance of the convenient tool class for Java implementation and operation of JSON [rewrite Google’s gson]
This article describes a convenient tool class for Java to operate JSON. Share with you for your reference, as follows…… -
Function example of exporting objects using Excel tool class in Java
This paper describes the function of exporting objects using Excel tool class in Java. Share with you for your referen…… -
Analysis of Java array out of bounds
Array initialization in Java is actually the same as OC, which is divided into dynamic initialization and static initi…… -
Related concepts of Web Service
1、 Preface We have all heard of WebService (Web Service) more or less. For a while, many computer journals, books and…… -
Java uses the RandomAccessFile class to read and write file instance code based on pointers
The Java API provides a class that implements random access to files based on pointer operation. This class is the Ran……