Spring cloud: spring cloud configuration center and client

Preface: The Spring Cloud Config component is independent and does not need to be registered with eureka.The working principle of config is to pull the read target configuration to the local cache and then supply it to other clients. Once the config is started successfully, you can delete the git configuration (but no one actually does). &nbsp ...

Posted by d22552000 on Thu, 07 Nov 2019 01:48:54 -0800

Try Facebook library, can bitcoin get on this train

White paper highlights Before starting to play the library test network, draw the key points in the library white paper, such as how to generate coins, how to trade, etc. Building a simple, borderless currency and financial infrastructure for billions of people The effect is, for example, if you want to go to the United States and need to order ...

Posted by greenday on Wed, 06 Nov 2019 03:09:25 -0800

Elastic search source code analysis - source code construction

This article introduces how to build Elasticsearch from source code. Building Elasticsearch source code is the basis of learning and studying Elasticsearch source code, which helps to better understand Elasticsearch. Environmental preparation Environment / software Edition Remarks OS Ubuntu 14.04 LTS Gradl ...

Posted by Magicman0022 on Tue, 05 Nov 2019 11:51:35 -0800

Try Flutter: write a boring App (with Flutter experience)

Today's X Github: https://github.com/shuiRong/T... (today's X) This is a boring App written by FlutterRecommend a different one every day: picture, poem, famous saying, music, music review, advanced mathematics, two kinds of color matching, chemical equation, Github Repo, Zhihu problem. (P.S. except that the picture is from Bing homepage, only ...

Posted by m00p4h on Mon, 04 Nov 2019 12:18:11 -0800

Intensive reading of React Conf 2019 - Day1

1 Introduction React Conf 2019 In October this year, the content quality is still as high as before. If you want to learn more about the front-end or React, this conference must not be missed. I hope that the front-end intensive reading will become a preacher on your way to learning and growth, so this intensive reading will introduce the relev ...

Posted by AQHost on Sun, 03 Nov 2019 17:04:45 -0800

git merge --squash / git rebase -i / git cherry-pick

git merge --squash git merge --squash {srcBranch} Often used infeatBranch merge todevThe complex commit logs are compressed to make the merge clear. take srcBranchAhead of the current branch commits Merge to the current branch, and the current branch does notcommit,Allow us to do it manually once the conflict is successfully merged or resolved ...

Posted by viko20 on Sun, 03 Nov 2019 08:45:47 -0800

The first experimental report on curriculum design in spring 2019

I. name of experiment project Aircraft Wars II. Functional description of the experimental project (in its own language) 1. Use the mouse to control the aircraft movement. 2. Launch bullets: press the left mouse button to launch bullets. 3. Add enemy aircraft: the enemy aircraft will automatically move downward and reappear after disappearing f ...

Posted by Platinumweaver on Sat, 02 Nov 2019 21:32:30 -0700

Laravel + Vue + Element attendance application - HR system

Project address Bee introduce Bee is an attendance application in the human resource system. It is mainly used for employees to apply for false documents. Bee has high performance and expansibility, including front-end and back-end separation, plug-in rule validation (verifier), data filtering (decorator), message queuing, etc. in the MVC mode ...

Posted by JCF22Lyoko on Sat, 02 Nov 2019 15:24:29 -0700

Software environment required for Centos7 installation

Mysql installation Download and install Download and install MySQL's official Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm Yum installation source yum -y install mysql57-community-release-el7-10.noarch.rpm Install Mysql yum -y install mysql-community-server Set Mysql to power on systemct ...

Posted by cgraz on Fri, 01 Nov 2019 19:37:48 -0700

Springbootmybatis02 mybatis generator GUI | PageHelper | front and back end separation

I. mybatis generator GUI Download address: https://github.com/LittlePageProgram/mybatis-generator-gui.git Usage: fill in related items and click generate Note: 1. For EntityExample, you need to drag it into the mapper layer 2. For modifying XML configuration information, the corresponding example also needs to be adjusted to the mapper lay ...

Posted by thepip3r on Fri, 01 Nov 2019 19:19:27 -0700