我先把vagrantbox卸载了 重新装了一个 然后提示这个错误 当时我一脸蒙逼 后来经过百度 1, win+r 快捷键打开 “运行”,输入regedit 打开注册表 2,找到 HKEY_CLASSES_ROOT\CLSID\{00020420-0000-0000-C000-000000000046}InprocServer32 修改 第一行(默认)的值为 C:\Windows\system32\oleaut32.dll 3,找到HKEY_CLASSES_ROOT\CLSID\{00020424…
VirtualBox虚拟磁盘空间不够了,默认10G.想扩大,图形界面下没有找到可操作菜单.Google了一下用 Vbox自带的命令工具VBoxManage即可解决. C:\Program Files\Oracle\VirtualBox>VBoxManage modifyhd e:\vbox\Ubuntu12.04\Ubuntu1204-201302-disk1.vmdk --resize 300000%...Progress state: VBOX_E_NOT_SUPPORTEDVBoxMana…
virtualbox 的版本:5.1.26    下载地址:https://www.virtualbox.org/wiki/Downloads extension pack 的版本:5.1.26    下载地址:https://www.virtualbox.org/wiki/Downloads extension pack 安装: 1. 运行virtualbox,“管理” → “全局设定”: 2. 在弹出的 “全局设定” 界面左侧点击选中 “扩展”,然后在右侧点击添加新包按钮导入extensio…
我是 win7 64位 解决办法: 1, win+r 快捷键打开 “运行”,输入regedit 打开注册表 2,找到 HKEY_CLASSES_ROOT\CLSID\{00020420-0000-0000-C000-000000000046}InprocServer32 修改 第一行(默认)的值为 C:\Windows\system32\oleaut32.dll 3,找到HKEY_CLASSES_ROOT\CLSID\{00020424-0000-0000-C000-000000000046}I…
背景 今天创建了一个GO项目,写了几行代码 package chapter1 import "fmt" func main() { fmt.Println("hello world") } 运行后抛出如下异常: runnerw.exe: CreateProcess failed with error 216: Process finished with exit code 216 解决方案 经过排查,原来是因为idea在模块包chapter1创建go文件的话,默认导…
报错:Сannot Run Git runnerw.exe: AttachConsole failed with error 6 解决方案:指向Git 的git.exe文件所在的安装目录,配置上就可以了…
windows10上 theano安装之后出现的问题 >>> import theano You can find the C code in this temporary file: e:\temp\theano_compilation_error_aeiist Traceback (most recent call last): File "<stdin>", line 1, in <module> File "F:\ANACON…
  Android Studio 报错:Error:Failed to complete Gradle execution.  Cause: Connection reset.把最新可以运行的项目中gradle文件复制到要导入的项目中,进行替换,导入成功后重新clean一下,即可运行. 我又利用上面的方法导入了以前的另一项目,居然有报错: Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.a…
错误信息提示: Failed to instantiate [java.util.List]: Specified class is an interface; 错误信息意思:参数错误,参数封装出了问题. 原因: 前端给后台传递了一个list对象,本来以为直接用list 可以接收,但是运行方法报错,参数错误.查询错误问题,发现是前端传递的对象,后台没有set,get的实体接收. controller中参数List内封装的不是基本数据类型,而是一个对象,springMVC源码获取前台的参数是:re…
$ cordova plugin add E:\_My_File_____\_work\MyCode\myCode\cordova-workspace\plugman-test\MyMath --saveError: Failed to fetch plugin E:_My_File______workMyCodemyCodecordova-workspaceplugman-testMyMath via registry.Probably this is either a connection…