Recent Posts
-
Java implements a complete instance of timed tasks based on thread pool and reflection mechanism
This paper describes the method of implementing timed tasks based on thread pool and reflection mechanism in Java. Sha…… -
BigInteger of Java large number operation [original]
In Java, there are many digital processing classes, such as integer class. However, the integer class has certain limi…… -
How to format a timestamp string as a timestamp in a JSP page
datetag. TLD file: Reference in JSP page: Usage in JSP page: -
Java method of displaying time in Chinese
This paper describes the method of displaying time in Chinese in Java. Share with you for your reference. The details …… -
Resolving method overrides and overloads in Java inheritance
Method coverage In class inheritance, a subclass can modify the methods inherited from the parent class, that is, a su…… -
Java implements a simple tcpsocket chat room function sharing
This example shares the relevant code of realizing the function of tcpsocket chat room in Java for your reference. The…… -
Implementation of file transfer based on java socket
This paper describes the implementation method of java socket based file transfer. Share with you for your reference, …… -
An example of simple chat room based on java socket
This paper describes the method of realizing simple chat room based on socket in Java. Share with you for your referen…… -
Analysis of java socket byte stream transmission example
This article shares an example of java socket byte stream transmission for your reference. The specific contents are a…… -
Java socket programming (IV) duplicate and concurrent servers
Duplicate and concurrent server this application is treated as a duplicate server Because it only accepts another conn…… -
Explain in detail the implementation of uploading files and client verification in Java’s struts framework
File upload The struts 2 framework provides built-in support for handling file uploads using HTML form based file uplo…… -
Learn java date and calendar date operations
This article introduces date related operations during java development. The shared code is as follows: -
Java uses Dom4j to manipulate XML sample code
Dom4j is a very excellent Java XML API, which has the characteristics of excellent performance, powerful function and …… -
Java uses interface, polymorphism, inheritance and class to calculate the perimeter and area of triangles and rectangles
This paper describes the method of calculating the perimeter and area of triangles and rectangles with java interface,…… -
How does java download images from the server
This example shares the method of downloading pictures from Java server for your reference. The specific contents are …… -
Java traverses and reads the entire redis database instance
Redis provides a flexible data query method. The best is that the key search supports regular expressions. jedis. keys…… -
Java traversal HashMap simple method
This article describes a simple method of Java traversing HashMap. Share with you for your reference. The specific imp…… -
Analysis of the usage of rtexprvalue attribute in JSP custom tag
This article describes the JSP custom tag rtexprvalue attribute as an example. Share with you for your reference. The …… -
Common date operations in Java (value taking, conversion, addition and subtraction, comparison)
During the development of Java, it is inevitable to get entangled with the date type. We are ready to summarize the da…… -
Method of adding, deleting, modifying and paging query by mybatis
The predecessor of mybatis is ibatis. Is a data persistence layer (ORM) framework. Mybatis is an excellent persistence…… -
TCP transmission instance of socket implemented in Java
This article describes the implementation of socket TCP transmission in Java. Share with you for your reference. The s…… -
Ios10 add local notification instance
preface IOS 10 discards the class uilocalnotification (UIKit framework) and adopts a new usernotifications framework t…… -
Skills of uploading and downloading files in Web environment with Java
File upload is very common in web applications. It is very easy to realize the file upload function in JSP environment…… -
Based on the difference between stack and heap in Java, the garbage collection mechanism in Java is introduced
#There are two types of memory in Java. They are called stack and heap, respectively. Stack is the program memory spac…… -
Java dynamically uploads multiple files and solves the problem of file name duplication
This article is divided into two aspects: 1、 Java to dynamically upload multiple files 2、 Solve the problem of file …… -
Briefly summarize the application of java reflection mechanism
Java's reflection mechanism is a very key mechanism to make it dynamic, and it is also a feature widely used in JavaBe…… -
Java realizes the mutual conversion of pictures and Base64 coding
The HTML in Taobao uses Base64 to convert pictures. I don't know why, but it seems very beautiful. Without saying much…… -
Examples of implicit parameters and display parameters in Java
In the process of learning Java, we will encounter many problems. Let's take a look at what implicit parameters and di…… -
Access to the Java version of wechat payment_ token
access_ Token is the official account of the official account. When the public number calls the interfaces, it needs a…… -
Java regular to achieve a variety of date formatting
Java regular to achieve a variety of date formatting The above is the whole content of this article. I hope you can li…… -
Comprehensive parsing of GC and ghost references in Java
There are four types of references in Java: strongreference, softreference, WeakReference and phantom reference. These…… -
Java wechat development API step 4 implementation of wechat custom personalized menu
How wechat realizes customized personalized menu is introduced below 1、 Please refer to the previous two articles for……