Java
-
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…… -
KMP algorithm (wool chip algorithm)
Here is the original text of KMP algorithm: According to the original understanding, I modified it to the Java version…… -
Java recursively reads all file names under the file path and saves them as TXT documents
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><path <a hr…… -
ArrayList, LinkedList, vector – Dudu: the most detailed in history
ArrayList, LinkedList, vector - Dudu: the most detailed in history Let's compare ArrayList, LinkedList and vector. T…… -
Generating XML files using java
《 XML in the eyes of Java -- File Writing There are four ways to generate an XML file in Java. 1. Generate XML docum…… -
Java access control
Java provides four access rights: Public > protected > package access rights (no keywords) > private Packages…… -
You can also use Java swing to make such a dazzling MP3 player_ Source download
I had published the blog : and to display some screenshots about this MP3 Player. The target for this blog is that to…… -
-
The Skins of the Substance
This blog is about a java jar file : Substance. jar well,you can get it from links as below: The skins of the substanc…… -
Java inner class_ Let you see_ Don’t be confused anymore
In a blog: "you can learn something about Java inner classes, but there are still some places in the inner classes tha…… -
Color image converted to black and white picture
This blog will be talking about the color image converted to black and white picture. The project structure as follow:…… -
Tobinarystring() method of integer in Java
During an interview, I encountered such a question. The general meaning of the question is: let me write out the tobin…… -
The applications we developed in those years
The applications to be discussed here are mainly developed and implemented by Java, Python and other languages in Wind…… -
Hibernate learning notes
< p class = "L" > transferred from < a style = "font size: 14px;" href="%20http://blog.csdn.net/jiuqiyuliang/…… -
“Goto” — label in Java
There is no goto in Java, but goto is a reserved word. For example, int goto; It's illegal. However, there are tags in…… -
Complete expression of interface in Java
When I use a tool: Java decompiler decompiler to view the jar package source code, the following code appears: I searc……