北在北方

太白枝头看,花开不计年,杯中浮日月,楼外是青天。

导航

2012年6月27日

摘要: Struts2上传多文件也很简单。在Action中把文件对应的属性用数组或者集合接收就可以了。 File[] file; String[] fileFileName; String[] fileContentType; 1、FileUploadAction的代码package cn.luxh.struts2.action;import java.io.File;import java.io.IOException;import java.text.SimpleDateFormat;import java.util.Date;import org.apache.commons.io.... 阅读全文

posted @ 2012-06-27 21:56 CN.programmer.Luxh 阅读(537) 评论(0) 推荐(1) 编辑

摘要: 1、下载、安装Axure RP 6.5 下载地址:http://www.axure.com/download 系统要求: For PC:Windows XP, 2003 Server, Vista, or 71 GB RAM1 GHz Processor60 MB disk spaceFor specifications, Microsoft Office Word 2000, XP, 2003, 2007, or 2010For prototypes, IE 6.0+, Firefox,Safari, or Chrome 安装和一般的软件没什么区别的,不多说。(可能安装时间稍微有点... 阅读全文

posted @ 2012-06-27 13:14 CN.programmer.Luxh 阅读(986) 评论(0) 推荐(0) 编辑