Java
-
Java API of HBase access mode
Access mode of HBase 1. Native Java API: the most conventional and efficient access method; 2. HBase shell: the comman…… -
Graphic tutorial for building Java runtime environment
1. Build a Java running environment. For beginners, you can mainly download and install JDK, and the windows operating…… -
Servlet download file implementation code details (V)
This example shares the specific code of servlet download file for your reference. The specific contents are as follow…… -
Detailed explanation of Java enumeration usage
In actual programming, there are often such "data sets", their values are stable in the program, and the elements in t…… -
How Java uses reflection to find classes using specified annotations
preface I'm a little empty recently. I want to write an annotation like the annotation in spring, and then I hope to f…… -
Struts 2 configuration static resource code details
The struts 2 framework has two core configuration files: struts XML and struts 2 default properties file default Prope…… -
Servlet forwarding, including detailed explanation (VII)
This paper introduces servlet forwarding and servlet inclusion for your reference. The specific contents are as follow…… -
On guard thread and user thread in Java
Java threads are divided into two types: daemon threads and user threads (user thread), the main function will be call…… -
Fetch = fetchtype in hibernate Lazy lazy loading failure handling method
For this lazy loading problem, the final approach is to use a hibernate support class provided by spring. Its main mea…… -
Struts 2 realizes projection through ognl expression
Projection: as the saying goes, it is filtering, that is, the filter filters out the qualified ones struts. xml: OgnlA…… -
Java implementation of wechat applet login status maintenance example code
I believe many friends who like development already know what kind of wechat applet is. The landlord has been paying a…… -
Implementation method of eclipse automatic prompt and automatic completion function
Solve the automatic prompt problem of code: 1. Open eclipse - > window - > preferences 2. Find the content assis…… -
Explain in detail the difference between spring boot deployment jar and war
This article introduces the differences between spring boot deployment jar and war and shares them with you as follows…… -
Maven configuration in windows and project creation instance in IDE
Maven configuration under Windows 1. Maven download address: http://maven.apache.org/download.cgi , download the versi…… -
Solve the problem that spring MVC multi data source switching does not support transaction control
A project needs to use two databases, Oracle and MYSQL, so refer to various blogs to realize this function. After writ…… -
On Java fork / join parallel framework
Preliminary understanding of fork / join framework Fork / join framework is a parallel task framework added to java7. …… -
Example of inverse matrix algorithm implemented in Java
This paper describes the inverse matrix algorithm implemented in Java. Share with you for your reference, as follows: …… -
DES encryption and decryption tool class instance implemented in Java
This article describes the DES encryption and decryption tool class implemented in Java. Share with you for your refer…… -
Java implementation to construct infinite hierarchical tree menu
Here, let's talk about how the background Java constructs a multi tree, so that the foreground can receive data and re…… -
Detailed explanation of Java data overflow code
Java is a relatively safe language, so how does it handle data overflow? Look at a piece of code, The result of the ru…… -
Comparison of two object attributes based on Java
There are two ways to compare two objects: 1. Case 1: when you just judge whether two objects are equal, you just need…… -
Example of n * n matrix evaluation and inverse matrix algorithm implemented in Java
This paper describes the n * n matrix evaluation and inverse matrix algorithm implemented in Java. Share with you for …… -
Implementation method of spring boot after starting the project
preface We sometimes do other things (such as importing data scripts) after the web project is started. Let's talk abo…… -
An in-depth analysis of the advantages of HBase
HBase is a NoSQL database running on Hadoop. It is a distributed and scalable big data warehouse. In other words, HBas…… -
Explain in detail how to write and run spark applications in Java
We first put forward such a simple requirement: Now we need to analyze the access log information of a website and cou…… -
Struts 2 dynamic result set code example
The dynamic result set can specify the page to jump to in the action (${} is an ojnl expression, not an EL expression)…… -
Java polymorphism definition and usage examples
This article describes the definition and usage of Java polymorphism with examples. Share with you for your reference,…… -
Spring boot custom 404 error message method example
preface This article will give you a brief introduction to how to personalize 404 error information in springboot and …… -
Method of converting excel table into JSON by Java
Today, a friend of mine asked me if there was any way to use Excel and JSON everywhere. I found several tools on the I…… -
Java calls 7zip to decompress an instance of the compressed package
preface Recent projects need to use the function of decompressing the package. The format of the compressed package gi…… -
An example of stack and queue in Java data structure
An example of stack and queue in Java data structure Stack and queue are two important linear data structures, which s…… -
Introduction to Hadoop components
Install HBase First download the latest stable version of HBase http://www.apache.org/dyn/closer.cgi/hbase/ file:///ho……