Docker installation and learning

Install Docker Docker is divided into two versions: CE and EE. CE is the community version (free, with a support period of 7 months), and EE is the enterprise version. It emphasizes security, pays for use, and has a support period of 24 months. Docker CE is divided into three update channels: stable test and nightly. On the official website, th ...

Added by Morpheus on Sun, 06 Mar 2022 15:03:26 +0200

2022-02-13 daily clock in: problem fine brush

2022-02-13 daily clock in: problem fine brush Write in front "After being proficient, these things may be as plain as drinking water, but they can bring great happiness to beginners. I always feel that whether we can always maintain the enthusiasm and concentration like beginners determines how far we can go and how good we can do someth ...

Added by mabwi on Sun, 06 Mar 2022 14:49:35 +0200

[Bao Zhen] my first webpack optimization, the first screen rendering from 9s to 1s

Hello, I'm Xiaobai. This article is based on vue2. It takes about 3 minutes to read the full text.When it comes to webpack optimization, most people may be tired of it. It's just those moves. I've read many similar articles before, but I haven't really started it. Here's what I practiced with the company's projects. The loading speed of the fir ...

Added by wattee on Sun, 06 Mar 2022 14:45:09 +0200

Spring security global method security: pre authorization and post authorization

1. Can non Web applications use Spring Security for authorization?    so many knowledge points about Spring Security mentioned earlier are designed based on Web applications. So isn't it web applications that can't use Spring Security for authentication and authorization? Spring Security is ideal for scenarios where applications ...

Added by msaz87 on Sun, 06 Mar 2022 14:21:21 +0200

Java Vue+SpringCloud integration before and after the completion of Alipay payment (sandbox) operation process [detailed]

Java Vue+SpringCloud integration before and after the completion of Alipay payment (sandbox) operation process [detailed] The realization of Alipay payment function in our project is actually very simple. Don't say much, come straight to the point! preparation Baidu enters Alipay official website Choose me to be a developer Click ...

Added by fire_cracker on Sun, 06 Mar 2022 14:18:38 +0200

Creating external services using ingress

1, Creating external services using ingress In the figure of "configuring service access through ingress", we can see that an svc needs to be created to expose services using ingress, so we first create one with the following content. It will forward the services on pod kubia port 8080 to its own 8080. The pods it controls are those ...

Added by CodeX on Sun, 06 Mar 2022 14:16:50 +0200

3. Follow, cancel, follow and fan list

#Follow and cancel [the transfer of external chain pictures fails, and the source station may have anti-theft chain mechanism. It is recommended to save the pictures and upload them directly (img-xwZ8AhZC-1646567007779)(D:\TyporaNotes \ Niuke forum project \ Chapter III pictures \ image-20220306104936732.png)] Design the key and Valu ...

Added by wyvern on Sun, 06 Mar 2022 14:01:22 +0200

Insert sort

Insert sort directly: Algorithm idea: 1. The array is divided into two parts: ordered part and unordered part 2. Divide the initial data into ordered parts and unordered parts. In each step, insert the data of an unordered part into the ordered part that has been arranged previously And so on until all elements are sorted Average time complexit ...

Added by hhoeksma on Sun, 06 Mar 2022 13:59:05 +0200

[USACO2.4] The Tamworth Two of two Tamworth cattle

[USACO2.4] The Tamworth Two of two Tamworth cattle In fact, this problem is not very difficult. Just pay attention to the direction. After writing, I looked at the solution and found some similarities and differences: 1. Some variables Like many big guys, I use 1, 2, 3 and 4 in direction to represent north, East, South and west respectively. An ...

Added by KingPhilip on Sun, 06 Mar 2022 13:58:35 +0200

Using go to realize mysql batch test data generation TDG

Using go to realize mysql batch test data generation TDGComponent code: https://gitee.com/dn-jinmin/tdgDownload go get gitee com/dn-jinimin/tdgAt present, it is only for mysql and only supports batch addition of multiple single tables. The associated addition has not been completed01. Let's goThe main reason for developing TDG is that many frie ...

Added by nicko on Sun, 06 Mar 2022 13:49:30 +0200