Actual combat: recognize the workspace and staging area through several commit s (success test - blog output) - 20211006

catalogue Write in front In this article, I will show you how to understand the workspace and staging area through several commit s. Theme of my blog: I hope everyone can make experiments with my blog, first do the experiments, and then understand the technical points in a deeper level in combination with theoretical knowledge, so as t ...

Added by mlnsharma on Thu, 07 Oct 2021 08:36:54 +0300

git basic command (a set of processes)

ps: for personal use git process 1. Create a new folder 2. Initialize local library git init be careful!!! Remember to change the name of each new project git config --local user.name "name" git config --local user.email "email" 3. Establish remote library connection git remote add origin +address ...

Added by Greaser9780 on Fri, 17 Sep 2021 12:19:55 +0300

springcloud:config distributed configuration center and Bus message Bus, RabbitMQ environment configuration

springcloud config distributed configuration center Overview: configuration problems faced by distributed systems? Microservice means to split the business in a single application into one sub service. The granularity of each service is relatively small, so there will be a large number of services in the system. Because each service need ...

Added by tuuga on Sat, 11 Sep 2021 08:20:57 +0300

Spring source code interpretation of "IOC container 2-Bean loading process"

In the last article, we implemented a simple IOC container. In this article, we will introduce the implementation of Spring IOC container. 1. Preparation In order to learn the source code implementation of Spring, we need to prepare the source code environment of Spring. At this time, we generally ...

Added by djg_uk on Tue, 30 Jun 2020 09:33:14 +0300

rrweb practical case and JS Download

I found this front-end artifact tool by accident. First, about rrweb: This tool can record the user's operation process on the Web page, turn it into serializable log data, and play it back. Programmers can use it to debug bugs remotely, and product managers can use it to collect and analyze user b ...

Added by c-o-d-e on Sat, 20 Jun 2020 05:58:46 +0300

Redis deep adventure application

Article catalog install Infrastructure string set Quotation marks Options lock obtain release exists expire System clock Various key operations Expiration algorithm colony list quicklist rpush rpop lpop lpush lindex lrange ltrim llen blpop brpop hash set zset zrange zrevrange zcard Curren ...

Added by ralba1998 on Thu, 18 Jun 2020 06:11:24 +0300

Junzheng darwin Source Synchronization Tutorial

Environment: Ubuntu 18.04 1. Acquire license certification Get the document from darwin source, use "Alt+Ctrl+T" to open the command window, enter $ssh-keygen All the way back, back, back You can see that the generated id_rsa file, at / home/wangcen/.ssh/id_rsa location (different computer ...

Added by mridang_agarwal on Fri, 12 Jun 2020 04:25:17 +0300

Using tree node cli to generate a tree

When writing a blog, you often need to show the directory structure of the project. My computer is windows, and the tree command is not very effective. If you can use Node, you can use Node! So I found several cross platform ones. namely tree-cli and tree-node-cli These two are one author. Among them, tree node cli is more suitable for Linux us ...

Added by feyd on Thu, 11 Jun 2020 06:20:57 +0300

Cloud Server ssh key management and github configuration

A word programmers often say is: Programming for github.Without github, programmers can see how important it is to them. The tool that works with github is git, in the previous chapter git installation and basic configuration on cloud servers There is also a basic introduction to it on the server.Although git can work on both ssh and https pro ...

Added by dev99 on Thu, 28 May 2020 05:35:54 +0300

One key package / deployment scheme of Ctrip Apollo

Apollo-docker One click package / deployment scheme of Ctrip Apollo. Almost no need to modify any Apollo source code or configuration to build a rapid development / test environment. Project address: https://gitee.com/ellipse/apollo-docker 1. Download source code Apollo git clone https://gitee.com/nobodyiam/apollo.git Compile script git clone ...

Added by S A N T A on Sun, 24 May 2020 17:56:59 +0300