Spring cloud series configuration center (Config) instructions

Hello, everyone. Recently, the company's new project is developed with spincloud family bucket. Originally, spring cloud was only at the primary level of understanding. This time, with the opportunity of the new project, we can deeply practice spring cloud, even Happy. When I graduated from University, I had the idea of writing technical articl ...

Posted by goodtimeassured on Sun, 22 Mar 2020 05:44:22 -0700

[CV] license plate recognition and installation and a method of license plate correction

1. License plate recognition project installation 2. Method of license plate correction 1. License plate recognition project installation https://blog.csdn.net/lilai619/article/details/796951091.git clone's latest documents cd /opt/deploy git clone https://github.com/sergiomsilva/alpr-uncons ...

Posted by evilMind on Fri, 20 Mar 2020 07:38:18 -0700

iOS componentization - Cocopods creates a private library

1, Create a folder mkdir Module 2, Download Engineering Scaffold pod lib create AaronSwift Aaron Swift is the name of the component project you want to create. During the installation process, you will be prompted to enter the configuration of the project to be downloaded (as follows:), and then enter iOS, Swift, Yes, Quick and Yes. In the seco ...

Posted by BrandonKahre on Fri, 20 Mar 2020 04:48:48 -0700

Prometheusf installation and use

Reference resources https://blog.51cto.com/14157628/2473866?source=dra Before deploying Prometheus, due to the low configuration of the experimental environment, the original dashboard and Scope were deleted! Before you actually deploy Prometheus, you should understand the relationships and functions among the components of Prometheus: 1) ...

Posted by [JayZ] on Wed, 18 Mar 2020 08:22:06 -0700

java version of spring cloud distributed microservice Spring Cloud Config-b2b2c small program E-commerce

This paper describes how a service reads files from the configuration center, and the configuration center reads configuration files from remote git. When there are many service instances, they read files from the configuration center. At this time, it can be considered to make the configuration center ...

Posted by rachelkoh on Mon, 16 Mar 2020 00:44:11 -0700

Chapter 29: Swagger2 unit test Token authentication for spring security integration

Related knowledge Through the previous article, we implemented the use of JWT for interface authentication. When requesting an interface, we need to pass Token in the Header header, so that the backend can identify the requester and judge whether the interface can be requested. JWT interface authenti ...

Posted by Kieran Huggins on Tue, 10 Mar 2020 03:38:13 -0700

Asynchronous crawlers are too troublesome to write?Try Trio!

Personal Blog Visit http://www.x0100.top  Trio, translated as Trio, provides easier asynchronous programming and is a more advanced encapsulation of asyncio. It attempts to simplify complex asyncio modules.Simpler to use than asyncio and Twisted, but equally powerful.The project is still young and ...

Posted by MattMan on Mon, 09 Mar 2020 19:12:11 -0700

Setting up the spring cloud config unified configuration center

Configuration center Create several configuration files on git, as shown in the figure above. The file naming rules are {project}-{profile}. For example, the project name corresponding to the config client dev file is config client, and the version is: dev. spring cloud config server pom.xml <de ...

Posted by ofi on Mon, 09 Mar 2020 00:26:03 -0700

Off line voice snoowboy hot words wake up + Raspberry voice interactive realization switch light

Offline voice snoowboy hot word wake up Speech recognition now has a very wide range of application scenarios, such as the voice assistant of mobile phones, smart audio (Xiaoai, dingdong, tmall And so on. Speech recognition generally consists of three stages: hot word wakeup, speech input, recognition ...

Posted by patrick87 on Sun, 08 Mar 2020 23:53:30 -0700

hexo deploy blog to Alibaba cloud server

Because of the epidemic, Alibaba cloud has sent half a year's servers free of charge, and they can't be used for playing. Then I will first migrate my blog from github to Alibaba cloud, and then change it if there is a problem. Previous conditions: 1. Server 2. hexo has been installed on the local com ...

Posted by zimick on Fri, 06 Mar 2020 02:42:24 -0800