2018年7月7日
摘要:
Python3: ImportError: No module named '_ctypes' 解决 WARNING: The Python bz2 extension was not compiled. Missing the bzip2 lib? 解决 安装pyqt5
阅读全文
posted @ 2018-07-07 09:49
c3tc3tc3t
阅读(575)
推荐(0)
2018年7月5日
摘要:
1 https://github.com/shageman/cobradeps
阅读全文
posted @ 2018-07-05 15:01
c3tc3tc3t
阅读(143)
推荐(0)
摘要:
sudo apt-get install libsqlite3-dev
阅读全文
posted @ 2018-07-05 11:49
c3tc3tc3t
阅读(177)
推荐(0)
2018年7月2日
摘要:
1 安装完docker 使用时,提示权限不够 2 我们到 /var/run 目录查看docker.sock权限 3 拥有者是root 所属组是docker, 我们查看有没有docker这个组 4 添加你使用docker时的用户名,例如rudy到这个组
阅读全文
posted @ 2018-07-02 22:57
c3tc3tc3t
阅读(289)
推荐(0)
摘要:
1 1 sudo apt-get update 2 3 2 sudo apt-get install \ 4 apt-transport-https \ 5 ca-certificates \ 6 curl \ 7 software-properties-common 8 9 3 curl -fsSL https://download.d...
阅读全文
posted @ 2018-07-02 22:50
c3tc3tc3t
阅读(400)
推荐(0)
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
阅读(643)
推荐(0)
摘要:
1 我的处理器是2700x 首先安装cpu检测 2 查看cpu内核 3 检测是否支持 kvm 4 然后安装
阅读全文
posted @ 2018-07-01 09:58
c3tc3tc3t
阅读(1546)
推荐(0)
摘要:
当在新的分支工作,修改的文件提交到暂存区,这时,切换到其他分之,可能报错,因为米有commit,如果切换到其他分支,暂存区的修改可能丢失,我们可以使用git stash save -a(暂存区) "自定义名字"执行后。我们还是在新分之,但是之前修改不见了。工作区干净 我们这时可以切换到其他分支,例如
阅读全文
posted @ 2018-07-01 08:26
c3tc3tc3t
阅读(166)
推荐(0)
2018年6月30日
摘要:
sudo add-apt-repository ppa:kelleyk/emacssudo apt updatesudo apt install emacs26
阅读全文
posted @ 2018-06-30 21:13
c3tc3tc3t
阅读(231)
推荐(0)
posted @ 2018-06-30 20:08
c3tc3tc3t
阅读(341)
推荐(0)