二丫讲梵(每周更新自己喜欢的项目)

Learning Weekly – Total No. 98 – Week 11 of 2023

Original link: https://wiki.eryajf.net/pages/9e8d81/ Learning Weekly-Total Issue 98-Open source Mac-side GIF recording software This article is transferred from: https://wiki.eryajf.net/pages/9e8d81/ This site is only for collection, and the copyright belongs to the original author.

Use retry-go to add a retry mechanism to the project

Original link: https://wiki.eryajf.net/pages/541fc0/ When writing distributed applications, sometimes there will be some transient errors, such as network problems, server connection interruptions, etc. These errors may cause the function to fail, but may succeed when retried later. In this case, we can use retry mechanism. retry-go is a lightweight Golang library that makes it easier to …

Use retry-go to add a retry mechanism to the project Read More »

Learning Weekly – Total Issue 78 – Week 43, 2022

Original link: https://wiki.eryajf.net/pages/b0b61c/ Learning Weekly-Total Issue 78-k8s Management Platform and Visual Regularity This article is reproduced from: https://wiki.eryajf.net/pages/b0b61c/ This site is for inclusion only, and the copyright belongs to the original author.

Learning Weekly – Total Issue 78 – Week 43, 2022

Original link: https://wiki.eryajf.net/pages/dc502c/ Learning Weekly-Total Issue 76-Vue3 Right-Click Menu Component and Database Backup Management Platform This article is reproduced from: https://wiki.eryajf.net/pages/dc502c/ This site is for inclusion only, and the copyright belongs to the original author.

Learning Weekly – Total Issue 76 – Week 41, 2022

Original link: https://wiki.eryajf.net/pages/137fb1/ Learning Weekly-Total Issue 76-Icon Collection of All Software in Mac This article is reproduced from: https://wiki.eryajf.net/pages/137fb1/ This site is for inclusion only, and the copyright belongs to the original author.

Learning Weekly – Total Issue 75 – Week 40, 2022

Original link: https://wiki.eryajf.net/pages/34698c/ Learning Weekly – Total Issue 75 – An Open Source SCRM This article is reproduced from: https://wiki.eryajf.net/pages/34698c/ This site is for inclusion only, and the copyright belongs to the original author.

Learning Weekly – Total Issue 74 – Week 39, 2022

Original link: https://wiki.eryajf.net/pages/cc327d/ Learning Weekly – Total Issue 74 – A Go language output coloring package This article is reproduced from: https://wiki.eryajf.net/pages/cc327d/ This site is for inclusion only, and the copyright belongs to the original author.

Learning Weekly – Total Issue 73 – Week 38, 2022

Original link: https://wiki.eryajf.net/pages/3d89ea/ Learning Weekly-Total Issue 73-K8s Cluster Common Monitoring Indicators This article is reproduced from: https://wiki.eryajf.net/pages/3d89ea/ This site is for inclusion only, and the copyright belongs to the original author.

Learning Weekly – Total Issue 72 – Week 37, 2022

Original link: https://wiki.eryajf.net/pages/430bd1/ Learning Weekly – Issue 72 – There are some things you can’t forget This article is reproduced from: https://wiki.eryajf.net/pages/430bd1/ This site is for inclusion only, and the copyright belongs to the original author.

The practice of uploading npm local packages to nexus private server

Original link: https://wiki.eryajf.net/pages/18ca89/ This article will introduce how to upload to nexus private server after our npm private server is configured. This article is reproduced from: https://wiki.eryajf.net/pages/18ca89/ This site is for inclusion only, and the copyright belongs to the original author.

The practice of uploading maven local package to nexus private server

Original link: https://wiki.eryajf.net/pages/f5007c/ This article will introduce how to upload to nexus private server after our maven private server is configured This article is reproduced from: https://wiki.eryajf.net/pages/f5007c/ This site is for inclusion only, and the copyright belongs to the original author.

Usage of ternary expressions in Jenkins-Groovy

Original link: https://wiki.eryajf.net/pages/ebae63/ When we use the pipeline, if a variable is not declared normally, we will encounter the error of variable definition failure. At this time, we can use ternary expression to solve this problem. This article is reproduced from: https://wiki.eryajf.net/pages/ebae63/ This site is for inclusion only, and the copyright belongs to the original …

Usage of ternary expressions in Jenkins-Groovy Read More »