码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
Unable to compile class for JSP:
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java fileThe type java.util.Map$Entr...
分类:Web程序   时间:2014-09-04 14:50:59    阅读次数:248
socket : read error Bad address
UDP socket : read error Bad address 在写UDP server,在调用套接字读取的时候发生了这个错误, 通过看errno.h 可以看到对应的错误号  EFAULT: Bad address (POSIX.1),在stackoverflow上看到的这个解释不错:It happen if the memory address of some argum...
分类:其他好文   时间:2014-09-04 11:55:09    阅读次数:421
rsync错误解决
rsync启动:/usr/bin/rsync--daemon守护进程启动(没装xinetd)如果装了xinetd:servicexinetdstart(二者选一即可)错误:@ERROR:authfailedonmoduleclientrsyncerror:errorstartingclient-serverprotocol(code5)atmain.c(1503)[sender=3.0.6]查看日志显示:authfailedonmodulec..
分类:其他好文   时间:2014-09-04 10:37:29    阅读次数:308
Invalid object name ‘sys.configurations’. (Microsoft SQL Server, Error: 208)
http://blogs.msdn.com/b/ramaprasanna/archive/2009/09/16/invalid-object-name-sys-configurations-microsoft-sql-server-error-208.aspx----------When you u...
分类:数据库   时间:2014-09-04 08:25:27    阅读次数:220
VMware vCenter Server Appliance Error: VPXD错误
最近不知道为什么VShere老报一个错误,有的时候在配置VCenter(OVF)的时候,有的时候会出现Erro:VPXDmustbestoppedtoperformthisoperation这个错误,提示就是让我关掉这个VPXD服务。这种错误以前偶尔出现,但是新版本中不知道为什么经常出现,后来发现如果想去掉这个错误就必..
分类:移动开发   时间:2014-09-04 03:06:08    阅读次数:601
【cocos2d-x学习笔记】导演,场景,层,精灵模型
CCDirector导演单例类,通过CCDirector::sharedDirector函数去获取导演对象CCDirector* d = new CCDirector() // error,单例对象不应该自己去创建1)导演负责初始化环境2)导演负责推动游戏进程 runWithScene, repla...
分类:其他好文   时间:2014-09-03 21:03:47    阅读次数:199
openstack 命令行nova list执行失败,提示认证不成功
【问题现象】 2014-09-03 19:18:25.520 22053 WARNING keystoneclient.middleware.auth_token [-] Verify error: Command ‘openssl‘ returned non-zero exit status 4 2014-09-03 19:18:25.522 22053 WARNING key...
分类:其他好文   时间:2014-09-03 19:57:47    阅读次数:355
[Android-Bluetooth] MODULE.TARGET.ETC.wpa_supplicant.conf already defined by xxxx error.
Hmmm, there is an error possibly like this:build/core/base_rules.mk:130: *** external/wpa_supplicant_8/wpa_supplicant: MODULE.TARGET.ETC.wpa_supplican...
分类:移动开发   时间:2014-09-03 19:47:17    阅读次数:1721
魔兽世界服务器Trinitycore分析三:日志模块
一:日志接口 TrinityCore的日志有六个级别, Trace,Debug,Info,Warn,Error,Fatal 它们分别对应以下这六个接口,(filterType__也是在配置文件中指定的)#define TC_LOG_TRACE(filterType__, ...) #define TC_LOG_DEBUG(filterType__, ...) #define TC_LOG_I...
分类:其他好文   时间:2014-09-03 18:10:37    阅读次数:272
解决MySQL server through socket ‘/tmp/mysql.sock‘
:/alidata/www/default#?mysql?-u?root?-h?localhost?-p Enter?password:? ERROR?2002?(HY000):?Can‘t?connect?to?local?MySQL?server?through?socket?‘/tmp/mysql.sock‘?(2) 可能的解决方案...
分类:数据库   时间:2014-09-03 17:02:27    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!