- 博客(8)
- 资源 (7)
- 收藏
- 关注
转载 SSH常见错误 包冲突
SSH常见错误Spring Hibernate在AOP方面的配置冲突 Spring2.0 Hibernate3.1.x/Hibernate3.2 在使用Spring的AOP编程时,会用到这几个lib: asm-2.2.2.jar asm-commons-2.2.2.jar asm-util-2.2.2.jar Hibernate如果使用lib: asm.jar asm-attrs.jar 其中asm-2.2.2.jar与asm.jar存在类上的冲突!!! 使用其中之一或两者都使用,可能会出现如下错误: ja
2011-01-13 00:08:00
892
转载 request.getAttribute()与request.getParameter() 方法区别
教程由JAVA中文网整理校对发布(javaweb.cc)当两个Web组件之间为转发关系时,转发源会将要共享 request范围内的数据先用setAttribute将数据放入到HttpServletRequest对象中,然后转发目标通过 getAttribute方法来取得要共享的数据。而MVC中用的就是Web组件之间的转发啊!真是笨,怎么当时没有想到呢? 下面整理一下getParameter和getAttribute的区别和各自的使用范围。(1)HttpServletRequest类有setAttribute
2011-01-12 21:57:00
719
转载 Java 学习网站汇总贴
今天在http://www.51itdh.com/这个网站上找到有好多Java学习的资料,所以收集下来给大家分享下。这个网站挺多编程这方面资源的。 1.Java学习网站:Java中文世界论坛 http://www.chinajavaworld.com/index.jspa Java世纪网 http://www.java2000.net/ Java 中文站 http://www.java-cn.com/ Java学习室
2011-01-12 01:14:00
454
1
转载 Tomcat 部署 Could not copy all resources to 或者Undeployment Failure could not be re
Tomcat 部署,在部署可能会出现以下问题: Deployment failure on Tomcat 6.x. Could not copy all resources to E:/apache-tomcat-6.0.16/webapps/HebbnWebServices. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually
2011-01-11 21:49:00
536
转载 not-null property references a null or transient value
org.hibernate.PropertyValueException: not-null property references a null or transient value: com.bjcx.project.entity.task.Equipmenttable.ProjPortfolioIDat org.hibernate.engine.Nullability.checkNullability(Nullability.java:72)at org.hibernate.event.def.Abs
2011-01-10 23:21:00
1559
转载 Cannot find bean in any scope
在Action里,当我使用request.getSession().setAttribute("dtos",objects);在页面里使用:页面显示正常.但是当我在Action里使用request.setAttribute("dtos",objects);页面就报错:org.apache.jasper.JasperException: Cannot find bean dtos in any scope 这种写法是不太完善:
2011-01-09 03:39:00
3057
转载 DispatchMapping[/user] does not define a handler property
错误 :javax.servlet.ServletException: DispatchMapping[0] does not define a handler property 原因: action参数配置不全 解决方法:在 config文件中 添加 parameter="method"等 错误: 表单数据验证失败时发生错误,“No input attribute for mapping path” 原因:action中表单验证 validate="true" ,如果validat
2011-01-09 02:08:00
2357
转载 java.lang.SecurityException
我在用MyEclipse6.0做Struts1.2、Hibernate3.1、Spring2.0的整合开发过程中,启动Tomcat6.0时遇到了如下异常: Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/
2011-01-08 02:44:00
3160
commons-beanutils
2011-01-08
网游-贝壳木马专杀beikescan
2009-12-29
打字高手--文录教学鉴定系统 8.3
2009-12-27
IIS5·1完全安装版
2009-12-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人