How to use gitee and githup? Here is a nanny level step full solution!

What is git? Git is a free and open source distributed version control system (technology for managing multi person collaborative development projects) What is a distributed version control system? Users can view all the files uploaded to git locally [git clone / git pull can get the files on git] Users can submit locally even if they are ...

Added by hamzatki on Fri, 24 Dec 2021 03:01:03 +0200

Summary and Analysis of iOS Multithreaded Interview Questions

Preface In fact, before I wrote this blog, I was also looking up bad materials, but I found that many people on the Internet said that the summary of content was not correct, resulting in a lot of pits for myself, so I want to recapitulate it, make a reference for myself, and also review it. Of course, I may have something wrong, I hope it can ...

Added by alan543 on Thu, 23 Dec 2021 17:17:05 +0200

Github Access Acceleration

Github Access Acceleration In recent years, GitHub distribution network has been seriously polluted by dns, resulting in extremely slow access speed of domestic users, and there are many solutions. For details, please refer to "contents in references" Acceleration method Use mirror or proxy sitescdn accelerationGo to gitee acc ...

Added by Ivan_ on Wed, 22 Dec 2021 16:28:35 +0200

Distributed transaction practice in microservices

background With the rapid development of business and the increasing complexity of business, microservice, as one of the best solutions, decouples services, reduces complexity and increases maintainability, but also brings some new problems. When we need to ensure data consistency across services, the original database transaction is unable t ...

Added by dserf on Tue, 21 Dec 2021 05:56:00 +0200

Distributed version control tool -- Git

This paper simply records various commands and functions used in personal learning git. Do not know where to download the small partner can directly portal https://git-scm.com/ After downloading and installing Git, the right-click menu will add two options (set when installing Git) git init project creation Just find a disk (D,E,F ...

Added by Catharsis on Sun, 19 Dec 2021 05:38:22 +0200

Git generates SSH key link code cloud, and GitHub also uses the same principle

Generate SSH public key As mentioned earlier, many Git servers use ssh public keys for authentication. In order to provide the Git server with the ssh public key, if a system user does not already have the key, a copy must be generated in advance. This process is similar on all operating systems. First, you need to confirm whether you already h ...

Added by dank on Sat, 18 Dec 2021 18:40:05 +0200

harbor private warehouse

Whether you use docker distribution to build your own warehouse or run the container through the official image, we can find that it is very simple through the previous demonstration. It is not as convenient as directly using the official Docker Hub to manage the image. At least the official Docker Hub can manage the image through the web inter ...

Added by philippe2 on Thu, 16 Dec 2021 13:56:21 +0200

[Shangsi Valley] Git and GitHub foundation complete tutorial - note 2

stay [Shangsi Valley] Git and GitHub foundation complete tutorial - note 1 There is a brief introduction to Git, as well as commands such as adding add, submitting commit, withdrawing reset, etc. Let's recall the command of the last article, with good Txt as an example. catalogue 0 recall the content of the previous article 4.3. 5 forward a ...

Added by coolfool on Thu, 16 Dec 2021 00:26:10 +0200

Sound in its environment, easy steps to teach you to turn audio into 3D surround sound

In the fields of music creation, audio and video editing and games, it is more and more important to bring immersive audio experience to users. How do developers create 3D surround sound effects in applications? Huawei audio editing service 6.2. Version 0 brings the spatial dynamic rendering function, which can render audio elements such as hum ...

Added by cleary1981 on Tue, 14 Dec 2021 11:47:33 +0200

The whole gadget automatically generates PO, DAO and Mapper in the IDEA

Continue to adhere to the original output, click the blue word to pay attention to me Author: Xiao Fu GeBlog: https://bugstack.cn โ Precipitate, share and grow, so that you and others can gain something! ๐Ÿ˜œ โž catalogue 1, Foreword 2, Demand purpose 3, Case development ...

Added by diagnostix on Thu, 09 Dec 2021 05:54:02 +0200