包含标签:Java 的文章
-
Java development naming specification summary
Precautions before use: 1. Due to the characteristics of java object-oriented programming, nouns should be selected as…… -
Detailed spring cloud Eureka multi network card configuration summary
When deploying Eureka high availability solution on the Linux host, it was found that the service IP registered in the…… -
Explain the implementation principle of spring retry in detail
In the previous blog, I introduced the use of spring retry. This article demonstrates the implementation principle of …… -
Spring cloud Eureka instance code for service registration and discovery of spring cloud
@H_ 502_ 1 @ I. Introduction to spring cloud Spring cloud is a microservice architecture development tool based on the…… -
Java Web project front end specification (deep decoupling of JS with namespace)
An excellent code architecture is not only easy to develop and maintain, but also an art of management and execution. …… -
Spring boot injects configuration properties into bean classes
1、 Use of @ configurationproperties annotation Look at the configuration file. My configuration is in yaml format: Ne…… -
Detailed explanation of spring boot configuration file (summary)
Spring boot provides two common configuration files: properties file and YML file. Their role is to modify the default…… -
English phrases that Java programmers need to master
This article shares the English phrases that Java programmers must master for your reference. The specific contents ar…… -
10 skills you should master as a java programmer
This article lists in detail the 10 skills that a java programmer should master. Share with you for your reference. Th…… -
Spring cloud config high availability configuration instance code of spring cloud distributed configuration center
1、 Introduction When deploying the configuration center to the production environment, we also want it to be a highly…… -
Java uses regular expressions to determine mobile phone numbers
This article describes how Java uses regular expressions to judge mobile phone numbers. Share with you for your refere…… -
Implementation code of Java calling Chuang LAN 253 SMS verification code
Java calling SMS interface API based on Chuang LAN 253 SMS service platform summary The above is the implementation co…… -
A simple online chat function based on java socket (I)
Recently, I did a project, in which there was a demand for online web page communication. I haven't written code for a…… -
Sample code of using spring security to build permission system in spring boot
Spring security is a security framework that can provide declarative security access control solutions for spring base…… -
Java implementation of simple LAN chat function
This example shares the specific code of Java using UDP mode to write chat program for your reference. The specific co…… -
Detailed explanation of Java code annotation specification
Code with comments is very important for program developers. With the development of technology, programmers must be r…… -
In depth analysis of lambda expression of new features of jdk8
The first time I contacted lambda expression was in typescript (superset of JavaScript). At that time, it was used out…… -
Sample code of spring integrating quartz distributed scheduling
preface In order to ensure high availability and high concurrency of applications, multiple nodes are generally deploy…… -
Analysis of using instance of Java programming thread synchronization tool exchange
This paper mainly studies the use of Java programming thread synchronization tool exchange. Let's see the specific con…… -
Detailed explanation of some misunderstandings about async and await
Microsoft's official MSDN says async and await are "asynchronous", but many people (including the author) have some mi…… -
9 professional skills Java developers need to master for employment
Professional skills that Java needs to master before employment 1. Be proficient in object-oriented programming in Jav…… -
How does spring boot configure configuration files for different environments using profile
In the development of springboot, sometimes we have different configurations, such as log printing, database connectio…… -
Java method for counting the number of occurrences of one string in another string
This example describes the method of Java to count the number of occurrences of one string in another string. Share wi…… -
Use example of countdownlatch synchronization tool for Java multithreaded programming
Like the countdown counter, call the countdown method of the countdownlatch object to reduce the counter by 1. When it…… -
Detailed explanation of spring boot project deployment to ECS
This article mainly introduces the detailed explanation of the spring boot project deployment to ECS Xiaobai tutorial,…… -
Code sharing of Lombok annotation compiled under Java 10
order This paper mainly studies the compilation of code annotated with Lombok (version 1.16.20) under Java 10. problem…… -
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……