码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
HDU 1072 Nightmare( 身上带有定时炸弹的他能否在炸弹爆炸之前离开—— BFS+DP思想)
Nightmare Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description Ignatius had a nightmare last night. He found himself in a labyrinth with a time bomb on...
分类:Web程序   时间:2014-08-30 08:48:19    阅读次数:264
MyEclipse BUG
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开...
分类:系统相关   时间:2014-08-29 21:18:18    阅读次数:246
更新SDK后,打包APK时报 the zipalign tool was not found in the sdk
本人SDK更新后,在打包时报thezipaligntoolwasnotfoundinthesdk,于是查了一下,终于找到了解决方法:按照路径Eclipse--windows--androidSDKManager打开,然后更新所有的Build-tools,更新完后再重启,在打包测试,问题解决。如图:将以上的build-tools安装完后,一切就Ok。
分类:其他好文   时间:2014-08-29 18:30:38    阅读次数:214
Exception
配置Spring4 + Hibernate4遇到的问题: Messages:No Session found for current threadFile:org/springframework/orm/hibernate4/SpringSessionContext.javaLine number....
分类:其他好文   时间:2014-08-29 18:10:58    阅读次数:342
安装mezzanine时报:storing debug log for failure【已解决】
同时还提示: bz2 module is not found(貌似)解决方法:1。重新安装pythonwget http://bzip.org/1.0.6/bzip2-1.0.6.tar.gztar xpzf bzip2-1.0.6.tar.gzcd bzip2-1.0.6makemake -f M...
分类:其他好文   时间:2014-08-29 17:48:38    阅读次数:1090
HADOOP报错,随笔
1、新版本2.4.1中,profile/hadoop-env.sh中均己设置JAVA_HOME,java-version也正常。启动时报错:[root@nn~]#start-all.shStartingnamenodeson[]localhost:Error:JAVA_HOMEisnotsetandcouldnotbefound.localhost:Error:JAVA_HOMEisnotsetandcouldnotbefound....startingyarnda..
分类:其他好文   时间:2014-08-29 16:17:28    阅读次数:155
ubuntu12.04中shell脚本无法使用source的原因及解决方法
现象: shell脚本中source aaa.sh时提示 source: not found原因: ls -l `which sh` 提示/bin/sh -> dash这说明是用dash来进行解析的。改回方法: 命令行执行:sudo dpkg-reconfigure dash在界面中选择no再ls ...
分类:其他好文   时间:2014-08-29 14:32:37    阅读次数:239
RMAN-06023: no backup or copy of datafile 6 found to restore
一:问题描述我用指定备份集恢复时,报错:RMAN>run{2>shutdownimmediate;3>startupmount;4>allocatechannelc1typedisk;5>allocatechannelc2typedisk;6>restoredatabasefromtag='TAG2...
分类:其他好文   时间:2014-08-29 12:56:27    阅读次数:195
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误
hibernate出现 org.hibernate.PropertyNotFoundException: field [departmen] not found on cn.itcast.hibernate.domain.Employee1错误出现这种错误是因为,实体类的配置文件(ClassName...
分类:系统相关   时间:2014-08-28 21:11:46    阅读次数:401
[ACM] hdu 2262 Where is the canteen (高斯消元求期望)
Where is the canteen Problem Description After a long drastic struggle with himself, LL decide to go for some snack at last. But when steping out of the dormitory, he found a serious problem...
分类:其他好文   时间:2014-08-28 13:23:19    阅读次数:431
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!