- 浏览: 71049 次
- 性别:
- 来自: 温州
最新评论
-
ern_me:
好文章!
框架中常用的jar包作用 (转)
文章列表
<%@ page language="java" contentType="text/html; charset=GBK"
pageEncoding="GBK"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equi ...
http://www.cnblogs.com/tjsquall/archive/2008/11/27/1342258.html
运行程序出现Cannot find message resources under key org.apache.struts.action.MESSAGE错误,是说明找不到ApplicationResources.properties,要注意以下四方面。
第一:在web.xml文件<web-app> <servlet>"把下面的内容放在这里"</servlet></web-app>中加入
...
struts测试相关网站:
http://jakarta.apache.org/site/downloads/downloads_cactus.cgi
http://strutstestcase.sourceforge.net/
http://www.ltesting.net/AutoTest/Others/200704/1866.htm
spring测试相关网站:
http://wiki.springside.org.cn/display/springside/Home
strutstestcase例子:少srtuts1.X相关包
一:he hierarchy of the type Test Cactus LoginAction is inconsistent
These errors happend because some interface /class in the hierarchy cannot be resolve.
For example: the error is occur in your class - class x, x inherits y, and in turn, y inherits z. However, the compiler
cannot resolve z (in ...
一:一对多时出现 save the transient instance before flushing
在一的一方加cascade="all"属性
二:Repeated column in mapping for entity 异常原因
http://blog.163.com/mianye349896094@126/blog/static/109528377201041932659677/
1、数据库的字段值和javaBean中的属性类型不统一。对于基本类型,要用wrapper类型而不是primitive类型。2、 hibernate的配置文件xxx.hbm.xml中的 ...
基本配置操作:http://yafei.iteye.com/blog/799999
inverse属性:http://www.iteye.com/topic/2633
inverse属性及hibernate其它知识(易理解):http://www.javaworld.com.tw/confluence/pages/viewpage.action?pageId=3479 <class name="org.onetomany.bo.Child" table="CHILD">
<id name=&quo ...
1.<bean:define id="foo" value="This is a new String"/>
2.<bean:define id="bar" value='<%= "Hello, " + user.getName() %>'/>
3.<bean:define id="last" scope="session" value='<%= request.getRequestURI() %>'/> ...
从javaeye开始
- 博客分类:
- IT生活
毕业六个月了,还是菜鸟,发现javaeye资源很多,很好的可以做为管理平时的错误,知识的平台,要开始好好努力了~