摘要:
Resolving Python error: Unable to find vcvarsall.bat While installing python package flask user using pip I was getting the error Unable to find vcvar 阅读全文
摘要:
以下命令以网站目录www为例做介绍,有时候更新网站的时候需要保留比如图片目录,或者其他目录就需要这样的操作 实例一: 删除文件夹内所有文件只保留一个文件命令 [root@linuxzgf www] cd html [root@linuxzgf html] ls a dede include inst 阅读全文
摘要:
解决 Github用户名 变为 invalid email address 问题 If the identity used for this commit is wrong, you can fix it with: git commit amend author='Your Name ' 一、首页 阅读全文
摘要:
直接编辑apt cyg 文件,找到md5sum,替换修改成sha512sum。 check the md5 digest= digactual= if ! test $digest = $digactual then echo MD5 sum did not match, exiting exit 阅读全文