摘要: 引入jar包:commons-fileupload-1.3.1.jar,commons-io-1.3.2.jar前台HTML: 用户名: 密码: 文件名: 文件名: ... 阅读全文
posted @ 2014-09-22 22:00 未曾蒙面 阅读(1019) 评论(0) 推荐(1)
摘要: 1、struts.xml:常用此方法配置 例如: <constant name="struts.devMode" value="true"></constant> 配置配置开发者模式2、struts.properties 例如: struts.devMode=true3、web.xml:可通过<filter>的<init-param>子元素指定 例如:<filter> <filter-name>struts2</filter-name> <filter-class& 阅读全文
posted @ 2013-05-05 10:45 未曾蒙面 阅读(508) 评论(0) 推荐(0)