包含标签:Java 的文章
-
Java socket simple chat tool
This example shares a simple socket chat tool for you. I hope you like it. The code runs as shown in the figure, which…… -
Sample code of spring boot integrating spring security
This article describes the integration of spring boot and spring security, using annotations to realize permission con…… -
Config configuration tutorial for getting started with spring cloud
preface This article mainly shares with you the introductory tutorial on spring cloud, which mainly introduces the rel…… -
How to build a stream example in Java 8
Stream first experience Stream is an important feature of operation set in Java 8. Let's take a look at how stream is …… -
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 realizes the mutual conversion between picture and binary
The example of this article shares that Java converts images into binary and then converts binary into images for your…… -
Summary of knowledge points about bucket sorting in Java
Foreword: the Symposium on Java data structure and algorithm is updated from time to time. Readers are welcome to supe…… -
Detailed explanation of config modification configuration in spring cloud learning tutorial
We talked about the config configuration of spring cloud before, so how to make the client take effect after modifying…… -
Detailed explanation of spring boot’s own image server
We often encounter the upload and access of pictures in daily projects. Usually, we may be used to sending pictures to…… -
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 ……
