包含标签:Java 的文章
-
Detailed explanation of bucket sorting implementation method of Java data structure and algorithm
This paper describes the implementation of bucket sorting of Java data structure and algorithm. Share with you for you…… -
Naming specification for Java project development (organized by power node Java College)
It's better to use English instead of Chinese pinyin 1: Package: used to classify the classes that complete different …… -
Spring boot tool class static attribute injection and detailed explanation of multi environment configuration
Because you need to access mongodb, but the local development environment cannot directly connect to mongodb, you need…… -
Java method of image transcoding into character drawing
This example shares the specific code of image transcoding into character painting in Java for your reference. The spe…… -
An example of realizing sms verification code and international SMS group sending function in Java
Recently, due to the company's business expansion, it is necessary to send international SMS to foreign users, such as…… -
Jdk8 installation and configuration tutorial for Java novice environment
Recently, I have time to write some very simple and basic things, mainly at the operational level. The main considerat…… -
Countdownlatch synchronization tool class usage details
Countdownlatch instructions are for your reference. The specific contents are as follows Countdownlatch is a Java util…… -
First acquaintance with stream in Java 8
Lambda expression is the basis of stream. Beginners are recommended to learn lambda expression first, http://www.jb51.…… -
Using javax Sound to achieve simple audio playback
In this article, we share javax Sound realizes the specific code of simple audio playback for your reference. The spec…… -
Explain in detail the method of countdownlatch blocking threads in Java multithreaded programming
Count down latch. Needless to say, the meaning of the latch, as the name suggests, is to stop progress. This means cou…… -
Detailed explanation of the new atomic operation class longadder in jdk8
preface This article mainly introduces the related contents of the new atomic operation class longadder in jdk8 for yo…… -
Eight common Java nonstandard codes
At work, I recently cleaned up an existing Java project code. After I finished, I found some repeated non-standard cod…… -
Java high concurrency 10: detailed explanation of jdk8’s new support for concurrency
1. LongAdder It is used in a similar way to atomiclong, but its performance is better than atomiclong. Both longadder …… -
Convert pictures into character paintings through JavaScript
Convert pictures into character paintings through JavaScript 1. Get the uploaded image object data. JavaScript cannot …… -
Spring passes values to the page and accepts detailed explanations of parameters passed from the page
This article mainly introduces the related contents of spring passing values to the page and accepting parameters pass…… -
Spring cloud uses feign to implement an example of form submission
Previously, the author wrote "uploading files using spring cloud feign". Recently, a colleague was docking with the le…… -
How async and await simplify asynchronous programming (several examples let you fully understand)
introduction Async and await are two keywords in c#5.0. These two keywords simplify asynchronous programming. The reas…… -
Asynchronous call async in spring boot integration tutorial
preface This article mainly introduces you to the asynchronous call async of spring boot integration, and shares it fo…… -
Simple implementation of mybatis calling MySQL stored procedure
1. Introduction to stored procedures The SQL statement of our commonly used operation database language needs to be co…… -
Analysis of Java method to obtain early morning timestamp
This article describes the method of Java to obtain the early morning timestamp. Share with you for your reference, as…… -
Spring boot uses fastjson to parse JSON data
The JSON framework I am used to is fastjson, so the default JSON of spring boot is very strange to use, so naturally I…… -
Spring boot integration example of Hessian
First, add the Hessian dependency Server: hessianserver, port number: 8090 Client code: Hessian client. Like the serve…… -
Method of building gitlab for docke instance
Introduction and overview of gitlab Gitlab is an open source project for warehouse management system. Web services bui…… -
The pit of spring AOP annotation invalidation and JDK dynamic proxy
@Annotations such as transactional @ async do not work Many people have encountered the situation that annotations do …… -
Spring boot uses fastjson to parse JSON data
The JSON framework I am used to is fastjson, so the default JSON of spring boot is very strange to use, so naturally I…… -
Java programming method for counting the occurrence times of each element in the array
This paper describes the method of counting the occurrence times of each element in the array by Java programming. Sha…… -
Summary of some practical “tips” in JDK source code
preface This period of time is relatively idle, I started to look at the JDK source code. Generally, a senior developm…… -
Java code optimization details
Code optimization details @ h_ 301_ 2@ 1. Try to specify the final modifier @ h of classes and methods_ 301_ 2 @ class…… -
Java method for calculating the letter with the most occurrences in a given string and the number of occurrences of the letter
This example describes the method of Java to calculate the letter with the most occurrences in a given string and the …… -
How does spring cloud use feign to construct multi parameter requests
In this section, we discuss how to use feign to construct multi parameter requests. The author takes the requests of g…… -
Java implementation of counting sorting and bucket sorting instance code
Java implementation of counting sorting and bucket sorting instance code catalogue The difference between comparison a……