Recent Posts
-
Java eclipse breakpoint debugging
Java eclipse breakpoint debugging How to debug Java programs? When you first learn Java, you will feel that ide debu…… -
Network programming
1、 Seven layer model of network From bottom to top are physical layer (circuit, wiring) - data link layer (switch) - …… -
Caching strategies commonly used in J2EE development
1、 What is cache? 1. Cache is a special memory subsystem of cache memory, in which frequently used data is copied for…… -
Four reference modes of Java
JAVA memory management is divided into memory allocation and memory recycling, which are not the responsibility of pro…… -
Java multithreading learning (the summary is very detailed!!!)
Process: each process has an independent code and data space (process context). Switching between processes will have …… -
Java regular expression
1. What is a Java regular expression 1. Regular expressions (regex) is a pattern used to describe a certain amount of …… -
Java Concurrent Programming: implementation of copyonwrite container
Java Concurrent Programming: copyonwritearraylist of concurrent container (Reprint) Original link: Copy on write, refe…… -
Understanding and use of filechannel class
Understanding and use of filechannel class (Java. NiO. Channels. Filechannel) Knowledge points: 1. Filechannel class a…… -
-
Java Concurrent Programming: lock
Java Concurrent Programming: lock In the last article, we talked about how to use the keyword synchronized to achieve …… -
Class file structure
< H1 align = "left" > platform independence Java is a platform independent language, which benefits from the byt…… -
Java Concurrent Programming: concurrent HashMap
Java Concurrent Programming: concurrent HashMap of concurrent container (Reprint) The following part is reproduced fro…… -
Java Concurrent Programming: synchronization container
Java Concurrent Programming: synchronization container In order to write thread safe programs, Java provides some thre…… -
Invocationtargetexception (reflection exception) for Java exception handling
Invocationtargetexception exception by method invoke(obj,args...) Method is thrown. Example: Test: Output: You can als…… -
Linux configuration Java environment variables (detailed)
I Unzip and install JDK, and enter jdk-6u14-linux-i586.0 under the shell terminal Bin file directory, execute the comm…… -
Message Oriented Middleware
1、 What is message oriented middleware Message oriented middleware is the basic software for sending and receiving me…… -
Detailed explanation of generics in Java – Java programming idea
Generics in Java refer to C + + templates. The boundary of Java is the limitation of Java generics. One of the most co…… -
Java Concurrent Programming: the origin of processes and threads
The foundation of Java multithreading: the origin of processes and threads Having introduced the basic knowledge of …… -
Underlying implementation of ArrayList, LinkedList and HashMap
The bottom implementation of ArrayList is an array (fixed size). When the length of the array is not enough, a new arr…… -
Conversion between JSON object and string
< H1 class = "posttitle" > conversion between JSON object and string < div class = "cnblogs_code" > < d…… -
Java Naming Convention
Java Naming Convention 1、 Naming conventions 2. Package name all lowercase 3. The first letter of the class name is c…… -
IO and NiO
1、 The concept of file and the operation of file basic functions 1. What is a file: a file can be considered as a col…… -
java_ generic paradigm
I Use of generic classes 1. Use generics when defining classes 2. be careful: 3. Code example -
struts2_ Project operation report 404
1. Missing jar package, commons-lang3-3.2 jar Reference website: https://blog.csdn.net/u013457382/article/details/5097…… -
java_ Custom tag, my first custom tag!
Custom tag, my first custom tag! There are two steps altogether I case Output client IP ViewIP. jsp -
java_ How custom labels work
I How custom labels work: Web server JSP 3 When a custom tag is encountered, first instantiate the tag processor class…… -
JSTL_ Format tag library
JSTL_ Format 1: JSTL format tag library <%@taglib uri=” http://java.sun.com/jsp/jstl/fmt ” prefix=”fmt”%> 2: F…… -
Java_ Collections tool class
Collections tool class * differences between collections and collections Collection interface (the implementation inte…… -
Java_ Folder splitting and merging
I Idea: 1. Document cutting: The class RandomAccessFile is used, in which the method seek can customize the readin…… -
Solve org hibernate. exception. SQLGrammarException:could not insert
Today, I encountered this error when building a project using hibernate. I haven't found the reason for the error for …… -
Solve the problem of install new software in MyEclipse
Click Help in eclipse to directly find the install new software option to install plug-ins, but help does not have thi……