自己通过将VS2008安装路径下的cvtres.exe拷贝替换了VS2010安装路径cvtres.exe 问题解决。以下为转载内容:安装多个VS 出现这个问题fatalerrorLNK1123:转换到COFF期间失败:文件无效或损坏。VS2010和VS2012或者sv2008和VS2010,高版本V...
分类:
Web程序 时间:
2014-07-14 23:57:20
阅读次数:
352
之前用Android自带的VideoView播放在线视频一直没问题的,今天突然碰到无法播放。
MediaPalyer返回的错误代码是-1004,API文档上写的是:Bitstream is not conforming to the related coding standard or file spec.
最后查明是因为我用了Mac下的Charles,然后没有开代理服务导致的。。。
进入系...
分类:
移动开发 时间:
2014-07-14 20:35:56
阅读次数:
369
在编程时经常遇到“无法解析的外部符号 _main,该符号在函数 ___tmainCRTStartup 中被引用”这样的错误,最近看了一些这方面的书籍,现将解决方案大概叙述一下:
连接程序在负责连接可执行程序时,选择相应的c/c++运行时启动函数。如果设定了/subsystem:windows连接程序开关,那么连接程序会试图寻找WinMain或wWinMain函数。如果连个函数都不存在,那么就...
分类:
其他好文 时间:
2014-07-14 17:03:51
阅读次数:
329
postypes.h:230:16: error: 'mbstate_t' was not declared in this scope...
分类:
移动开发 时间:
2014-07-14 17:01:19
阅读次数:
227
原来以为在Ubuntu下安装好了OpenCV之后,自己写个简单的程序应该很容易吧,但是呢,就是为了编译一个简单的显示图片的程序我都快被弄崩溃了。 在谷歌和上StackOverFlow查看相关问题解答之后,我下面就介绍Command Line和CMake两种方式。 首先我先粘上我测试的代码吧,...
分类:
系统相关 时间:
2014-07-14 14:29:36
阅读次数:
321
1、错误描述
七月 13, 2014 6:37:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [applicationContext.xml]
七月 1...
分类:
其他好文 时间:
2014-07-14 13:46:00
阅读次数:
651
启动后,访问:http://IP:1107/mdrill.jsp 蓝鲸任务即http:/IP:1107/topology.jsp 页面出现如下错误:HTTP ERROR 500Problem accessing /topology.jsp. Reason: KeeperErrorCode = ...
分类:
其他好文 时间:
2014-07-13 21:19:51
阅读次数:
447
异常截图:原因很简单,Hadoop对应的eclipse插件jar包版本不对,更换至响应版本即可。
分类:
编程语言 时间:
2014-07-13 19:48:47
阅读次数:
323
编译环境Ubuntu 12.04 (32或者64位)安装Gitsudo apt-get install git安装编译工具sudo apt-get install build-essential安装cmakesudo apt-get install cmake安装qt4sudo apt-get in...
分类:
其他好文 时间:
2014-07-13 19:17:16
阅读次数:
276
FATAL conf.Configuration: error parsing conf file: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.
14/07/12 23:51:40 ERROR namenode....
分类:
其他好文 时间:
2014-07-13 18:40:22
阅读次数:
291