Java
-
Notes and interview questions on the use of integer based on Java
Reference of integer object in Java There is no pointer in Java, but there is also the concept of reference. What I wa…… -
Spring boot uploads pictures and displays them on the page and summarizes the problems encountered
Recently, in the process of building a website using spring boot, we encountered such a problem: when registering, use…… -
Maven setting. XML configuration file details
Maven's configuration file settings XML exists in two places: 1. Installation place: ${m2_home} / conf / settings xml …… -
Net. Net in Java sf. The JSON package contains information about the interaction between JSON and objects
Data interaction is indispensable in the process of web development, so it is necessary to specify the relevant format…… -
Quickly build modern web projects through spring boot + mybatis + redis
background Springboot has become one of the most mainstream java web development frameworks because it provides variou…… -
Analysis of quarzt scheduled tasks
brief introduction Quarzt is an open source project that regularly executes tasks in the project. Quartz is another op…… -
Example of converting XML document into JSON format data by Java
This article introduces an example of Java converting XML documents into JSON format data, which is shared with you as…… -
Code analysis of finding the maximum path of binary tree by Java programming
Title: Binary Tree Maximum Path Sum Given a binary tree,find the maximum path sum. The path may start and end at any n…… -
Explain the spring aspect and use the parameters passed to the notified method
This article introduces the parameters passed to the notified method in the spring aspect, and shares them with you. T…… -
Detailed explanation of integer in Java that you don’t know
preface This article mainly introduces the relevant contents of integer in Java for your reference and learning. Let's…… -
Java uses POI package to read excel document code sharing
The project needs to analyze EXCEL documents to obtain data, so I found some materials on the Internet and wrote down …… -
Using java to realize mailbox group sending function
This example shares the specific code of mass email sending in Java for your reference. The specific contents are as f…… -
Analysis of ArrayList source code in Java programming
I've read a sentence before. It's very good. Someone asked, what's the use of reading the source code? Learn the desig…… -
Java creates a binary search tree to realize the operation examples of search, insertion and deletion
Binary search tree implemented in Java, and search, insert and delete the tree (merge, delete, copy and delete) First,…… -
Java programming to cut files with hash method
Hash is usually translated as "hash" or directly transliterated as "hash", Is to input any length (also known as pre i…… -
Detailed explanation of Java timer usage
1、 Concept The timer object is mainly used by the scheduled task planning function in Java. It uses multithreading in…… -
Spring boot + layim + t-io example code for file upload and monitoring user status
preface Today's main content is: pictures in layim messages, uploading and docking of files, monitoring of user status…… -
Explain in detail how to solve the problem of garbled code from the foreground to the background of SSM framework
Recently, when I was working on an SSM framework project, I always encountered a problem, that is, when the background…… -
Explain in detail how Maven project in eclipse uses the plug-ins above tomcat7
The Tomcat: run command used in Maven is the version of Tomcat 6 by default, Now you need to use the version above tom…… -
Operation method of integrating mongodb with sprint boot
Mongodb is one of the first popular non relational databases, and it is also widely used. It is generally used for off…… -
Solution of jar package conflict in the integration of HBase and elasticsearch
Problem background In the data platform, ES and HBase need to be used to build the data query interface for project co…… -
Use the Maven archetype plug-in to build an instance of the Maven project prototype template
Create prototype template 1. Run the commands above archetype: generate in the empty directory. After downloading the …… -
On the underlying implementation of Java concurrency
The purpose of concurrent programming is to make the program run faster, but the use of concurrency may not make the p…… -
Spring MVC implements a complete instance of MySQL database addition, deletion, modification and query
I just learned the spring MVC framework recently. I feel it is really convenient and reduces a lot of redundant code. …… -
Subjective and objective comparative analysis of kotlin and Java
Kotlin Kotlin is a relatively new JVM language, and JetBrains has been actively developing it since 2011. Over the yea…… -
23 design patterns (13) Java observer pattern
23 design patterns Part 13: Java observer pattern Definition: defines a one to many dependency between objects, so tha…… -
Java implements heap operation methods (heap building, insertion, deletion)
As follows: The above operation methods of Java heap implementation (heap building, insertion and deletion) are all th…… -
Spring boot + thymeleaf + bootstrap to realize the background management system interface
Recently, I'm learning spring boot. Learning a framework is nothing more than using it to do what I did before. The co…… -
Share 11 practical tips for Java performance tuning
Most developers think that performance optimization is a complex problem, which requires a lot of experience and knowl…… -
-
Default initialization based on Java variables, scopes and member variables (detailed explanation)
Variables in AVA include member variables and local variables. Variables defined outside the methods in the class beco…… -
Introduction to cardinality sorting and its implementation in Java language
basic thought Radix sort is developed on the basis of bucket sort. Both sorts are advanced implementations of allocati……