Java
-
The Java string method obtains an example of the number of occurrences of characters and the maximum same part of characters
This article describes the Java string method to obtain the number of occurrences of characters and the maximum same p…… -
The client program of java socket communication (I) sends and receives data
Network application is divided into client and server, and socket class is a Java class responsible for handling clien…… -
Detailed explanation of the method of removing duplicate data from arrays in Java
This paper describes the method of removing duplicate data from arrays in Java. Share with you for your reference, as …… -
Summary and analysis based on reflection in Java
At the beginning of learning Java, it was really difficult to understand what reflection was Some books, even very cla…… -
Explain in detail the differences between comparable and comparator interfaces in Java
Explain in detail the differences between comparable and comparator interfaces in Java This article will analyze the d…… -
Java calls the setstroke () method to set the syntax of the stroke attribute
By default, the stroke attribute used by the graphics drawing class is a square with a thickness of 1 pixel, while the…… -
Java socket programming example (III) – TCP server thread pool
1、 Service end return service class: 2、 Each client request starts a new thread's TCP server: 3、 TCP server with fi…… -
Java technology to upload and download files to FTP server (complete)
See the following for details: For applications that use files to interact with data, using FTP server is a good choic…… -
Detailed explanation of spring boot websocket integration and nginx configuration
preface This article mainly introduces the spring boot websocket integration and nginx configuration for your referenc…… -
One way communication of Java network programming foundation
In network programming, if only the client is required to send messages to the server, and the server is not required …… -
IOS development (APNs) remote push implementation code with certificate and real machine debugging
Remote push notification What is remote push notification As the name suggests, it is a remote push service for notifi…… -
The method of displaying the current time in Java pictures is original
Graphics2d class provides the drawstring () method, which can realize the text drawing of graphics context, so as to r…… -
On the construction methods of labels and jlabel classes
The label has a jlabel class definition, and its parent class is jcommonet class. Labels can display a line of read-on…… -
Verification method of JAVA Chinese and special characters
This example shares the specific code of Android Jiugongge picture display for your reference. The specific contents a…… -
How Java uses endorsed to override the classes provided by JDK
preface Before, we analyzed Tomcat Catalina When parsing the bat principle, we found that - DJava. Java exists in the …… -
Mybatis implements addition, deletion, modification and query_ Power node Java college sorting
Other tools or technologies required: Project management tool: maven Test run tool: JUnit Database: Derby Maven Depend…… -
The function of parsing Java static keyword from memory address
Differences between static member variables and non static member variables Take the following example as an example U…… -
How mybatis uses the date localdate and localdatetime in Java 8
preface I believe everyone should know that Java can be used in entity sql. Date、java. sql. Timestamp、java. util. Da…… -
Mybatis dynamic SQL and cache mechanism example explanation
Sometimes it is necessary to dynamically splice SQL statements according to the parameters to be queried Common labels…… -
Learning tutorial of array basics in Java
number Usually, when we deal with numbers, we use the original data types, such as byte, int, long, double, etc. Examp…… -
Basic tutorial for getting started with Java mybatis framework
1、 Introduction to mybatis Mybatis is a first-class persistence framework that supports custom SQL, stored procedures…… -
Using spring cloud zuul to realize dynamic routing example code
preface This article mainly introduces the contents related to the implementation of dynamic routing by spring cloud z…… -
Breadth first traversal algorithm of graph based on Java implementation
This paper describes the implementation method of breadth first traversal algorithm of graph based on Java in the form…… -
On creating original tables by using table model in Java
The JTable class used to create a table is not responsible for storing the data in the table, but is stored by the tab…… -
Java method for verifying telephone number
The project needs to verify whether the user's mobile phone number input is legal. I found several codes on the Intern…… -
Type conversion and polymorphism in java basic course
We used classes to create new types and inheritance to facilitate the process of creating classes. In this lecture, I …… -
Java image watermarking example code sharing
This paper introduces the example code of adding watermark to Java pictures. It is very convenient to implement waterm…… -
Detailed examples of Java exceptions
Detailed examples of Java exceptions 1. Definition of exception: abnormal conditions occur when the program is running…… -
This paper briefly introduces the method of distinguishing between applet and application
Java language is a semi compiled and semi interpreted language. Java user programs are divided into two categories: Ja…… -
Spring data simplifies JPA development_ Power node Java college sorting
Start with a simple JPA example This article focuses on spring data JPA, but in order not to cause a large learning cu…… -
Java implementation of socket client connection server
This example is only a simple function demonstration, and the code is not rigorous. It just explains how the client co…… -
Java class loader and class reflection usage example
1、 A command corresponds to a process. When we start a java program, that is, when we start a main method, we will st……
