Recent Posts
-
20 key points for mobile phone / mobile front-end development
1. First, let's take a look at some private meta tags in the WebKit kernel. These meta tags play a very important role…… -
Detailed explanation and examples under splash interface of Android Development
Many app applications just downloaded now will have navigation pages before entering the main interface for displaying…… -
Android listview does not load data when sliding and loads data when stopping
This example shares the specific code of loading data when listview slides without loading data and stops for your ref…… -
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 programming WebService specifies timeout code details
Web service is a remote calling technology across programming languages and operating system platforms The so-called r…… -
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 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…… -
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 …… -
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…… -
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…… -
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…… -
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…… -
Wechat image processing tool class implemented in Java [clipping, merging, equal scaling, etc.]
This paper describes the wechat image processing tool class implemented in Java. Share with you for your reference, as…… -
The construction of SSM framework in Java and the method of realizing CRUD
Recently, I was developing a system of the company. The framework of the system was built with the SSM framework. Of c…… -
Graphic tutorial for configuring Maven on eclipse (recommended)
1. Download Maven version Official website address: http://maven.apache.org/download.cgi Download Maven directly: http…… -
Java language describes the depth and width of binary tree
Explanation: Depth of binary tree: the nodes (including root and leaf nodes) passing from root node to leaf node form …… -
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…… -
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…… -
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…… -
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…… -
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 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 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 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…… -
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…… -
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…… -
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 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…… -
Detailed explanation of synchronized implementation principle in Java
I remember when I first started learning Java, when I encountered multithreading, it was synchronized. Compared with u…… -
The method of preventing the Java Web browser from caching the current web page
The so-called browser cache means that when you visit a web page for the first time, the browser will cache these web …… -
Detailed explanation of log printing in combination with log4j and slf4j under SSM framework
This paper mainly introduces how to print logs in combination with log4j and slf4j under the detailed SSM framework an…… -
Netease java programmer two rounds of interviews, how many can you answer correctly?
Netease java programmer two rounds of interview questions, please answer. Part 1: Netease java programmer 1. What's th……