2018年7月1日
摘要: https://stackoverflow.com/questions/37300811/android-studio-dev-kvm-device-permission-denied To check the ownership of /dev/kvm use The user was root, 阅读全文
posted @ 2018-07-01 18:59 c3tc3tc3t 阅读(619) 评论(0) 推荐(0)
摘要: 1 我的处理器是2700x 首先安装cpu检测 2 查看cpu内核 3 检测是否支持 kvm 4 然后安装 阅读全文
posted @ 2018-07-01 09:58 c3tc3tc3t 阅读(1521) 评论(0) 推荐(0)
摘要: 当在新的分支工作,修改的文件提交到暂存区,这时,切换到其他分之,可能报错,因为米有commit,如果切换到其他分支,暂存区的修改可能丢失,我们可以使用git stash save -a(暂存区) "自定义名字"执行后。我们还是在新分之,但是之前修改不见了。工作区干净 我们这时可以切换到其他分支,例如 阅读全文
posted @ 2018-07-01 08:26 c3tc3tc3t 阅读(137) 评论(0) 推荐(0)