Unified certification center Oauth2 certification pit

In the previous article Springcloud Oauth2 HA In this paper, the authentication and authorization of unified authentication based on Oauth2 are realized. In the configuration, we can see:cas-server-url: http://CAS server service # is configured as HA address here security: oauth2: #Configuration corresponding to CAS server client: ...

Added by battlesiege on Wed, 12 Jan 2022 20:57:06 +0200

[must see series for beginners] container? Set Collection single instance set List Set double instance set Map

catalogue Foregoing Structure of container Singleton set implementation class List--ArrayList Capacity expansion mechanism of ArrayList Add element Get element Replace element Delete element Find the location of the element Find element exists List size Judge whether the list is empty Convert to array clear list Get list iterat ...

Added by TGixer on Tue, 11 Jan 2022 18:44:40 +0200

[C + + elementary learning] stack / queue / priority_ Use and Simulation of queue

Zero. Preface This chapter mainly explains the container stack, queue and priority in C + +_ Queue (priority queue, equivalent to heap in data structure), which is simulated after being familiar with the use 1, Introduction and use of stack 1. Introduction to stack stack is a container adapter, which is specially used in the ...

Added by alego on Mon, 10 Jan 2022 03:44:36 +0200

Docker escape caused by unauthorized access of docker remote API

Docker escape caused by unauthorized access of docker remote API preface It's a lecture for the students in the community md. The server https://cloud.tencent.com/act/campus Of course, if you want to learn this, local is enough. You can install docker in linux virtual machine to reproduce it. Docker Docker is an open source application c ...

Added by shadowwebs on Sun, 09 Jan 2022 17:43:10 +0200

ArrayDeque source code analysis

1.ArrayDeque analysis 1.1 inheritance system As can be seen from its name, it is a double ended Queue implemented by array. Compared with LinkedList, which is a double ended Queue implemented by linked list, ArrayDeque implements the Queue interface and is also a common class under Collection. 1.2 common methods public interface Deque< ...

Added by appels on Sat, 08 Jan 2022 15:58:28 +0200

How to parse container images in golang code

Introduction: container image plays an extremely important role in our daily development work. Usually, we package the application into the container image and upload it to the image warehouse, and then pull it down in the production environment. Then, when using containers such as docker/containerd, the image will be started and the applicatio ...

Added by DeathStar on Fri, 07 Jan 2022 13:05:28 +0200

How to parse container images in golang code

Introduction: container image plays an extremely important role in our daily development work. Usually, we package the application into the container image and upload it to the image warehouse, and then pull it down in the production environment. Then, when using containers such as docker/containerd, the image will be started and the applicatio ...

Added by veryconscious on Fri, 07 Jan 2022 12:46:28 +0200

[C + +] learning notes [16]

STL [i] 1. Birth of STL and related concepts 💖 be born: For a long time, the software industry has been hoping to build something that can be reusedThe object-oriented and generic programming idea of C + + aims to improve the reusabilityIn most cases, data structures and algorithms fail to have a set of standards, resulting in a lot of ...

Added by hofdiggity on Thu, 06 Jan 2022 15:02:39 +0200

Pagoda panel deployment Qinglong panel sign in cloud music, what is worth buying, station b

Pagoda panel deployment Qinglong panel sign in cloud music, what is worth buying, station b Now we will introduce other applications of Qinglong panel, sign in to various websites and get corresponding points and discounts. If you don't have Qinglong installed, please see our last tutorial: Qinglong panel construction tutorial installation, ...

Added by chrisio on Tue, 04 Jan 2022 18:22:30 +0200

Release container server & private image warehouse | Cloud computing

1. Create a custom image 1.1 problems This case requires two methods to create a custom image. The specific requirements are as follows: Starting containers with centos imagesConfigure yum source in containerInstall software bash completion net tools iproute psmisc VIM enhancedCreate a custom image myos:latestValidate custom image 1.2 ...

Added by bellaso on Tue, 04 Jan 2022 16:01:47 +0200