Spring Cloud Config program example

Catalog Spring Cloud Config server example Spring Cloud Config client example Spring Cloud Config user authentication Configure information encryption Symmetric encryption Asymmetric encryption Configuration refresh Manual refresh auto refresh Spring Cloud Config client sends update notific ...

Posted by ffdave77 on Wed, 04 Mar 2020 19:39:44 -0800

Follow me to learn the spring cloud Tutorial Part 6: distributed configuration center (Spring Cloud Config) - b2b2c applet E-commerce

In the distributed system, due to the huge number of services, in order to facilitate the unified management and real-time update of service configuration files, the distributed configuration center components are required. In Spring Cloud, there is a distributed configuration center component, spring c ...

Posted by mike_y on Tue, 03 Mar 2020 21:08:36 -0800

Hey, I use Drone as CI

It's really great to do CI/CD based on drone. Compared with jekins, the big brother in the industry, I prefer drone. In comparison, I think it has the following advantages Plug in does not require additional management Based on yaml file, easy to write, configuration can be version management Can be bu ...

Posted by lady1dc on Mon, 02 Mar 2020 20:09:43 -0800

The most detailed Ubuntu 18 configuration Px4 ﹣ ROS ﹣ gazebo simulation

This tutorial will install ros, px4 toolchain, and gazebo simulation environment in Ubuntu 18 Refer to this tutorial to install ros, px4 toolchain, and gazebo simulation environment in Ubuntu 16 First of all, let's take a look at the corresponding gazebo relationship of Ubuntu versions. Gazebo 9.0 has b ...

Posted by gloveny on Wed, 26 Feb 2020 22:03:03 -0800

Summary of Spring Boot actual combat project

Summary of Spring Boot actual combat project (1) Project design ideas (steps) Development environment construction and log git common commands Learning methods List of projects available for reference 1, Project design ideas (steps) 1. Analysis function: what are the functions and application scena ...

Posted by Paingiver on Tue, 25 Feb 2020 19:01:18 -0800

Jenkins to bring html code online and rollback

1. Case EnvironmentII. Deployment of Gitlab1) Deploy Gitlab2) Configure Secret-Free Login3) Test Secret Login3. Deployment of Jenkins4. Jenkins Integrated GitlabV. Deployment of Nginx6. Jenkins Implement Code Automatically Online7. Jenkins implements automatic code deployment, fallback and duplicate construction 1. Case Environment system ...

Posted by david-remone123 on Tue, 25 Feb 2020 08:29:14 -0800

[architect] cache breakdown - recurrence, principle, analysis, solution

Table of contents structure of this article Scenario description Using code replication to solve the problem step by step Repetition problem Thinking about expanding problems Scenario description A product line is too laggy around January (end users 5W or so). When a customer manager feedback to ...

Posted by kaen on Tue, 25 Feb 2020 00:10:34 -0800

Experimental bar: Cryptography of CTF topics

Article directory Summary Writeup Variant Kaiser Traditional knowledge + classical password what's wrong with this try them all Summary It has been many years since the CTF was lifted, but the real online topic clearance has not been done. At the same time, I feel that the level has declined t ...

Posted by ntroycondo on Mon, 24 Feb 2020 05:27:10 -0800

Crawling more than 200000 pictures of mn52 beauties website with the framework of scratch, and packing them into exe executable file

Target website: https://www.mn52.com/ The code of this article has been uploaded to git and Baidu. The link is shared at the end of the article Website overview     Target, grab all the pictures using the graph framework and save them locally. 1. Create a sketch project scrapy startproject images 2. Create a spider cd images scrapy genspide ...

Posted by Hagaroo on Sat, 22 Feb 2020 20:51:09 -0800

Hot deployment principle and implementation of online code based on nodejs

Introduction a hot deployment scheme that allows you to make new updated code effective without restarting nodejs online service background As you all know, if there is code change in the backend service of nodejs, you need to restart the process before the code can take effect. When the nodejs proce ...

Posted by julzk on Fri, 21 Feb 2020 23:14:41 -0800