How to understand clone object
First of all, why use clone?
In the actual programming process, we often encounter this situation: there is an object A, at A certain time A already contains some valid values, at this time, we may need A new object B exactly the same as A, and any change to B will not affect the value of A, that is t ...
Added by zippee on Sat, 07 Mar 2020 11:35:28 +0200
Spring boot picture and text tutorial 10 - template export | million data Excel export | picture export | easypoi "
If there is the concept of flying in the sky, there must be the realization of landing
Ten times of concept is not as good as one time of code. Friend, I hope you can type all the code cases in this article
Praise before you see, form a habit
Spring boot text tutorial series article directory
Spring boot picture and text tutorial 1 &q ...
Added by alivec on Thu, 05 Mar 2020 08:18:26 +0200
[Spring Security + OAuth2 + JWT entry to actual combat] 11. SMS verification code login
brief introduction
Using SMS authentication code to log in, security does not support SMS authentication code login process by default, so we imitate password login to do a new authentication process.
Login process
SmsCodeAuthenticationFilter SMS login request
SmsCodeAuthenticationProvider provides an implementation class for SMS login ...
Added by afhouston on Thu, 05 Mar 2020 07:26:56 +0200
Java design pattern -- Abstract Factory Pattern
I. Introduction
1.1 use scenario
The abstract factory pattern can be used in the following situations:
1) A system should not depend on the details of how product class instances are created, combined, and expressed, which is important for all types of factory patterns. Users do not need to create ...
Added by jammer on Thu, 05 Mar 2020 06:29:45 +0200
IoC and DI of Spring
Preface
This article summarizes the following understanding of Servlet, Filter, ServletContextListener through the previous articles.
Now learn to develop the SpringMVC framework based on Servlet technology.Understand the Spring framework before learning Spring MVC.
To understand Spring, you need to start with what Spring is, what Spring can do ...
Added by plasmahba on Wed, 04 Mar 2020 18:06:32 +0200
Core Knowledge of Object-oriented Programming Foundation
Article Directory
5. Combing Core Knowledge
9. Object-oriented member modifiers
9.4 Static Method
9.5 General Method
10. Face special members such as object call, setitem, getitem, delitem
10.1 call
10.2 setitem,getitem,delitem
11. Special members such as Object Oriented dict
12. Special members ...
Added by tidalik on Wed, 04 Mar 2020 04:21:08 +0200
The way for LeetCode to brush questions, record the growth of brush questions ------ maintenance at any time
Preface
This blog is completed step by step in the following order, which is also a learning process, so you can comment on any questions at any time. I hope we can make progress together.
Article directory
Preface
Stack, queue, heap
Linked list
greedy
Recursion, backtracking, divide and conquer
Bin ...
Added by nigaki on Tue, 03 Mar 2020 10:06:45 +0200
2020 teaches you the latest Spring Cloud Ribbon source code analysis
Code preparation
Dependency relationship
+------------+ +------------+
| | | |
| | | |
| | | |
| | | |
| consumer +------------> | provider |
| | Re ...
Added by adrian28uk on Mon, 02 Mar 2020 09:09:49 +0200
The first round of original multi school training. E -- everyone cares a long long name
Title Description
In the Kingdom of Bears, the King Tommmmmmmmmmmmmmmmy has a very strange hobby: he dislike all names with length less than 1010! In fact every time he see who has a short name, he'd be so angry that he refuse to speak in the next 998244353998244353 days!
But Tommmmmmmmmmmmmmmmy the K ...
Added by uday on Mon, 02 Mar 2020 07:30:59 +0200
SpringBoot graphic tutorial 8 - SpringBoot integrated MBG "code generator"
If there is the concept of flying in the sky, there must be the realization of landing
Ten times of concept is not as good as one time of code. Friend, I hope you can type all the code cases in this article
Praise before you see, form a habit
Spring boot text tutorial series article directory
Spring boot picture and text tutorial 1 &q ...
Added by nonexistence on Sun, 01 Mar 2020 14:22:18 +0200