网站大量收购闲置独家精品文档,联系QQ:2885784924

ssh整合eb导出excel案例.doc

  1. 1、本文档共29页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ssh整合eb导出excel案例

基于Spring,Struts2,Hibernate整合, jsp页面导出(下载)excel文件的简单应用 1)本例不采用Java任何导出excel文件常用的poi或者jxl等第三方jar包,仅仅基于I/O,做一个最简单的ssh整合excel文件导出(下载)。 2)2-3为功能展示 a.主页展示 ·导出当前页到excel文件 ·导出全部到excel文件 b.详细信息展示(下属子地名) ·导出当前页到excel文件 3)4-7为ssh整合相关xml配置 a. Spring相关xml配置 b. Hibernate相关xml配置 c. Struts2相关xml配置 d. web.xml配置(Spring容器的实例化,struts过滤器的配置) 3)8-14为源代码 a.action代码 b.service代码(导出excel文件具体实现,包括下载文件名中文乱码问题,详见代码注释) c.dao代码 4)15-17为jsp页面 a.index.jsp(主页) b.list.jsp(列表显示) c.detail.jsp(详细信息-子地址列表显示) 1.导入相关jar包(ssh+dbcp) 2.本例导出全国地址详细信息,数据库中数据内容如下: 3.功能展示 a.主页 b.导出当前页(文件名为当前页起始id到结束id) c.导出当前页的excel文件内容 d.导出全部 e.下属地名详细信息 f.导出下属地名 4.spring配置 ?xml version=1.0 encoding=UTF-8? beans xmlns=/schema/beans xmlns:xsi=/2001/XMLSchema-instance xmlns:p=/schema/p xmlns:aop=/schema/aop xmlns:context=/schema/context xmlns:jee=/schema/jee xmlns:tx=/schema/tx xsi:schemaLocation=/schema/aop /schema/aop/spring-aop-2.5.xsd /schema/beans /schema/beans/spring-beans-2.5.xsd /schema/context /schema/context/spring-context-2.5.xsd /schema/jee /schema/jee/spring-jee-2.5.xsd /schema/tx /schema/tx/spring-tx-2.5.xsd bean id=dataSource class=mons.dbcp.BasicDataSource property name=url value=jdbc:mysql://localhost:3306/photo /property property name=username value=root /property property name=password value=hl1437 /property property name=driverClassName value=com.mysql.jdbc.Driver /property /bean bean id=sessionFactory class=org.springframework.orm.hibernate3.LocalSessionFactoryBean property name=dataSource ref=dataSource /property property name=hibernateProperties props prop key=hibernate.dialect org.hibernate.dialect.MySQLDialect /prop prop key=hibernate.show_sqltrue/prop prop key=hibernate.format_sqltrue/prop /props /property property name=mappingResources list valuecom/luo/ssh/entity/Address.hbm.xml/value /list /property /bean bean i

文档评论(0)

1444168621 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档