02 2021 档案

摘要:由于Git本身托身与Linux软件的开发过程,所以在Linux和类似的Mac环境中使用Git具备天然的优势,这也同时造成了在Windows上使用Git的困难。这个问题在用户身份认证方面尤其明显,特别是对于企业开发者来说。你可能会在刚开始使用Git的时候遇到类似以下的错误信息,特别是针对Team Fo 阅读全文
posted @ 2021-02-27 13:21 周文洋 阅读(3447) 评论(0) 推荐(0)
摘要:In this article, we will proceed with configuring a SQL Server Always On Availability Groups and perform failover validations. You should go through t 阅读全文
posted @ 2021-02-27 10:48 周文洋 阅读(852) 评论(0) 推荐(0)
摘要:This article explores the configuration of Windows failover clusters, storage controllers, and quorum configurations for SQL Server Always On Availabi 阅读全文
posted @ 2021-02-27 10:19 周文洋 阅读(307) 评论(0) 推荐(0)
摘要:In this series for SQL Server Always On Availability Groups, we are covering end to end configurations for SQL Server 2019 on Windows Server 2016. In 阅读全文
posted @ 2021-02-27 10:17 周文洋 阅读(256) 评论(0) 推荐(0)
摘要:In this article, we will configure a SQL Server Always On Availability Group on the Windows Server 2016. We use SQL Server 2019 for configuration. Int 阅读全文
posted @ 2021-02-27 10:12 周文洋 阅读(997) 评论(0) 推荐(0)
摘要:Introduction In the previous articles (see TOC at the bottom), we configured a two-node SQL Server Always On Availability Group. We performed the foll 阅读全文
posted @ 2021-02-27 09:43 周文洋 阅读(283) 评论(0) 推荐(0)
摘要:概述: 部分企业在实施DevOps过程中,发现数据库的升级成为企业DevOps流水线上的核心瓶颈,应用程序发布频率越来越快,但是数据库依然采用手工更新的方式,导致数据库升级效率低下、风险较大。所以建立一套完整的应用+数据库的DevOps流水线是至关重要的。接下来小编将带大家手把手搭建一套基于Team 阅读全文
posted @ 2021-02-05 09:54 周文洋 阅读(957) 评论(0) 推荐(0)
摘要:背景概述: 在使用TFS/VSTS进行应用程序编译、部署阶段通常会用到一些密钥信息来完成程序的编译以及发布。 比如(密码、Token 、数据库连接字符串等 )。 为了保证密钥的安全性,通常我们会使用TFS提供的加密变量来存储这些信息,但是使用加密变量的方式可能会遇到一些问题: 密钥持有者不愿将密钥信 阅读全文
posted @ 2021-02-05 09:53 周文洋 阅读(320) 评论(0) 推荐(0)
摘要:原文链接:https://devblogs.microsoft.com/buckh/controlling-exposure-through-feature-flags-in-vs-team-services 作者:Buck Hodges,Azure DevOps技术总监,曾参与TFS第一个版本的T 阅读全文
posted @ 2021-02-05 09:51 周文洋 阅读(217) 评论(0) 推荐(0)
摘要:原文链接:https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/release-flow 作者:Edward Thomson, VSTS产品经理(负责Git && VersionControl) 译者: 周文洋 阅读全文
posted @ 2021-02-05 09:50 周文洋 阅读(514) 评论(0) 推荐(0)