摘要:
打开应用和功能,搜KB4023057,然后卸载。 打开系统服务,找到Windows Remediation Service (sedsvc)和Windows Update Medic Service (WaaSMedicSvc)并停止这些服务。 PS C:\Users\clu\Desktop> Ge 阅读全文
摘要:
https://github.com/ViRb3/de4dot-cex/blob/master/.gitmodules git submodule sync command - what is it for? Git stores information about submodules in tw 阅读全文
摘要:
Can I prevent the Firefox developer tools network panel from clearing on page reload? I couldn't find this setting in Firefox 57. The setting has been 阅读全文
摘要:
Fiddler is not capturing web request from Firefox You can also get the FiddlerHook plug in for Firefox that lets you handle how you want traffic to be 阅读全文
摘要:
How do you debug MVC 4 API routes? 解答1 RouteDebugger is good for figuring out which routes will/will not be hit. http://nuget.org/packages/routedebugg 阅读全文
摘要:
还没有commit之前,需要撤销。 最暴力的,直接用git reset --hard HEAD How to undo a git merge squash? If you run git merge --squash <other-branch> the working tree and inde 阅读全文
摘要:
假设需要查看的分支为temp 1.git show temp 通过这个可以拿到commit id 2.查看TortoiseGit的日志,左下角勾选所有分支 3.在日志界面搜索commit id,然后右键选中对应的commit,选择show branches this commit is on 4.在 阅读全文