VIM+Vundle development environment
VIM+Vundle development environment
Environment construction
Upgrade apt get
Command line execution
apt-get -u dist-upgrade
Install git
Command line execution
sudo apt-get install git
Install vim
Command line execution
sudo apt-get install vim
Install vundle
Command line execution
git clone https:/ ...
Posted by jmcc on Sun, 03 May 2020 02:27:23 -0700
Java data structure and algorithm (5) - bidirectional linked list
What is double linked list
Each node not only saves the reference of the next node in xui, but also the reference of the previous node.
From the head
To judge the linked list, if it is empty, this is the node added by the end node for the message. If it is not empty, you need to set the previous node of the cast node ...
Posted by gsb on Fri, 01 May 2020 11:44:35 -0700
Git learning notes (5)
Bug branch
An interesting experiment
$ mkdir afeng
//Zhao Yafeng @ DESKTOP-0JOAFKG MINGW64 ~/Desktop
$ cd afeng
//Zhao Yafeng @ DESKTOP-0JOAFKG MINGW64 ~/Desktop/afeng
$ git init
Initialized empty Git repository in C:/Users/Zhao Yafeng/Desktop/afeng/.git/
//Zhao Yafeng @ DESKTOP-0JOAFKG MINGW64 ~/Desktop/afeng (m ...
Posted by feign3 on Thu, 30 Apr 2020 16:58:50 -0700
Open STF installation (linux)
The first method relies on the following:
The basic commands depend on the following (the following are debian linux like commands)
sudo apt-get update
sudo apt-get install -y git
sudo apt-get install -y curl
sudo apt-get install -y android-tools-adb
sudo apt-get install -y python
sudo apt-get install -y autoco ...
Posted by john-formby on Thu, 30 Apr 2020 03:09:32 -0700
Simple implementation of an ES5 Vue Dialog plug-in
Calling the Dialog component of van t is very cool, so I want to implement one myself~
Because of project compatibility, ES6 is not used
(1) The renderings are as follows:
(2) Configurable parameters: icon, content, whether to disappear automatically, whether to display the bottom button area, and button callback function
(3) Component code
...
Posted by nassertx on Wed, 29 Apr 2020 10:34:22 -0700
11. Chapter 11 of spring cloud, upgrading, service GateWay gateway, service configuration Config and service Bus bus
Chapter 10 of spring cloud, upgrading, service GateWay gateway, service configuration Config and service Bus bus
1, Service GateWay
1. Gateway overview
Why does it exist:
Different microservices usually have different network addresses, and external clients may need to call multiple microservices interfaces to fulfill the requirements of ...
Posted by AutomatikStudio on Thu, 23 Apr 2020 20:51:35 -0700
The installation and configuration of elastic search and the integrated application of spring boot
##Install elasticsearch on linux 1. Download elasticsearch
Go directly to the official website of elasticsearch and download the latest installation package: https://www.elastic.co/downloads/elasticsearch, this tutorial uses version 5.1.1. 2, Install elasticsearch
Upload the downloaded installation package to centos, or download it directly f ...
Posted by kkeim on Mon, 20 Apr 2020 05:56:06 -0700
How to synchronize Git services
I haven't written a blog for a long time. Although I haven't written a few articles, I'm still active in the Internet industry... Needless to say, it's useless. Let's share how to synchronize Git services.Git service we usually use gitlab rake tool to do regular backup. When there is a problem, we can use backup recovery. Is there a need for a ...
Posted by oliverw92 on Mon, 13 Apr 2020 07:56:26 -0700
[Jenkins+Ansible+Gitlab Automated Deployment three swordsmen] learning notes - Chapter 5 5 5-1~5-5 Freestyle Job practice
Chapter 5: 5-1~5-5 Freestyle Job
1, Three swordsmen Environment Introduction (Jenkins, Ansible, Gitlab)
2, Jenkins, Ansible, Gitlab
2.1. Verify the ansible environment and ssh password free login under Jenkisns
2.2. Write nginx? Playbooks file
2.2.1. Enter nginx? Playbooks folder to write deploy.yml file
2.2.2 create dev and p ...
Posted by kingpin393 on Sun, 12 Apr 2020 19:17:07 -0700
Release jar package to central warehouse
1. Register sonatype and submit issue work order (you can find online tutorial by yourself)
2. Install gpg and create public key and private key gpg -- Gen key (you can find the tutorial on the Internet)
3. Send the key corresponding to the public key to the server (xxxx) secret key (the tutorial can be found on the Internet)
gpg --keyserver ...
Posted by ddrummond on Sun, 12 Apr 2020 09:08:13 -0700