随笔分类 - Others
摘要:error Error: self signed certificate in certificate chain 解决方法:yarn config set "strict-ssl" false -g error Error: https://registry.npmmirror.com/lazys
阅读全文
摘要:git clone报错 解决方案: git 添加代理 git config --global http.proxy 'http://xxx:xxx' git config --global https.proxy 'https://xxx:xxx'
阅读全文
摘要:如何用在windows用inux tee命令将终端输出同时保存到文件? UnxUtils download | SourceForge.net 下载解压复制 UnxUtils\usr\local\wbin下的tee.exe到C:\Windows\System32下即可
阅读全文
摘要:powershell (Get-CimInstance CIM_Processor).MaxClockSpeed[0]*(Get-Counter -Counter '\Processor Information(_Total)\% Processor Performance').CounterSam
阅读全文
摘要:分为三种情况: 一: 还未将变更从工作区加入到暂存区,即未执行git add 命令前,如: 此时可以使用git checkout命令来撤销修改,如: git checkout -- rainbow.txt start.txt git checkout -- * git checkout -- *.t
阅读全文
摘要:1.Enable hyper-v on windows 安装好的正版windows10没有hyper-v的虚拟环境怎么办? Copy 如下代码到 Hyper-V.cmd pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mu
阅读全文
摘要:在windows下用scp命令copy时报错: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@
阅读全文
摘要:对于使用使用DOS的人来说,会使用DOS命令是最基本的,而在当今即将盛行的EFI BIOS来说,就有了新的变化,如何操作EFI Shell 呢?至此我贴出了EFI Shell 的命令供大家学习。 EFI是Extensible Firmware Interface的缩写,是介于平台固件和操作系统之间的
阅读全文