❤️ Git Development Essentials ❤️. gitignore details! [suggested collection]
🎈 Author: Linux ape
🎈 Introduction: CSDN blog expert 🏆, C/C + +, interview, question brushing and algorithm. Please consult me, pay attention to me and chat privately if you have any questions!
🎈 Attention column: Linux (high quality articles are constantly updated...) 🚀
catalogue
1, Why gitignore ?
2, Use rules
2.1 notes
2.2 ...
Posted by hypertech on Mon, 20 Dec 2021 09:57:06 +0100
Git ---- distributed version control system
catalogue
1. Install Git
2. Create version Library
3. Branch Management
3.1. Create and merge branches
3.2 version fallback
3.3 revocation of modification
3.4 deleting files
4. Remote warehouse
4.1. Create SSH Key connection gitHub
4.2. Create remote warehouse gitee
4.3 cloning from remote library
4.4 multi person collaborative de ...
Posted by mikeym on Sun, 19 Dec 2021 12:58:00 +0100
Long text in thousands of words! Take you from getting started to mastering Git
Long text in thousands of words! Take you from getting started to mastering Git Catalog:
Preface Introduction to Git pragmatism Deep Exploration summary Preface Git is a development tool that programmers can learn and work with. Share a summary of common Git commands with you today.
Introduction to Git Git is a distributed version control sys ...
Posted by private_guy on Sat, 18 Dec 2021 15:29:36 +0100
Advanced Automated Deployment of windows Service+OpenSSH+SVN on Jenkins
1. IntroductionI've written two articles about introducing automated deployment using Jenkins, regardless of whether the enterprise is using it now. Net Framework or. Net Core, whether the enterprise is using git or SVN. In fact, these two articles are usually enough to deliver 80% of the business in the development phase. The disadvantage is t ...
Posted by Jove on Thu, 09 Dec 2021 19:55:57 +0100
Qt dynamic properties
Dynamic properties unpolish() and polish() of Qt
1. Attributes in QT
Property refers to the properties of the window or control. For example, the opacity property represents transparency, geometry refers to position and size, and the pos property represents position. The controls in qt have their own properties. We can also define properties ...
Posted by w.geoghegan on Mon, 29 Nov 2021 05:31:53 +0100
Django project exercise - user table development & video table structure development
User related development, client table structure development
1, User table development
Create a new model package in the app to store database related files, and then create an auth py file in it.
Under the auth file in the model, we create a clientUser, user table:
# coding:utf-8
import hashlib # Used to encrypt passwords
from django.db ...
Posted by skbanta on Wed, 17 Nov 2021 08:08:16 +0100
Lab0- C++ Primer 65f59c1475a6407e8b8adf0f1b699e05
Lab0- C++ Primer
💡 unique_ptr, matrix multiplication, gdb, etc.
Code download
Follow the document steps under the project: // 1. Create a new warehouse, bus private
// 2. clone cmu db remote code to local
git clone --bare https://github.com/cmu-db/bustub.git bustub-public
cd bustub-public
// 3. mirror to the remote warehouse you just ...
Posted by Plxply on Sat, 06 Nov 2021 07:40:20 +0100
General operation of Git
home pagespecial columngitArticle details0General operation of GitLao Mao Published 21 minutes agoAs a developer, no matter where he goes, he may have an indescribable relationship with the code warehouse. From clone warehouse = > new function branch = > submit after the development function is completed = > branch merge = > label = ...
Posted by ozzythaman on Fri, 29 Oct 2021 11:03:04 +0200
Spring Cloud Config distributed configuration
summary
Configuration file 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. Since each service needs the necessary configuration information to run, a s ...
Posted by biggieuk on Sun, 24 Oct 2021 19:54:20 +0200
Git common operations
Git common operations
to configure
Official documents: https://git-scm.com/docs/git-config
levelParameter valueconfiguration filepriorityWarehouse--local default. git/config of the current project⭐⭐⭐user--globalHOME/.gitconfig, HOME is the value in the system environment variable⭐⭐system--systemGit installation directory \ etc\gitco ...
Posted by gilbertwang on Fri, 15 Oct 2021 07:44:09 +0200