Service Computing 02 - Installing go Language Development Environment
Install golang
Use terminal command to install golang
$ sudo yum install golang
You can view the installed version and installation directory
$ rpm -ql golang |more
$ go version
You can see that the golang language has been installed in th ...
Added by Elarion on Sun, 15 Sep 2019 16:11:56 +0300
[Docker Actual Warfare] Constructing angular Development Environment Based on centos
What I want to share in this article is how to use docker to build a node development environment, so that the front-end students away from the local node, let his beloved partners do their own clean.
Why build a node development environment? The tit ...
Added by ryza_ on Sun, 15 Sep 2019 11:15:15 +0300
Construction of Code Quality Automation Analysis Platform by sonar+Jenkins
1. Introduction by Sonar
Sonar is an open source tool for managing code quality. It can analyze bug s and vulnerabilities in code and Code Smells. It supports the detection of more than 20 programming languages, such as java, c/c++, python, php and so on. Currently, more than 85,000 organizations use sonar. Sonar can be fully integrated with De ...
Added by ade1982 on Mon, 09 Sep 2019 07:06:58 +0300
CI/CD:Jenkins Pipeline Practice
Catalog
1 Jenkins2.X Pipeline
1.0 CI/CD
1.1 pipeline Brief Introduction
1.2 Jenkinsfile
1.3 Pipeline Grammar
1.3.1 scripted pipeline
1.3.2 Declarative Pipeline
1.4 Blue Ocean
Advantages of 1.5 Pipeline
2 Multi-branch Pipeline Practice
2.1 Con ...
Added by DanArosa on Sun, 08 Sep 2019 13:52:14 +0300
c#Winform Custom Control - Horizontal List
premise
Having been in business for 7,8 years and always wanted to make a beautiful set of custom controls, this series of articles came out.
GitHub: https://github.com/kwwwvagaa/NetWinformControl
Yak Yun: https://gitee.com/kwwwvagaa/net_winfo ...
Added by stylezeca on Sat, 07 Sep 2019 05:55:52 +0300
Spring Security is used in SpringBoot 2.x front-end and back-end separation projects to customize validation
demo git address: Portal
First: Preface
Now most of them are front-end and back-end projects. In hard coding, jumping to a page path is obviously inappropriate, so the server should return to JSON.
To inform the front-end whether to log in, whethe ...
Added by jakem on Fri, 06 Sep 2019 15:03:29 +0300
Using Gitbook to Build Personal Knowledge Archiving System
I. Prerequisites
1. The Linux Server recommends to choose CentOS 7_64 bit OS, and the unregistered domain name suggests to choose Diitalocean Singapore.
Nodes are deployed.
2. Registration Requirements Link: https://m.do.co/c/038647c4bf40
3.Everyone you refer gets $100 in credit over 60 days.
4. Suggestions for choosing models:
$5 /month ...
Added by jmicozzi on Wed, 04 Sep 2019 09:36:30 +0300
Didn't you learn how to deploy front-end automation since 9102?
Preface
The earliest way: After the front end has written the code, it builds locally and uploads the file to the server through the server xftp or ftp for updating.
After using Git: The server pulls the latest code from the repository through the git clone project by executing git pull origin [branch] in the root directory of the project
Auto ...
Added by cvsherri on Tue, 03 Sep 2019 12:44:25 +0300
Hands have a front-end scaffold of their own
Many little buddies have been struggling about what scaffolding is?In fact, the core function is to create the project initial file, the problem comes again, is there not enough scaffolding on the market, why do you want to write it yourself?
As soon as you mention scaffolding, you'll think vue-cli, create-react-app, dva-cli.... Their character ...
Added by tidalwave on Mon, 02 Sep 2019 04:08:50 +0300
Service Registration Discovery, Configuration Center Set Integrated Spring Cloud Consul
Earlier we talked about Eureka and Spring Cloud Config, and today we introduced an all-round player, Consul.It is a tool introduced by HashiCorp to provide service discovery and service configuration.It is developed in go language and has good portability.Included by Spring Cloud, Eureka stopped the development of new versions and wanted devel ...
Added by Grunt on Wed, 28 Aug 2019 04:41:51 +0300