Micro Services (Sprcloud Configuration Center)

1: Understanding bootstrap.yaml It will be loaded before the application, and if it has the same name attribute as the application, the first boot will be overwritten. 2: The configuration center and our registry must have a start-up first. 3: spring Configuration and Environmentalization In Spring 3.0-) <beans profile ="test">    &l ...

Posted by cashflowtips on Thu, 29 Aug 2019 21:51:42 -0700

How to create a blog project

1. First pull the skeleton project as the basis, and the file is named myprogect. git clone https://github.com/huntlabs/hunt-skeleton.git myproject cd myproject dub run -v 2. Modify the database configuration in the application.conf file under congig in the project hunt.database.default.driver=mysql hunt.database.default.host=127.0.0.1 hunt.dat ...

Posted by rich___ on Thu, 29 Aug 2019 21:05:55 -0700

JS Top 20 Common String Methods and Usage

To read more good articles, please Punch GitHub Blog Hundreds of excellent articles a year are waiting for you! In order to give back to the reader, Daqian World is held on an irregular basis (one to three times a month), a cash lottery, a bottom 200, plus user appreciation. Hope you can become a little brocade in Daqian World. Try it now This ...

Posted by kabucek on Thu, 29 Aug 2019 17:05:14 -0700

Kubernetes Command Line Management Tool-Kubectl

Enclosed: Meow a Mimi's blog: w-blog.cn Kubernetes official documents: https://kubernetes.io/docs/reference/ Kubernetes official Git address: https://github.com/kubernetes/kubernetes PS: This series uses Kubernetes V1.8 Rancher V1.6.14 I. Installation of Kubectl in China The installation commands provided by the official website are: curl ...

Posted by jannz on Thu, 29 Aug 2019 00:53:21 -0700

Beautiful html5 Page Special Effect Learning Notes_Arc Menu

Effect: Arc menu, text is regularly distorted and transparency is transformed Simple javascript, difficulty to get started: Simple Welcome to my blog to see this article: https://clatterrr.com/archive... Source code: Demo address: https://clatterrr.github.io/m... Source code: https://github.com/clatterrr/... Learning Notes: text-decorat ...

Posted by thenewguy on Wed, 28 Aug 2019 21:19:46 -0700

What about dynamic routing for Spring Cloud Zuul?Integrated Nacos implementation is simple

1. Description The core concept of gateway is routing configuration and routing rules. As the entrance of all requests traffic, dynamic routing is necessary to avoid rebooting in the real production environment in order to ensure high reliability and high availability. This paper mainly introduces the idea of implementation and uses Nacos as th ...

Posted by MG-WebDesigns on Wed, 28 Aug 2019 20:07:33 -0700

Bridging to EMQ X on Mosquitto

EMQ X nodes can be bridged by other types of MQTT message middleware to achieve cross-platform message subscription and delivery. In this article, we present a configuration example to illustrate how to configure the bridge from Mosquitto to EMQ X. Mosquitto is a small, lightweight, open source MQTT Broker written in C/C++ language. Mosquitto u ...

Posted by rhodrykorb on Wed, 28 Aug 2019 00:03:24 -0700

[Series] go-gin-api planning catalogue and parameter verification

Catalog Summary Planning catalogue structure Model binding and validation Custom Verifier Develop API return structure Source address go-gin-api series of articles Summary Firstly, the project overview is synchronized: As we shared in the last article, we used go mod ...

Posted by WhiteHawksan on Tue, 27 Aug 2019 22:45:58 -0700

Can you buy stocks with python without deep mathematical knowledge or financial knowledge?

Neither profound mathematical knowledge nor profound financial knowledge is needed. In this paper, various advanced investment models or mathematical models will not be quoted. That's not necessary. That's not necessary. How on earth do you use pytho ...

Posted by londonjustin on Tue, 27 Aug 2019 05:07:30 -0700

Beautiful HTML 5 Web page special effects learning notes _canvas to achieve flame following mouse

Effect: Lifelike flames follow the mouse and sparks appear to illuminate the background text. Drawing with canvas javascript is used, but there is no complex logic. Beginning Degree: Simple Welcome to my blog to read this article: https://clatterrr.com/archive... Source code: Demonstration address: https://clatterrr.github.io/f... The sou ...

Posted by rich___ on Tue, 27 Aug 2019 03:44:52 -0700