05 2018 档案

摘要:VirtualBox 复制或者移动系统机,需要移动 VirtualBox vdi虚拟磁盘 直接添加 会报错 Cannot register the hard disk ..... with UUID VirtualBox 设置了 UUID 同一个虚拟磁盘不能重复注册 需要另外给复制/移动的vdi生成 阅读全文
posted @ 2018-05-30 23:31 willowj 阅读(594) 评论(0) 推荐(0)
摘要:安装 软件包 .sh .deb debian 类系统安装包,双击也成 .bin .tar.gz 先解压缩 = extract = gzipped archive = get from a file, not a tape drive To find more help on tar, enter o 阅读全文
posted @ 2018-05-30 22:05 willowj 阅读(246) 评论(0) 推荐(0)
摘要:安装conda ,pyenv 创建python环境时 有时候需要 permission , 但是默认是安装在用户系统环境下,sudo conda :command not found method 1 : 授予 路径权限 sudo chown R ubuntu /home/ubuntu/anacon 阅读全文
posted @ 2018-05-30 21:08 willowj 阅读(702) 评论(0) 推荐(0)
摘要:component does not update after modify chartData https://github.com/ElemeFE/v charts/issues/276 修改数据后 视图没有更新 即使 用了 vue.set 修改了数据,但是视图组件还是没有刷新 问题解决: 定义 阅读全文
posted @ 2018-05-18 12:32 willowj 阅读(2171) 评论(0) 推荐(0)