[git basic course] [Xiao Ming's git learning path]

introduction   Git is an excellent version control system. If there is no actual application scenario, beginners may feel very difficult just learning git related commands. Therefore, organize a tutorial to introduce the basic use process of git in different scenarios. 1: Can do skilled management code locally.   Xiao Ming is ...

Added by josephferris on Tue, 01 Feb 2022 11:58:24 +0200

Bye Jenkins! A few lines of scripts for automated deployment, this artifact is a bit awesome!

In a development or production environment, we often develop a set of Automated Deployment schemes (commonly referred to as one-click deployment). One of the more popular is the Gitlab+Jenkins implementation, but it takes up a lot of memory, doesn't have a 8G memory, can't run smoothly, and can't be deployed quickly. Recently discovered a magic ...

Added by robert_gsfame on Tue, 01 Feb 2022 07:48:42 +0200

Hexo blog building tutorial

preface I didn't want to make such a fuss, but the previously rented Alibaba cloud student server is about to expire and can't be renewed at the student price. So I want to renew my life with another cloud server, but all platforms of the student server are similar. The advantage of student server is that it is cheap and can toss around. The ...

Added by jonathen on Sat, 29 Jan 2022 02:42:20 +0200

Take you ten days to easily handle the Go micro service series

preface We will show you a go zero micro service example in detail through a series of articles. The whole series is divided into ten articles, and the directory structure is as follows: Environment construction Service splitting User services Product service Order service Payment services (this article) RPC service Auth authen ...

Added by davestevens_uk on Thu, 27 Jan 2022 01:46:24 +0200

Gitlab CI pull submodules

preface In project development, it is sometimes necessary to use another project (third-party or independent project). At this time, you can use Git tools - sub modules To manage. When a sub module (GIT sub module add < project gitlab URL >) is added locally and pushed to gitlab, we expect gitlab CI to automatically clone or pull the ...

Added by icez on Wed, 26 Jan 2022 13:13:45 +0200

Hyperledger Fabric 2.x environment construction

1, Explain The core of the blockchain network is the distributed ledger, which records all transaction information in the network. Hyperledger Fabric is an open source, enterprise level, authorized distributed ledger solution platform. Hyperledger Fabric is supported by modular architecture and has excellent confidentiality, scalability, fl ...

Added by TraceyK on Tue, 25 Jan 2022 06:14:53 +0200

Git&GitHub&Gitee&GitLab (common operations)

Git&GitHub&Gitee&GitLab Chapter 1 Common Git Commands Command NameEffectGit config--global user. Name User NameSet User SignatureGit config--global user. Email mailboxSet User Signaturegit initInitialize Local Librarygit statusView local library statusgit add file nameAdd to Staging AreaGit commit-m "log information" ...

Added by alexander.s on Mon, 24 Jan 2022 05:16:59 +0200

[teach you to build a server series] (11) use GitHub+Hexo to build your own website and blog

Some cloud vendors I have visited in vain: Cloud server manufacturerStudent identityNew user (non student)Tencent cloudStudent special, 1-core 2G5M broadband, only 9 yuan / monthXingxinghai SA2 cloud server, 1-core 2G, 99 yuan in the first year (answer: currently used by the owner) I don't know if there are any coupons. You can tryThere is no ...

Added by mpf on Sun, 23 Jan 2022 21:07:03 +0200

How to make a professional NuGet package? teach-by-doing! Super detailed! Absolutely!

catalogue 1, Create and get API Keys on NuGet 1. First, you need to log in. You can log in directly with a Microsoft account 2. Click API Keys in the upper right corner to create a Key 3. Fill in information 4. Get Key 2, Create project 1. Create project 2. Generate dll 3. Create a publishing folder 3, Upload NuGet 1. Upload using th ...

Added by Teach on Sat, 22 Jan 2022 15:53:02 +0200

Take you ten days to easily complete the Go micro service series

preface We will show you a go zero micro service example in detail through a series of articles. The whole series is divided into ten articles, and the directory structure is as follows: Environment construction Service splitting User services Product service Order service (this article) Payment services RPC service Auth authen ...

Added by Dat on Sat, 22 Jan 2022 05:45:50 +0200