码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
Android开发时提示Your project contains error(s),please fix them be
有次在使用eclipse写好Android的代码,代码没有报错。然后想在AVD中运行测试时,总是会弹出错误框,提示信息为:“Your project contains error(s),please fix them before running your application.”不管是重启AVD...
分类:移动开发   时间:2014-08-12 00:29:13    阅读次数:213
beego数据库orm操作数据表返回数组
1.0 数据表模型(mode)func GetMyads(zoneid string) ([]orm.ParamsList, error) { tidNum, err := strconv.ParseInt(zoneid, 10, 32) if err != nil { r...
分类:数据库   时间:2014-08-12 00:23:33    阅读次数:849
Oracle怎样方便地查看报警日志错误
由于报警日志文件很大,而每天都应该查看报警日志(查看有无“ORA-”,Error”,“Failed”等出错信息),故想找到一种比较便捷的方法,查看当天报警日志都有哪些错误。在网上查了几天的资料,尝试综合清除告警日志内容及建外部表的方式来解决这一问题。一:备份并清除告警日志内容将每天的告警日志备份好,...
分类:数据库   时间:2014-08-11 20:46:12    阅读次数:323
windows下egret环境搭建
作者:zccst1,下载安装nodejs安装完毕,通过cmd.exe查看node -v正常npm 时报错:nodejs/windows Error: ENOENT, stat 'C:\Users\RT\AppData\Roaming\npm'解决办法:Manually creating a fold...
分类:Windows程序   时间:2014-08-11 20:36:02    阅读次数:356
ios Xcode编译错误
[BEROR]CodeSign error: code signing is requiredfor product type ‘Application‘ in SDK ‘iOS 7.1‘ xcode编译出现这个错误,我的做法是,附图...
分类:移动开发   时间:2014-08-11 18:20:12    阅读次数:198
X240安装虚拟机无法读取USB设备,返回error code 9的解决方案
由于应用需要,要在win8 64位环境下安装vm,安装过程就不再多说了,网上有很多教程。 安装完成后,碰到一个问题,就是虚拟机无法读取USB设备,总是返回....error code 9的错误。 百度了很多,也请教了朋友,朋友提到,是不是usb3.0?一语提醒梦中人,原来我的电脑是X240,两个USB口都是3.0的。 到BIOS里,强制设置USB为2.0,其实就是把3.0模式,disable...
分类:其他好文   时间:2014-08-11 18:07:22    阅读次数:144
【ask】Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
1.周五对nodejs tcp长连接服务器框架进行压测,一切开始比较常规(没什么特殊问题)。2.突然手一哆嗦,把压测用的客户端群一起关闭了。3.这个时候nodejs的服务器爆出了"Caughtexception:Error:readECONNRESET"。4.这个以前做linux服务器时候见过(忽略...
分类:其他好文   时间:2014-08-11 17:34:02    阅读次数:188
SSH三大框架整合使用的配置文件 注解实现
1 Struts。xml 使用拦截器 所有Action请求使用dangStack拦截器 指定默认响应的Action 定义共通的拦截器,Result和Action组件 /error.jsp ...
分类:其他好文   时间:2014-08-11 17:19:22    阅读次数:303
windows 通过appache链接cgi程序
1 #!D:\Python27\2 3 print 'Content-type: text/plain'4 print5 6 print 'Hello, world'出现错误The server encountered an internal error or misconfiguration an...
分类:移动开发   时间:2014-08-11 17:07:02    阅读次数:278
3.      Can not upload image and get error “Glance - HTTPInternalServerError (HTTP 500)”
Inglace-regiter.logFile"/usr/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/session.py",line461,in_wrapraiseexception.DBError(e)DBError:(ProgrammingError)(1146,"Table‘glance.p_w_picpaths‘doesn‘texist")‘INSERTINTOp_w_picpaths(created_at,up..
分类:其他好文   时间:2014-08-11 12:13:42    阅读次数:319
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!