GitHub Actions workflow syntax

A workflow example Welcome to my personal blog Torch-Fan name: Build and Deploy to ACK on: release: types: [created] # Environment variables available to all jobs and steps in this workflow. env: REGION_ID: cn-hangzhou REGISTRY: registry.cn-hangzhou.aliyuncs.com NAMESPACE: namespace IMAGE: repo TAG: ${{ github.sha }} ACK_ ...

Added by agnalleo on Fri, 18 Feb 2022 03:18:39 +0200

[learn and forget] git operation - 19. git diff command

1. git diff command description Before commit ting, we usually need to determine where we changed the code and see if there is any misoperation code. At this time, the display of git status command is relatively simple, just listing the modified files. If you want to see what has been modified, you can use git diff command. Show how many ...

Added by dianaqt on Fri, 18 Feb 2022 02:26:12 +0200

TS type gymnastics: illustrating a complex advanced type

Let's do a difficult gymnastics today. It will comprehensively use patterns matching, construction, recursion and other routines, which is very helpful to improve the level of type programming. The advanced types we want to implement are as follows: Its type parameter is the parameter string query string, which will return the parsed ...

Added by gwydionwaters on Mon, 14 Feb 2022 05:54:35 +0200

Git study notes

Git common syntax [TOC] Introduction to Git describe Git (pronounced / g) ɪ t/. ) It is an open source distributed version control system, which can effectively and quickly deal with the version management of projects from very small to very large. Git is an open source version control software developed by Linus Torvalds to help manage Lin ...

Added by amir1985 on Sun, 13 Feb 2022 12:51:18 +0200

Compilation and configuration of visual studio 2019 under Win10 system: lastools-v2 zero

1, Overview 1,LAStools-v2.0.0 The library has been updated for some reason. Last updated on: January 7, 2022. Lastools version: 220107. Due to some requests, now start using git publishing. Lastools uses version control in the YYMMDD scheme. This is very common for most lasttools users, so keep this version number. In addition, we will fo ...

Added by QbertsBrother on Sun, 13 Feb 2022 12:37:09 +0200

Research and Practice on business system migration of a government cloud project

Project background The cloud platform project of a national Ministry has started to build the cloud platform since the middle of 2020. In the later stage, it is expected to migrate all VMware hosts to the domestic cloud platform. However, due to the large number of virtual machines, the system research work has not been completed, resulting in ...

Added by gunabalans on Tue, 08 Feb 2022 12:35:00 +0200

CMeKG code interpretation

The core content of this article is to learn and interpret the python code of CMeKG for discussion and reference and common progress. CMeKG (Chinese Medical Knowledge Graph) is a Chinese medical knowledge map developed by man-machine combination based on large-scale medical text data using natural language processing and text mining technology ...

Added by mrodrigues on Sun, 06 Feb 2022 05:04:25 +0200

Git total solution idea github gitee gitlab

Git of Shang Silicon Valley Technology Course Series Curriculum resources https://www.bilibili.com/video/BV1vy4y1s7k6 1. Git overview Git is a free and open source distributed version control system, which can quickly and efficiently deal with all kinds of problems from small to large project Git is easy to learn, small footprint and extreme ...

Added by zeberdeee on Wed, 02 Feb 2022 09:00:12 +0200

Basic commands of Git (learning notes)

I'm a sophomore. The purpose of writing this article is to make a certain record of my knowledge and technology, and I'm willing to share it with you. Because I'm still young, there are inevitably some mistakes and omissions in the published article. Please forgive me and correct me if you read this article. If you have any questions during rea ...

Added by greenie__ on Wed, 02 Feb 2022 08:26:57 +0200

Standard for administrative region names of all provinces in China (reference to national standard for 2-letter Pinyin abbreviations of provinces)

Standard for administrative region names of all provinces in China (reference to national standard for 2-letter Pinyin abbreviations of provinces) Resolve the conflict between the two letter Pinyin abbreviations in the process of program development, and introduce the "administrative region domain name" of the Ministry of industry an ...

Added by Galia on Tue, 01 Feb 2022 13:00:43 +0200