J2EE
文章平均质量分 70
nespal
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JSP中出现According to TLD or attribute directive in tag file..
一下转帖别人博客的解决方式 http://blog.youkuaiyun.com/f9inux/archive/2006/11/05/1368428.aspx 应用部署运行的时候出现JSP异常, 发生在使用JSTL库的时候: According to TLD or attribute directive in tag file, attribute value do转载 2011-11-25 16:16:23 · 267 阅读 · 0 评论 -
struts2.xml 的详细配置
> struts> include file="struts-default.xml">include> package的名字必须是唯一的 package可以扩展 当一个package扩展自 另一个package时该package会在本身配置的基础上加入扩展的package 的配置 父package必须转载 2011-11-06 19:24:30 · 245 阅读 · 0 评论 -
使用注解@Resoure的时候容易出现的问题
1.在使用@Resoure的时候需要注意 的事项 @Resource(name="userManger") public void setUsermanger(UserManger usermanger) { this.usermanger = usermanger; }你要注意 你的UserManger 是具体的实现原创 2011-11-07 15:31:00 · 535 阅读 · 0 评论
分享