解决: 开机启动 进入 升级之前的内核系统 然后 执行卸载 VMware 命令 # vmware-uninstall You have gotten this message because you are either downgrading VMware Workstation, Player, or VIX, or because you attempted to run either vmware-uninstall or vmware-uninstall-vix. If you are…
使用dos批处理命令递归删除指定的文件(夹): (下面内容针对清理VC工程!自己按说明任意修改) 2014-06-10修改:删除前增加了[y,n]询问: echo off rem 递归删除当前文件下指定扩展名的文件 rem 如果想要添加其他的扩展名文件,按下面del开头格式的行,继续添加对应的扩展名即可 rem 添加del扩展名需注意:如"*.res",会把"*.resx"的文件也删掉(c#中用到"*.resx"文件)!! rem [rem]开头…
摘要:win10安装docker进行学习的两种途径: Docker for Windows Installer.exe(地址https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe) DockerToolbox-19.03.1.exe(需要在docker hub进行注册ID,需要翻墙才能注册成功) 阿里云镜像提供的版本跟官方的不一致,更新比较慢:http://mirrors.aliyun.com/d…
VMware 和 Hyper-V 不能共存问题报错如下:VMware Workstation and Hyper-V are notcompatible. Remove the Hyper-V role from the system before running VMwareWorkstation. 翻译后我们可以很容易理解:VMware工作站和Hyper-V不兼容.运行VMware工作站的之前,从系统中删除Hyper-V的角色.在windows 8.1 最新版出来之前,在使用hyper-V和…