Back-end. Page 2

Teach you how to import and export large amount of data with progress bar (Chapter 2)

summary Exporting a large amount of data is a...
10:45 12 November 2021

Loguru: a more elegant and concise Python log management module

When it comes to logging in Python development, we may usually think of the built-in standard library - logging. Althoug...
19:43 11 November 2021

Do you know what Canary distribution is? Do you know how to implement it in the Service Mesh microservice architecture?

What is Canary releaseSince we want to talk about the specific implementation, before we start, what is the "Canary...
15:58 11 November 2021

Spring Principle in-depth 01: What is Spring? Spring Basic Mechanisms? IOC? AOP

01-What is Spring? Spring is a lightweight fr...
11:45 11 November 2021

Use of C language thread library

1. Thread overview Thread is a lightweight pr...
6:10 11 November 2021

Deep and shallow copy tutorial in programming language python

Deep and shallow copy tutorial in programming language python In python, the equal sign refers to the object correspondi...
19:49 10 November 2021

Introduction to Python quick programming # learning notes 05# | Chapter 5: combined data types (list, tuple, set and Dictionary)

What is an iteratable object? Objects that support isomorphic for... in... Statements to obtain data iteratively are ite...
17:07 9 November 2021

Trigger a specific behavior implementation when a Map changes

1. Background Usually during development, we ...
12:37 9 November 2021

C++ Classes and Objects

Re-talk about constructors Initia...
11:52 8 November 2021

C Language Programming Chapter III summary

Example 3.1 calculate the Celsius temperature corresponding to Fahrenheit temperature ...
19:14 7 November 2021

Spring boot simple access to Ali SMS interface

Preparations are as follows: We need to open SMS service ...
6:49 6 November 2021

Java 8 has been out for so long. How about the Stream API?

Java 8 introduces a new Stream API, which can process data in a declarative way, which greatly facilitates the collectio...
3:59 6 November 2021

Fundamentals | deserialization Command Execution Vulnerability

Author: h0we777 Disclaimer: This article is only for study and research. It is strictly prohibited to engage in illegal ...
17:34 4 November 2021

JavaSE (Basics) -- for, while, do while

Daily sentence: to put it down is to move forward better. The former beauty is kept in the bottom of my heart, and the f...
13:37 4 November 2021

Spring's management of beans extended by three injection methods of spring 110402

spring's management of beans catalogue ...
12:30 4 November 2021

[JavaSE series] Java classes and objects, all things are objects

⭐ ♪ previous words ⭐ ️ This article introduces you to Jav...
18:44 3 November 2021

Please answer c language - function [getting started]

preface Function is very important. Generally, when we learn more and more, we will often use function to simplify the r...
15:23 3 November 2021

Detailed explanation of break statement of Java (25) from zero

Introduction to the author Author name: Ming Shiyin in programming world Introduction: CSDN blog expert has been engaged...
14:57 3 November 2021

Factory mode - C + + code demo interpretation

Factory mode 1, What is it The ma...
1:45 2 November 2021

[JDK] syntax sugar in Java

In this blog post, let's talk about an interesting knowledge point in Java - syntax sugar ...
6:09 1 November 2021

Virtual function and pure virtual function

1. The pure virtual function is declared as follows: virtual void funtion1()=0; Pure virtual functions must not be defin...
2:52 1 November 2021

Python Foundation (suitable for surprise test)

I. Basic data type 1.print output...
0:06 1 November 2021

Method handle used in JDK

preface Java can get type information at run time through reflection, but its disadvantage is that it is slow to execute...
9:15 31 October 2021

C + + operator overloading

preface           Recently, I learned about operator overloading in c + +. Because there are po...
23:25 30 October 2021

Rust learning record - > generic usage: structs, methods, references, and properties

preface This paper analyzes a problem encountered by the author in learning the use of t rust generics and gives a solut...
22:29 29 October 2021

Spring Framework Source Read: FactoryBean

Spring Framework Source Reading (3): FactoryBean ...
15:55 28 October 2021

Send mail - Java Foundation

**Preface: * * in fact, when I wrote this article, my heart was very complex, so the main part of this article recorded ...
14:21 28 October 2021

epoll source code analysis

epoll function int epoll_create(int size); int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); int epoll...
9:21 28 October 2021