包含标签:Java 的文章
-
String, StringBuilder and StringBuffer for JDK source code analysis
preface This article mainly introduces the relevant contents of string, StringBuilder and StringBuffer of JDK source c…… -
Explain in detail the request merging of hystrix in spring cloud
In the microservice architecture, we split a project into many independent modules. These independent modules work tog…… -
Example of selenium webdriver implementing screenshot function
A few days ago, when I was studying automation, I had a whim about whether I could take a screenshot for later viewing…… -
Differences and usage between string and StringBuffer in Java and StringBuilder
Differences and usage between string and StringBuffer in Java and StringBuilder 1. String class The value of string is…… -
The difference between StringBuffer and StringBuilder in Java
When I used java earlier, I knew that there was a class called StringBuffer, which was used to splice long strings. Af…… -
Explain in detail the fault tolerance and degradation of spring cloud hystrix circuit breaker
brief introduction Spring cloud provides the hystrix fault-tolerant library to implement the degradation strategy for …… -
Java method of reading remote files using SMB
This example shares the specific code of Java using SMB to read remote files for your reference. The specific contents…… -
Explain the log configuration of spring boot using slf4j + logback
When I was in school, I used java for development. After work, the project team adopted Java Net for development That'…… -
Parse HTML in Java code and get the value method
Sometimes when we get a page, we need to parse it in Java code to get the data in HTML. Jsup is a very convenient tool…… -
Java — the principle and difference between StringBuffer and StringBuilder
Recently, when I was looking for a job, the examiner asked me a simple question: "what is the difference between Strin…… -
Java method for reading properties configuration file
This article describes the method of reading the properties configuration file by Java. Share with you for your refere…… -
Detailed explanation and usage examples of string builder and StringBuffer in Java
In Android / Java development, there are three classes commonly used to process strings: string, StringBuilder and Str…… -
Parsing text information instances in HTML tables using jsoup
Jsoup is a very useful HTML parsing tool. When using, you need to download the corresponding jar package. The followin…… -
Detailed explanation of the principle and usage of combination mode of Java design mode
This paper describes the combination pattern of Java design pattern. Share with you for your reference, as follows: Co…… -
Java uses a composite pattern to implement a functional example of representing the organizational structure of a company
This article illustrates how Java uses the composite pattern to realize the function of representing the company's org…… -
Java implements the method of extracting plain text from HTML text
1. Application scenario: extract plain text from an HTML file or string (which is HTML content) and remove the web pag…… -
An instance of Java that determines whether two strings are composed of the same characters
Problem: composed of the same characters means that two strings have the same letters and the number of letters, but i…… -
Detailed explanation of spring boot monitoring and processing scheme examples
As we all know, spring boot integrates many third-party frameworks. Let's briefly discuss things related to performanc…… -
Java method for extracting the same element in two strings
As follows: Output: "result: Wang erxiao, Mao Jianqing" The above method of extracting the same elements from two stri…… -
Java filters HTML tags to obtain instances of plain text information
As follows: The above example of Java filtering HTML tags to obtain plain text information is all the content shared b…… -
Explain the link tracking of spring cloud distributed integration Zipkin in detail
Why use Zipkin? The previous article mainly wrote: spring cloud distributed log link tracking -
Java calls Taobao API to query IP address online
The data returned by Taobao is: {"code": 0, "data": {"country": "\ u4e2d \ u56fd", "country_id": "CN", "area": "\ u534…… -
Explain spring cloud distributed log link tracking in detail
First of all, why use link tracking@ H_ 403_ 1@ When we call between micro services, there may be errors, but we don't…… -
Method for inputting multiple integers from keyboard in Java
Example: sum of sequences Enter two integers n and m respectively, separated by a space in the middle. N is the first …… -
Various implementation methods of Java keyboard input
Example program: 1. Use scanner to read integer or float data from the keyboard -
Java method for reading string branch string
1. Scenario: there are branches in the string, and each line needs to be extracted for processing. 2. Reference codes …… -
Java programming to realize the function of multi person chat room
This example shares the specific code of Java to realize multi person chat room for your reference. The specific conte…… -
Java input multiple data (uncertain), sort, and find the maximum method
As follows: The above method of inputting multiple data (uncertain), sorting and maximizing in Java is all the content…… -
Java regular expression method to get the string between two characters
When building community apps, you need to realize this function: Note: m.group (0) contains those two characters, and …… -
Based on the use of string indexof () in Java
There are four methods (indexof ()) to find substrings of strings in Java The indexof method returns an integer value …… -
Java implementation of simple chat room single version
This example shares the specific code of simple chat room in Java for your reference. The specific contents are as fol…… -
Several methods of writing files from Java file output stream
Java file output stream is a byte stream class used to process raw binary data. In order to write data to a file, the ……
