摘要: https://github.com/git-tfs/git-tfs 阅读全文
posted @ 2021-03-05 10:04 周文洋 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 任何参与敏捷与看板的人都无法避免Little定律(Little's Law),Little定律是一个等式: L = λ W 其中变量的意思是: L =在一段时间内排队系统中的平均任务或项目数量 λ=在规定的时间间隔内新进入系统的平均任务或项目数量(到达率) W =任务或项目在整个系统中花费的平均时间 阅读全文
posted @ 2021-03-05 07:32 周文洋 阅读(960) 评论(0) 推荐(0) 编辑
摘要: 1. 本地仓库的配置 1、要创建本地仓库我们需要有相应的jar包文件,本人经过长时间的寻找和积累,已经有了一个jar包仓库,现将此jar包提供给大家使用。下载地址:http://pan.baidu.com/s/1jH77z2Q。 2、将下载先来的仓库文件解压到你要存放的地方。文件解压后有1.13G大 阅读全文
posted @ 2021-03-04 09:35 周文洋 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 对于多分支的代码库,将代码从一个分支转移到另一个分支是常见需求。 这时分两种情况。一种情况是,你需要另一个分支的所有代码变动,那么就采用合并(git merge)。另一种情况是,你只需要部分代码变动(某几个提交),这时可以采用 Cherry pick。 一、基本用法 git cherry-pick命 阅读全文
posted @ 2021-03-03 09:36 周文洋 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 由于Git本身托身与Linux软件的开发过程,所以在Linux和类似的Mac环境中使用Git具备天然的优势,这也同时造成了在Windows上使用Git的困难。这个问题在用户身份认证方面尤其明显,特别是对于企业开发者来说。你可能会在刚开始使用Git的时候遇到类似以下的错误信息,特别是针对Team Fo 阅读全文
posted @ 2021-02-27 13:21 周文洋 阅读(2969) 评论(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 周文洋 阅读(623) 评论(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 周文洋 阅读(210) 评论(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 周文洋 阅读(204) 评论(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 周文洋 阅读(911) 评论(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 周文洋 阅读(180) 评论(0) 推荐(0) 编辑