Java
-
Struts 2 $, #,% detailed explanation and example code
I've been learning SSH recently. I haven't been able to understand the difference between $,%, # and. I've done a litt…… -
How does Java delete elements during list or map traversal
There are many ways to traverse and delete the elements in the list or map, which will cause problems when used improp…… -
Java enumeration (enum) explains seven common uses
JDK1. 5 introduces a new type enumeration. Although it is a "small" function in Java, it brings "big" convenience to m…… -
Java method for saving / reading objects to / from files
1. Save object to file The Java language can only save the objects of classes that implement the serializable interfac…… -
Analysis on key points of Java multithreading
Multithreading details What are the similarities and differences between sleep method and wait method? Similarities: L…… -
Tomcat error: HTTP status 500 (wrapper cannot find servlet class) solution
Tomcat reports an error: HTTP status 500 - wrapper cannot find servlet class HTTP Status 500 - Wrapper cannot find ser…… -
JQuery animation effect code sharing
1、 Show, hide The display method in jQuery is: Show(), the hiding method is: hide()。 When there are no parameters, i…… -
Explanation of java web file upload and download examples (cool file upload Technology)
1、 Course overview In the development of web application system, file upload function is a very common function. Toda…… -
Solution to the exception of double type operation result in Java
Question: When two double type values are operated, sometimes the result value is abnormal. For example: Output: 39.98…… -
Java spring 5 new features functional web framework detailed introduction
New features of Java spring 5 functional web framework give an example Let's start with some excerpts from the sample …… -
Explain the socket chat program based on Java – server (with demo)
Write before: Yesterday, I recorded the initial design of a socket chat program I took the time to write on my blog, w…… -
Book module of Java Web Book Mall Design (4)
This paper then studies the classification module of the previous book Mall for your reference. The specific contents …… -
On the similarities and differences between Java interface and C + + virtual class
C + + virtual classes are equivalent to abstract classes in Java. The differences between C + + virtual classes and in…… -
Detailed explanation of Java Web image upload and file upload examples
Java Web image upload and file upload Image upload is essentially the same as file upload, and the image itself is als…… -
Method summary of circular deletion of elements in list in Java
In my impression, there is a problem with the way to use the for loop to delete the elements in the list, but you can …… -
JavaMail tutorial creating mail (2)
The JavaMail API uses javax mail. Message class represents a message. Message class is an abstract class, so we need t…… -
Detailed explanation of the use of queue interface in Java
The queue interface is at the same level as list and set, and both inherit the collection interface. LinkedList implem…… -
Example of file upload and download of struts 2 in Java
File upload 1. How many small problems to deal with? 1. The file name is duplicate. Generally, a UUID can be generated…… -
Deeply understand the difference between I + + and + + I in Java
Today, let's talk about a misunderstanding about Java. I believe many friends who have just started learning java will…… -
Detailed introduction and implementation of Jenkins shutdown and restart
Jenkins shutdown and restart We use Jar - jar Jenkins War to start the Jenkins server, so how do we shut down or resta…… -
Java encryption algorithm — MD5 encryption and hash encryption algorithm with secret key source code
Java encryption algorithm -- MD5 encryption and hash encryption algorithm with secret key source code Recently, I lear…… -
Java XML error javax xml. transform. TransformerException: java. lang.NullPointerException
Java XML error javax xml. transform. TransformerException: java. Lang.nullpointerexception solution: Use java to opera…… -
The commonplace use of cookies in Java
1 what is a cookie The browser communicates with the web server using HTTP protocol. When a user sends a page request,…… -
On the use of list storing map object in S: select tag
1、XXXAction. java 2、test. JSP page The contents of the drop-down list can be displayed in the above form. The above …… -
Detailed explanation of Java HashMap, treemap and LinkedHashMap
Detailed explanation of Java HashMap, treemap and LinkedHashMap During the interview this morning, I asked about Java …… -
Java string format – string Use of format()
This article introduces Java string formatting - string The usage of format() is as follows: Formatting of general typ…… -
On Java custom annotations and obtaining annotations by reflection at runtime
Java custom annotation Java annotation is some meta information attached to the code, which is used for parsing and us…… -
Analysis of spring with ehcache instance
1 Introduction to ehcache Ehcache is a pure Java in-process caching framework, which is fast and lean. It is the defau…… -
Implementation of bubble sorting algorithm in Java
Bubble sort: That is, two adjacent elements are compared one by one according to the index. If it is greater than / le…… -
Two methods and comparison of Java reading map
preface There are many ways to traverse the map in Java. In this article, let's take a look at the two methods of read…… -
Parsing and generating XML documents using Dom4j in Java
1、 Foreword Dom4j is an excellent Java open source API, which is mainly used to read and write XML documents. It has …… -
Three methods of Java string segmentation (summary)
Recently, I encountered a small problem in the project. A string is divided into an array, similar to string STR = "AA……
