包含标签:Java 的文章
-
Detailed explanation of an example of realizing the recipe function of the gourmet world based on Java appearance mode
This article describes the implementation of the recipe function of the gourmet world in Java based on appearance mode…… -
Example of high temperature early warning function of Meteorological Bureau using observer mode in Java
This paper describes how Java uses observer mode to realize the high temperature early warning function of the Meteoro…… -
Detailed explanation and example of stack of java8 collection
Stack of Java collections Summary: Stack is a stack, and its feature is Filo (first in last out). Stack is inherited f…… -
Example explanation of log management by spring AOP custom annotation
Today, we continue to implement AOP. So far, I personally think it is the most flexible and extensible way. Take log m…… -
Spring security implementation permission management example
An example of permission management implemented by spring security is as follows: 1. Configuration file 1、POM. xml 2.…… -
Map positioning function in Java wechat development
Page code: summary The above is the map positioning function in Java wechat development introduced by Xiaobian. I hope…… -
Java method for converting PDF to picture
This example shares the specific code of PDF to picture in Java for your reference. The specific contents are as follo…… -
Detailed explanation of @ mapkey annotation in mybatis
Mybatis was originally ibatis, but now it has separated from the Apache foundation. The new official website is http:/…… -
Deep understanding of circular dependencies in spring
Cyclic dependence Definition: circular dependency refers to circular reference, that is, two or more beans hold each o…… -
Implementation of Java Sketchpad
I believe many people have used the drawing board of windows. This time, let's talk about the implementation of the si…… -
Java implementation of two person Gobang game (3) draw chess pieces
The previous article talked about the Java implementation of two person Gobang game (2). Draw the chessboard, and then…… -
Implementation of Java Sketchpad
I believe many people have used the drawing board of windows. This time, let's talk about the implementation of the si…… -
Explain the builder pattern and prototype pattern in Java design pattern programming
Builder pattern definition is also called generator pattern. It can abstract the construction process of complex objec…… -
Java to achieve SFTP Client upload files and folders function code
1. Dependent jar file jsch-0.1 53.jar 2. Login methods include password login and key login code: Main function: Login…… -
Java to achieve GIF animation effect (Java displays dynamic pictures)
It is to display a picture every certain time. All picture files are located in the folder "workspace \ project name \…… -
Java arraydeque realizes the function of stack
The arraydeque class is introduced in j2se6, which inherits the deque (bidirectional queue) interface. You can use thi…… -
Java and MATLAB drawing polygon closed line diagram example explanation
There is no function to draw polygons directly. The only way is to save the coordinates of each point in the array, co…… -
Configuration file application. In spring boot Properties usage
1、 Call of configuration document configuration item @ h_ 301_ 4@ After startup, enter @ h directly in the browser_ 3…… -
Example of Java simulating ordered linked list data structure
Ordered linked list: sort by key value. When the chain head is deleted, the minimum (/ maximum) value is deleted. When…… -
Deep analysis of Java exceptions
Java exceptions are divided into two categories: checked exceptions and runtime exceptions. Checked exceptions are exc…… -
A simulation example of train ticketing system based on Java multithreading
1. Preface In order to learn multi-threaded sharing and communication, we simulate a train ticketing system, assuming …… -
Explain in detail the four ways spring loads the properties configuration file
1、 Load the configuration file through the context: Property placeholder tag 1. Usage example: in spring Add tags to …… -
Zuul gateway service of spring cloud
Why do I need a gateway? We know that we want to enter a service itself. Obviously, we don't have a particularly good …… -
Java code practice 12306 ticketing algorithm (II)
On Friday, I had nothing to do. Based on the previous article on the analysis of 12306 ticket selling algorithm (Java …… -
Explain how to load the properties configuration file using spring
I remember that when writing a web project, the reading of the configuration file was completed with the class propert…… -
Spring boot uses rabbitmq to implement topic topics
In the previous article, we implemented the flexible configuration of the message system. Instead of using the fan out…… -
Method of batch importing Excel data using POI in Java
1、 Definition Apache POI is an open source function library of the Apache Software Foundation. POI provides APIs for …… -
Implementation method of Java selenium using browser debugging tool
In UI element - based automated testing, both desktop UI automated testing and Web UI automated testing First, we need…… -
Five keywords for Java exception handling
Exceptions: some exceptions are caused by user errors, some are caused by program errors, and others are caused by phy…… -
Sample code of Java using SFTP to download files regularly
Introduction to SFTP SFTP is the abbreviation of secure file transfer protocol, a secure file transfer protocol. It ca…… -
Java selenium operation pop-up dialog box example explanation
Web developers usually need to use JavaScript pop-up dialog boxes to give users some information tips, including the f…… -
Double linked list design and implementation of Java data structure and algorithm
In the single linked list analysis, we can know that each node has only one next field pointing to the successor node.……
