重装系统后,需要安装AnkhSVN,结果一直报如下错误An error occurred during the installation of assembly"Microsoft.VC80.CRT,version = "8.0.50727.163", type = "win32", publicK...
The size of Container logs revealed the below error:2015-04-24 11:41:41,858 WARN [main] org.apache.hadoop.mapred.MapTask: Unable to initialize MapOutp...
分类:
其他好文 时间:
2015-06-10 10:10:17
阅读次数:
1238
Qt4升级Qt5注意问题Qt4过渡到Qt5的项目一开始就受阻,记录一下遇到的下面的问题--->编译遇到类似错误:error:QCalendarWidget:Nosuchfileordirectoryerror:QComboBox:Nosuchfileordirectoryerror:QDateEdi...
分类:
其他好文 时间:
2015-06-10 08:51:47
阅读次数:
141
install gcc ?install libxslt-devel libxml2-devel
分类:
其他好文 时间:
2015-06-09 23:50:22
阅读次数:
675
使用grunt压缩图片时,提示Loading "imagemin.js" tasks...ERROR>> Error: Cannot find module 'through'各种尝试都报错,网上搜不到解决办法,最后在项目目录安装了 grunt-contrib-imagemin 搞定,也是醉了。ba...
分类:
其他好文 时间:
2015-06-09 23:12:50
阅读次数:
177
1、错误描述
20:27:34 call new_procedure(20150112) Error Code: 1318. Incorrect number of arguments for PROCEDURE company.new_procedure; expected 2, got 1 0.000 sec
2、错误原因
CREATE DEFINER=`root`@`localhos...
分类:
其他好文 时间:
2015-06-09 21:58:32
阅读次数:
138
在coredata 数据库结构被更改后,没根据要求立即建立新version,而是在原version上进行了小修改,之后才想起来建立新版本。并通过以下代码合并数据库, NSError *error = nil; NSDictionary *options = [NSDictionary dict...
分类:
移动开发 时间:
2015-06-09 19:46:02
阅读次数:
255
在c/c++中,指针本身就是一个难点,再加与const的结合,常会产生许多让人费解的地方,在这里做个小结。1)定义const对象constintbuffsize=512;因为常量定义以后就不能修改,所以定义时必须初始化。consti,j=0;//error,i没有初始化2)指向const对象的指针constint*p;这个p是一个..
分类:
其他好文 时间:
2015-06-09 17:44:31
阅读次数:
108
YUM:Error:Cannotretrieverepositorymetadata(repomd.xml)forrepository:今天配置redhat6.6网络源的时候就出现这个提示,网上找了好多方法,试过了很多,但是都没有效果,这时候心都已经累死了埃果然啊!!之前配置源太顺利,以为没什么难度,但是一段时间之后再过来搞搞,就突..
分类:
Web程序 时间:
2015-06-09 17:42:49
阅读次数:
145
如果出现这样的错误:Project ERROR: Unknown module(s) in QT: svg
很 有可能 qmake 版本不一致造成的。
qmake , qtcreator , qtdesigner 和 QT 的版本必须一致。要么是 QT4 ,要么就是 QT5, qtcreator是QT5特有的core,ui编译IDE,其中ui编辑会调用qtdesigner. ...
分类:
其他好文 时间:
2015-06-09 17:20:19
阅读次数:
1385