docker runs Gerrit (code review tool)

What is gerrit? Gerrit, a free, open source code review software, uses a web interface. gerrit background Gerrit, a free, open source code Code review software, using web interface. utilize Web browser , software programmers of the same team can review each other's modified program codes and decide whether they can submit, return or continu ...

Posted by richarro1234 on Fri, 07 Feb 2020 05:51:21 -0800

Construction of pixhawk development environment under Ubuntu 16.04

1 Introduction I am a px4 Xiaobai. I don't know a lot about programming. I am a researcher. I am engaged in the theory of flight mechanics and control direction deviation. But my tutor is engaged in the development direction of px4. I don't have to set up a px4 development environment and learn the co ...

Posted by hyngvesson on Thu, 06 Feb 2020 02:21:10 -0800

Hexo Serverless Framework, simple three steps to build your personal blog

Many people want to have their own personal blog, but also look beautiful and cool.Especially for developers, not only can they share their technological insights, but they can also add points during interviews.Here are two useful artifacts. They can be done in 3 minutes without having to be busy at the ...

Posted by willchoong on Tue, 04 Feb 2020 17:41:05 -0800

OpenGL with QtWidgets: Light color

(This is a study note for LearnOpenGL, translated in Chinese for the tutorial) https://learnopengl-cn.github.io/) 0. Preface Previously, I learned the introductory chapter of LearnOpenGL, and this article started learning about the colors of light (Lighting). 1. How to implement Color can be digi ...

Posted by luke101 on Tue, 04 Feb 2020 16:36:27 -0800

[blockchain] Tendermint - local single node deployment

Tendermint Due to work reasons, I began to contact Hyperledger Fabric two years ago, and its community is still very active. It has developed from v0.7 in that year to v2.0 now. But I have to say that Fabric's consideration is still very big, which is difficult for secondary development. So recently, ...

Posted by dayang on Wed, 29 Jan 2020 03:26:18 -0800

Spring cloud basic tutorial - getting started with configuration center

My blog: Smile in Lanling Welcome to blog!    previous chapter Spring cloud basic tutorial (3) - Eureka advanced Among them, based on our basic understanding of Eureka, we have a deep understanding of some configurations used in Eureka high availability clusters and other production environments. This chapter begins to understand the ...

Posted by N-Bomb(Nerd) on Tue, 28 Jan 2020 05:56:34 -0800

How to move files from one git repo to another (not clone) and keep history

Our Git repository starts as part of a single Monster SVN repository, where each project has its own tree, as follows: project1/branches /tags /trunk project2/branches /tags /trunk Obviously, using svn mv to move files from one file to another is easy. But in Git, each project is in its own repository, and ...

Posted by gray_bale on Sun, 26 Jan 2020 22:55:00 -0800

Basic concept and operation of Git

Blog Outline:1, Get to know Git2, Git installation configuration3, Git workflow4, Git workspace, staging area, and version Library5, Git basic operation 1, Get to know Git Git is an open source distributed version control system for agile and efficient processing of any large or small project. Git is an open source version control software d ...

Posted by tony-kidsdirect on Sun, 26 Jan 2020 08:24:01 -0800

vpa of k8s resource

Publish a k8s deployment video: https://edu.csdn.net/course/detail/26967 Course Content: Various k8s deployment modes.Includes minikube deployment, kubeadm deployment, kubeasz deployment, rancher deployment, k3s deployment.Includes development test environment deployment k8s and production environme ...

Posted by alfieshooter on Mon, 20 Jan 2020 20:02:17 -0800

Git branch version management

Git branch version management                    the mainstream code management tool is basically GIT. Although svn is also used by some people, it is not so much. Git is still accepted by most people. The c ...

Posted by cwetherbee on Sun, 19 Jan 2020 02:48:59 -0800