包含标签:Java 的文章
-
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,…… -
Detailed explanation and difference between Java comparable and comparator
Detailed explanation and difference between Java comparable and comparator Java provides us with two comparison mechan…… -
Simple demo of timer and TimerTask in Java (shared)
Code: test class TimerTask task class The above simple demo of timer and TimerTask in Java is all that Xiaobian has sh…… -
Detailed explanation of Java polymorphism and common interview questions
Java polymorphism There are two types of polymorphism: (1) Compile time polymorphism (design time polymorphism): metho…… -
Java configuration MyEclipse Maven environment specific implementation steps
Java to configure MyEclipse Maven environment Although most of my projects have been moved to idea, I still habitually…… -
Detailed explanation of Java transactions and simple application examples
Simple use of Java transactions Java transactions will be asked in some interviews. During the interview, our first an…… -
Conversion between int and byte [] in Java
In previous projects, the value of int type needs to be passed during socket communication. However, it seems that the…… -
Detailed explanation of several methods for Java spring controller to obtain request parameters
Several methods of obtaining request parameters by Java spring controller 1. Directly write the form parameters in the…… -
Java online book Mall (6) order module 1
First look at the renderings: 1.sql ①t_ Orderitem a foreign key BName: convenient for later book deletion ②t_ Order is…… -
Java 8 new feature method reference details
Java 8 new feature method reference For reference, we generally use it in objects, and the characteristic of object re…… -
Solution to the problem of obtaining form data and garbled code in Java Web
First, use a user submission interface as an example (text box, password box, selection, drop-down form, etc.), and th…… -
In depth understanding of fault handling tools for Java virtual machine
preface This article mainly introduces the fault handling tools of Java virtual machine. These tools include: JPS: vir…… -
Java implementation uses the simple method of string class to read the content of a tag in XML file
1. Use the indexof () and substring () provided by the string class to quickly obtain the specific content in a file T…… -
java. lang.NoSuchMethodException: com. sun. proxy.$ Proxy58. List error resolution
java. lang.NoSuchMethodException: com. sun. proxy.$ Proxy58. List error resolution There are always some unexpected ex…… -
Summary of the use of break and continue keywords in Java
I Function and difference break is used to jump out of the current loop block (for, while, do while) or program block …… -
Detailed explanation and example application of Java static proxy mode
Java static proxy mode Proxy mode: provides a proxy for other objects to control access to this object. The proxy mode…… -
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…… -
Java infinite tree (recursive) super utility case
As follows: The above is all about the super practical case of Java infinite tree (recursion) brought by Xiaobian. I h…… -
Detailed explanation and example code of Java calling weather webservice
Small application of Java calling weather webservice No more nonsense, just post the code: CityReq. java WeatherWebSer…… -
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 …… -
Implementation and callback of second-line payment function in Java wechat code scanning payment mode
1、 Preparatory work First, WeChat make complaints about the payment system itself, but its official documents are fra…… -
Dynamic update data using mybatis
When writing SQL using mybatis, you need to dynamically update the object data. The fields to be updated each time are…… -
What does the volatile keyword mean in Java
In java thread concurrency processing, there is a keyword volatile. At present, there is great confusion about the use…… -
Detailed explanation of four methods of generating and parsing XML documents in Java (Introduction + comparison of advantages and disadvantages + examples)
As we all know, there are more and more methods to parse XML, but there are four mainstream methods: DOM, sax, JDOM an…… -
Summary of Java list loop and map loop
Summary of Java list loop and map loop I made a summary of list and map. There is no technical content, so I should re…… -
Solution to a configuration with this name already exists problem in eclipse
A configuration with this name already exists in Eclipse: In the as like as two peas in Eclipse development, the proje……