包含标签:Java 的文章
-
The difference between get and post methods
In the process of submitting data from the form, the method attribute provides two values: get and post. The default i…… -
-
Java development_ Quick search for local files_ Applet
This is an application running effect Then I had a whim. I had an application called: Why not modify its source code a…… -
Java development_ Get database table description in MySQL_ Source download
In the MySQL database, there are two tables: ,test_ table We need to get the description information of table: and the…… -
Java multithreading series_ Create a thread using the runnable interface (3)
A class implementing the runnable interface must use an instance of the thread class to create a thread. Creating a th…… -
Java abstract classes and interfaces
When the base class is abstract, some functions cannot be implemented. For example, for animal classes, you can know h…… -
@Source code analysis of controller and @ restcontroller
2018 has come to an end unknowingly. Are you still worried about being unable to distinguish @ controller and @ restco…… -
Java multithreading series_ Thread life cycle (4)
Like people, threads also experience four different states: start (wait), run, suspend and stop. These four states can…… -
Output stars (*) according to the number of layers of stars_ Java version
I looked at it myself and thought it was fun, so I wrote one myself -
-
Java RMI overview
The advantage of RMI is that you don't have to write network or I / O code yourself. A client program invoking a remot…… -
Java development_ UUID (universal unique identifier) and guid (global unique identifier)
: global unique identifier is also called UUID (universal unique identifier). So GUID is UUID. GUID is a 128 bit long …… -
Java development_ org. apache. commons. Lang. stringutils tool class source code
I wrote an article about the difference between "" and null before. Here is the address of the article: Let's take a l…… -
Different usage of comparable interface and comparator interface
Both can be used to define comparison methods and then used in sorting. Comparable is the interface inherited by the c…… -
Can you make such a dazzling MP3 player with Java swing?
This MP3 player is written based on Java swing. I think the interface can still be taken out and reviewed with you. Le…… -
Hibernate reverse engineering principle_ Java version
In a "" article earlier, a friend asked this question: Source address: I have nothing to do these days. I thought abou…… -
Excel to HTML
Project structure: This is a maven project. The main function is in the client class After running the program, the co…… -
File upload principle_ Sorting + summary
File upload is a problem we often encounter. The form has a) attribute, For information about the form, please refer t…… -
Java unit test sequential execution
It's killing me. It turns out @ before will execute many times. Sequential execution can be realized through the funct…… -
Java drawing program_ The picture is drawn with letters_ Source code release_ Version 2
In the previous version: Java drawing program_ The picture is drawn with letters_ Based on the source code release, th…… -
Four XML parsing techniques in Java
In daily work, it is inevitable to use XML as the data storage format. In the face of a wide variety of solutions, whi…… -
Java type information
Thinking in Java 4th chapter 14 type information Run time type identification enables you to find and use type informa…… -
Apache’s open source project – template engine (velocity)_ I started after two days of study_ Source download
First of all, if you don't know much about velocity, I suggest you go to the official Apache website This is the offic…… -
Cannot create PoolableConnectionFactory (Communications link failure)–Connection refused: connect
I encountered such an exception when I was working on a web project today: I know there was an error connecting to the…… -
Java development_ Summary of double precision loss
I saw such a question on the blog: Such a problem is the loss of precision of double in Java (or c#). Here is the solu…… -
Getalldeclaredmethods() method in httpservlet
Looking at apache-tomcat-7.0 When I saw the httpservlet in 40, I saw that the method getalldeclaredmethods () in it wa…… -
FreeMarker_ Template engine_ Automatic code generator_ Source download
First, let's meet FreeMarker You can go to freemaker's official website, where there is a very detailed introduction: …… -
-
Is the result of adding char type and int type in Java char type or int type?
At first glance, you may have a question: can these two add up? The answer is to see the effect: Seeing this operation…… -
Original Java shell
If you have been exposed to Windows operating system, you should have a certain understanding of CMD in windows. If yo…… -
There is such a way to remember words_ Java version of irregular verbs_ Recommended by bloggers
Yesterday, when I was reading the irregular verbs in an English book, I had a sudden inspiration: I want to use the pr……