eclipse,myeclipse综合

1.Myeclipse点击发布无反应

进入workspace目录,删除.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.ast.deploy.core.prefs即可.

2.struts2: Unable to load configuration. - action - file:/D:/tomcat-6.0.32/webapps/kaoqin/WEB-INF/classes/struts.xml
struts.xml里面的pakage里需要加上extends="struts-default".

3.如何将struts2中的后缀.action改为do?
方法一:在struts.xml配置中加<constant name="struts.action.extension" value="do,action" />
方法二:在src下建立struts.properties,然后把name="struts.action.extension" value="do,action"添加进去。

上一篇:【swift学习笔记】四.swift使用Alamofire和swiftyJson


下一篇:日志管理之 Docker logs - 每天5分钟玩转 Docker 容器技术(87)