我的java版本是jdk1.8.0_45,安装了protege后打开总显示: ERROR: Bundle org.protege.common [1] Error starting file:/home/xxx/Protege_4.3/bundles/org.protege.common.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.protege.common [1]: Unable t…
http://www.2cto.com/database/201211/169504.html ERROR 1130 (HY000):Host'localhost'解决方法   ERROR 1130 (HY000): Host 'localhost' is not allowed to connect to this MySQL server   www.2cto.com     出现原因:  mysql只有一个root用户,修改root密码后选了MD5,提交后,重新  登陆出现“Host 'l…
参考: error: pcap library not found! error: pcap library not found! 解决方法 $ sudo apt-get install libsqlite3-0 libpcap0.8 $ sudo apt-get install libpcap-dev 2017.9…
原因:  真机调试IOS支付宝功能GDB出现 rsa_private read error : private key is NULL提示 调试iOS 支付宝SDK的时候,执行demo.把 Partner(合作商户 ID) Seller(账户 ID) RSA public key(支付宝公钥) RSA private key(商户私钥) 执行的时候,报错 rsa_private read error : private key is NULL 解决方法:  A.将私钥转成PKCS8替换一下原私钥…
std::min error C2059: 语法错误:"::" 的解决方法 下面这段代码: size_t n = std::min(count_, num_elements); 编译会出现这样的错误: 1> error C2059: 语法错误:"::" 1> error C2589: "(":"::"右边的非法标记 解决办法 将std::min用括号括起来,问题解决. size_t n = (std::min)(c…
错误: error C2065: CoInitializeEx' : undeclared identifier 解决方法 原因: 本来程序的编译选项选择的是:使用标准windows库,当改为在静态库中使用MFC后就出现了上面的错误 解决方法 代码中添加依赖库 #pragma comment (lib,"Ole32.lib")…
要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能. #yum install readline; #yum install readline-dev; readline 也就是命令行编辑,关闭的话,你直接用psql 就不能编辑命令行,如果输错指令,不能回滚命令历史记录,只能手工重新输入. 在安装postgreSQL的过程中遇到一个问题,在执行 configure 过程中报以下错误,configure:…
在使用Delphi中的TClientSocket和TServerSocket进行通信编程时,当使用TClientSocket这方的客户端使用TClientSocket.close断开连接并退出程序时,使用TServerSocket这方的服务端有时会报‘’Asynchronous socket error 10053‘这个错误,查阅了这个错误说明:Software caused connection abort.(因软件原因导致连接终止).这个原因说明很鸡肋,因为你还是无法确定到底是哪个地方出现了…
最近在使用 vagrant homestead 时,不小心在虚拟机上使用了 exit 命令退出虚拟机,导致再使用 vagrant up 时出现以下错误: Bringing machine 'laravel53test' up with 'virtualbox' provider... ==> laravel53test: Checking if box 'laravel/homestead' is up to date... ==> laravel53test: Clearing any pr…
sass文件编译时候使用ruby环境,无论是界面化的koala工具还是命令行模式的都无法通过,真是令人烦恼. 容易出现中文注释时候无法编译通过,或者出现乱码,找了几天的解决方法终于解决了. 这个问题的奇葩之处在于在xp环境中没有任何问题,只是在windows7环境中才出现的这个. sass编译时候出现如下错误的解决方法: Syntax error: Invalid GBK character "\xE5" on line 8 of E:\work\sass\sass\_big_box.…
error C2220: warning treated as error - no 'object' file generated 警讯视为错误 - 生成的对象文件 / WX告诉编译器将所有警告视为错误.由于发生错误,没有生成对象或可执行文件. 只有当出现此错误/ WX标志设置和编译过程中出现警告.要解决这个错误,就必须消除你的项目一个警告. 要修复,请使用以下方法之一 修复了导致在您的项目警告的问题. 在一个较低的警告级别,例如编译,使用/ W3来代替/ W4. 使用警告杂注来禁用或抑制特定…
安装Oculus过程中可能会出现Internal Error:OVR53225466报错提示,如附件所示: 解决方法:修改hosts文件 操作方法: (1)以管理员方式打开记事本: (2)打开C:\Windows\System32\drivers\etc\hosts文件: (3)在该文件的最后一排添加如下四排地址: 66.220.146.48 www2.oculus.com 31.13.91.50 scontent.oculuscdn.com 31.13.91.50 securecdn.ocul…
MacOS 上安装 R 包 install.packages("data.table") 后面提示是否安装需要编译的版本: Do you want to install from sources the package which needs compilation?y/n 选择了 y 之后,报错 clang: error: unsupported option '-fopenmp' 网上找到的解决方法是: 安装 clang-omp brew install clang-omp 但是提…
./configure --prefix=/usr/local/pgsql ..... configure: error: zlib library not foundIf you have zlib already installed, see config.log for details on thefailure.  It is possible the compiler isn't looking in the proper directory.Use --without-zlib to…
以前也遇到过,当时解决了没写下来,这次正好又遇到了,就顺手写一下吧,别下次又忘记了. 当VC6的工程转到VC2010或更高版本时编译出现如下错误: c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\afxver_.h(81): fatal error C1189: #error :  Please use the /MD switch for _AFXDLL builds 很多解决方法是把工程属性中的“常规”-“MFC…
在树莓派上运行在windows上正确的程序,  报错: HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP OpenCV Error: Assertion failed (size.width> && size.height>) /modules/highgui/src/window.cpp, line terminate called after throwing an instance of 'cv::Exception' what(): /hom…
想验证下最新版本的qemu的一些功能,于是将其从qemu-0.12升级到了qemu-1.4,编译安装一切都很顺利,但是当创建virtual machine时,报错如下: [root@compute-- data3]# virsh create ubuntu.xml error: Failed to create domain from ubuntu.xml error: unknown OS type hvm 首先来看一下,ubuntu.xml <domain type='kvm'> <…
标签(空格分隔): ceph,ceph运维,rbd 解决思路: 在Ceph集群日常运维中,管理员可能会遇到有的image删除不了的情况: 1) 由于image下有快照信息,只需要先将快照信息清除,然后再删除该image即可 2) 该image仍旧被一个客户端在访问,具体表现为该image中有watcher.如果该客户端异常了,那么就会出现无法删除该image的情况 对于第一种情况,很好解决,下面要说的是第二种情况该如何解决.解决之前先科普一下watcher相关的知识: Ceph中有一个watch…
dedecms安全警告:Safe Alert: Request Error step 2!不知道大家有没有发现这个现象.只从Dedecms官方公布了之前的版本有严重的漏洞以来,现在在仿站的时候都是采用的是DedeCMS-V5.7- UTF8-SP1-Full版本,没有办法,本来以前那个版本用得好好的,现在又出现漏洞了,只好换成最新版了.出现Safe Alert: Request Error step 2的情况,其实还有一种类似的,如:织梦DedeCms出现Safe Alert: Request…
安装到mcrypt的时候出现了问题./configure提示出错,首先提示*** Could not run libmcrypt test program, checking why-*** The test program failed to compile or link. See the file config.log for the*** exact error that occured. This usually means LIBMCRYPT was incorrectly inst…
locust--scalable user load testing tool writen in Python(是用python写的.规模化.可扩展的测试性能的工具) 安装locustio需要的环境条件是:Python2.6+,但是不支持Python3. 今天在cmd里运行pip install locustio,报错提示:error: invalid command 'bdist_wheel'. 原因:pip和setuptools的版本较低. 解决方案:升级pip和setuptools. 一…
在MVC中根据模型类创建控制器时提示there was error getting the type的原因是你新建的这个类模型文件后没有重新生成,先重新生成项目就可以添加控制器了.…
在安装lxml时出现如下错误 gcc: internal compiler error: Killed (program cc1) 通过查看dmesg发现下述错误信息[2517343.500178] Out of memory: Kill process 5051 (cc1) score 632 or sacrifice child[2517343.501833] Killed process 5051 (cc1) total-vm:471664kB, anon-rss:326648kB, fi…
我的Mindjet MindManager 2012 Pro也就是MindManager10 在应用模板之后总会显示 Microsoft Visual C++ Runtime Library Runtime Error! Program: D:\Mindjet\MindManager \MindManager.exe R6025 -pure virtual function call 请尝试以下步骤: 1.找到模板文件的路径(我的路径是D:\本地磁盘D\Program Files\Mindjet…
原文链接 http://blog.csdn.net/bbdxf/article/details/25594703 [Decode error - output not utf-8]或者[Decode error - output not gbk] 错误信息意思就是脚本输出的信息不是某种指定编码. 指定的编码一般在XX.sublime-build里,比如ruby.sublime-build的内容为: { "shell_cmd": "ruby \"$file\"…
今天准备给yii2安装redis扩展,先安装了redis服务,然后安装redis php官方扩展,在make的时候提示' checking for igbinary includes... configure: error: Cannot find igbinary.h ' 上stackoverflow搜了下,说是默认安装Igbinary库的路径在/usr/local/php/indclude下面,改成/usr/php/include即可,看了一下服务器上根本没有装这个扩展,只能先装Igbina…
转自:http://www.bcoder.cn/17251.html 我和很多人一样都是linux菜鸟,但是呢又对此很是感兴趣,不折腾就是不爽: 我下载了centos 6.4安装好在VMware 虚拟机后一切正常: 于是我在本机安装下载Putty来连接虚拟机中的centos系统 结果提示:Network error:Connection refused 错误 意思是:连接被拒绝 这里顺便给大家提供一个putty中文版下载 地址:http://www.5yun.org/148.html ping了…
转自:http://blog.csdn.net/heray1990/article/details/47803541 在 Ubuntu 执行 sudo apt-get upgrade 时,出现了如下的报错: Setting up bluez (4.101-0ubuntu13.1) ... reload: Job is not running: dbus invoke-rc.d: initscript dbus, action "force-reload" failed. start:…
在 Ubuntu 执行 sudo apt-get upgrade 时,出现了如下的报错: Setting up bluez (4.101-0ubuntu13.1) ... reload: Job is not running: dbus invoke-rc.d: initscript dbus, action "force-reload" failed. start: Job failed to start invoke-rc.d: initscript bluetooth, acti…
产生原因: 没有安装PHP的gearman扩展 解决方法:1.  打开:http://pecl.php.net/package/gearman2.  wget  http://pecl.php.net/get/gearman-1.1.2.tgz3.  tar xzvf gearman-1.1.2.tgz4.  cd gearman-1.1.25.  /path/to/phpize6.  ./configure --with-php-config=/path/to/php-config7.  su…