windows常用命令

查看文件的md5值

1
2
3
certutil -hashfile filename MD5  
certutil -hashfile filename SHA1
certutil -hashfile filename SHA256

在powershell下使用conda

Powershell是不支持activate操作的,一个方法是先切到cmd中,激活环境,然后再执行powershell

1
2
3
cmd
activate py2
powershell

分享到