Java
-
JDK1. 7 Java nio. file. Files only needs one line of code to read files
JDK1. 7 introduced a new file operation class java nio. The file package contains a files class, which contains many u…… -
Java array expansion instance code
In the process of writing programs, we often encounter that the array space is not enough. For example, I have initial…… -
Two ways of creating threads in Java multithreading and comparative code examples
1. Concept of thread: thread refers to the execution flow of a task from beginning to end. Thread provides a mechanism…… -
Java popular written test questions sorting
Xiaobian has sorted out the very popular written interview questions in 2017 for the friends interviewing Java program…… -
JDK1. 7 implementation method of uploading and deleting files through Java FTP
Examples are as follows: 2. Constant class, system path separator 3. FTP link configuration properties file, including…… -
Timeout summary of components in spring cloud
preface Spring cloud is a complete set of framework for implementing microservices based on spring boot. It provides c…… -
Simple exploration of the working principle of spring
1. Spring principle The core of the internal is IOC, dynamic injection, so that an object can be created without new a…… -
Description of common spring configuration and parsing classes
There are many articles on spring MVC configuration usage, but the specific description is not clear. Here we mainly i…… -
Java programming swing circular button example code
Swing is a GUI toolkit designed for Java. Swing is part of the Java foundation class. Swing includes graphical user in…… -
The method of accessing files by using the files tool class and path interface of Java 7
In the Java version of date, files are accessed through the file class, but the operation of the file class is limited…… -
Maven uses Tomcat plug-in to deploy remote Linux server
preface This article mainly introduces Maven's deployment of remote Linux server by using Tomcat plug-in, and shares i…… -
A preliminary solution to the concepts of threads, processes and synchronized in Java multithreading
1、 Concept of process and thread (1) In the traditional operating system, the program can not run independently. As t…… -
Java programming to achieve the hamster word game example code
Enter the number on the console and match it with the random number. If the match is correct, it will return "hit!" If…… -
Detailed explanation of similarity based on Pearson correlation coefficient in Java
Recently, I was reading collective wisdom programming. Compared with other machine learning books, this book has many …… -
Spring cloud retry mechanism and retry summary of each component
Spring cloud retry mechanism configuration First of all, the retry here is not the retry after an error is reported, b…… -
Java summary on calling methods
Below, we have sorted and summarized the calling methods according to Java, and tested the relevant calling codes to l…… -
Java application open source framework to realize simple web search engine
introduction Using the open source library of Java, write a search engine that can crawl the content of a website. And…… -
Definition and usage example of image high-quality scaling class implemented in Java
This article describes the definition and usage of image high-quality scaling class implemented in Java. Share with yo…… -
Java programming a * algorithm complete code
preface A * search algorithm is commonly known as A-star algorithm. This is a path with multiple nodes on the graphics…… -
Java programming scanner class usage example
When writing programs in eclipse, if our variables need to be entered manually, we can use the scanner class. Scanner …… -
Java programming and detailed explanation of path compression code of search set
First, let's look at two images of path compression: Union find sets is a very delicate and practical data structure, …… -
Detailed explanation of MVC module code in spring
The controller of spring MVC is used to process user requests. Controller is equivalent to action in struts 1. Their i…… -
Java programming WebService specifies timeout code details
Web service is a remote calling technology across programming languages and operating system platforms The so-called r…… -
Spring framework web project actual full code sharing
The following is the simplest example 1. Create a new standard Java Web project 2. Import some basic jar packages requ…… -
On the difference between Java project and Java Web project importing jar package
The current projects are basically Java Web projects, so there will be problems importing jar packages. Mainly introdu…… -
The Java NiO path interface and the files class work together to manipulate file instances
Path interface 1. Path represents a directory name sequence, followed by a file name. When the first part in the path …… -
Java calls OpenOffice to convert office series documents into PDF
Leading: Java is often used to convert office series documents into PDF in the process of distribution. Generally, Ope…… -
Implementation code of coin change problem in Java Dynamic Programming
The basic idea of dynamic programming is to decompose the problem to be solved into several subproblems, solve the sub…… -
10 common software architecture patterns
Have you ever thought about how to design a large enterprise system? Before deciding to start software development, th…… -
Implementation principle of full-text retrieval based on Solr (detailed discussion)
Solr is an independent enterprise search application server, which provides an API interface similar to web service. U…… -
Java language implementation of data structure stack code details
Recently, I reviewed the data structure and implemented the stack myself. Stack is a way to restrict the insertion and…… -
Using Solr to realize commodity search function (example explanation)
Later supplement: Why use Solr service and lunnce? The question is: when we visit the shopping website, we can input k……