码迷,mamicode.com
首页 >  
搜索关键字:Found invalid even    ( 10047个结果
java.lang.RuntimeException: Invalid action class configuration that references an unknown class nam
可能是你的配置没有这个类或者你在返回的参数没有相应的操作吧我是用struts2.1 有一次是返回字符串是没配置的所有有这个问题就是没找到你要用的类,你确定你的那个CLASS是叫studentAction吗?是不是写错了,一般CLASS的首字母都是大写,比如StudentAction。JAVA对大小写...
分类:编程语言   时间:2014-09-09 10:38:38    阅读次数:188
使用spring注入时出现is not writable or has an invalid setter method
在web-application-config.xml中定义 结果,运行时出错:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'employeeServiceDest' ....
分类:编程语言   时间:2014-09-09 10:35:08    阅读次数:205
no matching provisioning profiles found问题
下载真机调试证书,添加到organizer,添加完成后xcode还是找不到,真操蛋的bug,怎么都找不到,指定名称也不行,关了重开也不行最后clean一下项目 出来了 这个问题搞了我半天时间无语啊苹果的开发工具和微软比真不是一个级别。
分类:其他好文   时间:2014-09-08 06:25:56    阅读次数:146
Linux下图形化调试工具: kdbg, ddd
在linux下调试确实是个很麻烦的事, 用gdb调试不怎么方便, 没有在windows下用vs爽, 主要原因还是因为gdb是用命令行形式, 其实在linux下也有一些基于gdb的图形化调试工具. 1. kdbg ubuntu下 直接 sudo apt-get install kdbg 即可安装. 若启动后出现 MNG error 11: Function is invalid at ...
分类:数据库   时间:2014-09-06 23:54:24    阅读次数:1221
exp/imp碰到的两则问题处理(ORA-00904和the objects were exported by ABC not by you)
最近负责搭建某系统的用户环境,其中涉及从测试环境导入数据,由于受客观因素制约,不能使用传输表空间方法同步,因此需要用imp/exp或数据泵的方法,这里采用的是imp/exp。下面记录操作过程中碰到的问题。 问题1:exp导出时ORA-00904: "IFREEPOOL": invalid identifier和"OLEVEL": invalid identifier错误 第...
分类:其他好文   时间:2014-09-06 23:51:54    阅读次数:503
常见错误总结
tomcat启动时,出现下面错误,然后tomcat不能正常关闭:九月 06, 2014 9:53:43 上午 org.apache.catalina.core.StandardServer await警告: StandardServer.await: Invalid command 'SUTDOWN...
分类:其他好文   时间:2014-09-06 10:52:23    阅读次数:175
eclipse安装maven报错
Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse (inc....
分类:系统相关   时间:2014-09-06 00:59:32    阅读次数:288
Python字典实现
Python dictionaries are implemented ashash tables.Hash tables must allow forhash collisionsi.e. even if two keys have same hash value, the implementat...
分类:编程语言   时间:2014-09-05 22:21:42    阅读次数:607
eclipse导入工程报Invalid project description(转载)
转自:http://blog.sina.com.cn/s/blog_a2eab3000101k3r7.html昨天新搭建的环境,今天把以前的项目导入eclipse时报错:说的是我导入的项目与workSpace里面的项目重叠了,解决办法是:选中导入工程的对话框的Copy projects into.....
分类:系统相关   时间:2014-09-05 18:06:01    阅读次数:235
ibatis 更改resultmap后 java.sql.SQLException: Column 'del_status' not found.
当在resultmap中增加字段后,查询语句也必须增加相应字段,否则会报错,java.sql.SQLException: Column 'del_status' not found.因为查询结果与resultmap对应不上,ibatis在查询获得结果集中找不到resultmap的对应字段,我是在re...
分类:数据库   时间:2014-09-05 18:05:51    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!