06 2017 档案
关于Struts2中 Action 配置method的解读
摘要:为Action配置method属性: 将Action类中的每一个处理方法都定义成一个逻辑Action方法。 <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http: 阅读全文
posted @ 2017-06-11 18:26 navyhj 阅读(1208) 评论(0) 推荐(0)
eclipse里没有j2ee
摘要:eclipse是客户端开发工具,本来就不带有j2ee的jar包,需要容器:比如tomcat来提供这个jar的。j2EE通用jar包列表:IKIKAnalyzer3.2.8.jar // 分词器ant-junit4.jar // ant junitantlr-2.7.6.jar // 没有此包,hib 阅读全文
posted @ 2017-06-07 23:54 navyhj 阅读(511) 评论(0) 推荐(0)
开发部署项目时出现:java.lang.OutOfMemoryError: PermGen space
摘要:java.lang.OutOfMemoryError: PermGen space 错误: 原文地址:http://www.cnblogs.com/shihujiang/archive/2012/06/07/2539967.html 1.多次开发部署项目时,遇到了PermGen space错误,ja 阅读全文
posted @ 2017-06-05 12:26 navyhj 阅读(308) 评论(0) 推荐(0)