git revert 让提交不再害怕 使用了好多命令, 但对于 git revert 一直不敢怎么使用, 为什么呢? 因为 git merge 的存在. 每次 对于 git merge 的分支, 执行 git revert xxx 分支的时候总是报错. 没有细追. 今天同事恰好问道了这个问题. 于是 ...
分类:
其他好文 时间:
2018-07-12 01:01:31
阅读次数:
5999
#include <bits/stdc++.h>using namespace std;const int N = 100005, INF = INT_MAX;int n, k, A[N], L[N], R[N];long long cnt;void Merge(int p, int q, int ...
分类:
其他好文 时间:
2018-07-11 17:09:00
阅读次数:
132
*&---------------------------------------------------------------------* *& Report ZDM_ICM_PFO_COMPARISON *&------------------------------------------... ...
分类:
其他好文 时间:
2018-07-11 17:08:50
阅读次数:
190
最近有个需求要用Powershell要看迁移任务状态,原因就是微软O365网页看状态那个地方不准确的,你刚建立的任务,十分钟没有就说同步完成了。所以要查看状态就必须用PowerShell.我有一个脚本,但是执行时总出错,翻译成中文就是脚本执行Policy不许可。第一步:于是我第一步用了一个命令:PSC:\WINDOWS\system32>Get-ExecutionPolicy-listSco
分类:
系统相关 时间:
2018-07-11 14:56:46
阅读次数:
221
哪些方法可以绕过PowerShell Execution Policy? 转: https://blog.csdn.net/qq_27446553/article/details/50577296 ...
分类:
系统相关 时间:
2018-07-11 14:39:52
阅读次数:
137
8、WhichtwoaretrueabouttheFastRecoveryArea(FRA)?A)Itshouldbelargerthanthedatabase.B)SpacemanagementIntheFRAIsInfluencedbythedatabasebackupretentionpolicy.C)AdatabasemustbeinARCHIVELOGmodetousetheFRA.D)
分类:
其他好文 时间:
2018-07-11 10:42:12
阅读次数:
225
8、Which two are true about the Fast Recovery Area (FRA)? A) It should be larger than the database. B) Space management In the FRA Is Influenced by the ...
分类:
其他好文 时间:
2018-07-11 10:38:19
阅读次数:
120
1, git fetch 和 git pull 参考链接: https://stackoverflow.com/questions/292357/what-is-the-difference-between-git-pull-and-git-fetch git pull = git fetch + ...
分类:
其他好文 时间:
2018-07-10 23:30:46
阅读次数:
152
A merge B是把A中的改动放到B分支上,B merge A是把B中的改动merge到A中,例如把master分支上的改动移到分支fb_xhf上,可以这样merge。 1.转到master分支上,然后更新master最新更新。 2.再转到fb_xhf上,然后在Local Branches中选择m ...
分类:
其他好文 时间:
2018-07-10 21:27:32
阅读次数:
781
1, “/”应用程序中的服务器错误。 未能找到路径“D:\work-集客\DsWebs\DsWeb\DS.Web\dist\bin\roslyn\csc.exe”的一部分。 说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息 ...
分类:
Web程序 时间:
2018-07-09 15:29:46
阅读次数:
492