CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:voucher_struts1.1

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-04-07
  • 文件大小:
    11.93mb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

项目名称:网络报销管理系统



开发语言: Java



开发环境:Windows XP sp2



IDE: MyEclipse 8.5

设计模式: MVC



WEB服务器:TomCat 6.0



数据库: MySQL 5.1



开发技术:Struts2 + JDBC + JSP



访问登陆地址:localhost:8080/voucher/login



主要实现功能:一、用户的登陆功能 ,根据用户的用户名和密码登陆到系统主页面,登陆过程中会验证用户的用户名和密码是否正确,如果不正确就会提示用户且停留在登陆页面等待用户继续输入。并设置有登陆拦截器所以不能跳过登陆而直接访问系统主页面。

   二、主页面功能主要有:报销单查询、报销单申请、报销单审核、报销单审批、退出系统等功能。因为每个登陆用户都有一个权限状态码,其中报销单查询、报销单申请、退出系统功能所有用户都能使用,而报销单审批只有权限状态为1的用户才能使用,报销单审核只有权限状态为2的用户才能使用。-Project Name : Network Management System reimbursement



Development languages ​ ​ : Java



Development environment : Windows XP sp2



IDE: MyEclipse 8.5

Design Patterns : MVC



WEB server : TomCat 6.0



Database : MySQL 5.1



Development of technology : Struts2+ JDBC+ JSP



Visit landing Address : localhost: 8080/voucher/login



The main functions: a user s login functionality log the user s user name and password to the system home page , landing process will validate the user s username and password are correct , if not correct it will prompt the user and stay in the landing page waiting for the user continue typing. And is provided so you can not skip the login interceptor and direct access to the system login page.

Second, the main page features are: single query reimbursement , reimbursement single application , a single audit reimbursement , reimbursement single approval, exit the system functions. Because each user has a landing permission status code , whic
(系统自动生成,下载前可以参看下载内容)

下载文件列表

voucher_struts1.1/
voucher_struts1.1/.classpath
voucher_struts1.1/.myeclipse/
voucher_struts1.1/.mymetadata
voucher_struts1.1/.project
voucher_struts1.1/.settings/
voucher_struts1.1/.settings/.jsdtscope
voucher_struts1.1/.settings/org.eclipse.jdt.core.prefs
voucher_struts1.1/.settings/org.eclipse.wst.jsdt.ui.superType.container
voucher_struts1.1/.settings/org.eclipse.wst.jsdt.ui.superType.name
voucher_struts1.1/WebRoot/
voucher_struts1.1/WebRoot/META-INF/
voucher_struts1.1/WebRoot/META-INF/MANIFEST.MF
voucher_struts1.1/WebRoot/WEB-INF/
voucher_struts1.1/WebRoot/WEB-INF/classes/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/AccountApplyAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/AccountCheckAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/AccountQueryAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/BaseAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/LoginAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/LogoutAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/action/VerifiCodeAction.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/AccountDAO.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/BaseDAO.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/DAOException.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/DAOFactory.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/ItemDAO.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/UserDAO.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/impl/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/impl/AccountDAOImpl.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/impl/ItemDAOImpl.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/dao/impl/UserDAOImpl.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/entity/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/entity/Account.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/entity/Item.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/entity/User.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/interceptor/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/interceptor/CheckLoginInterceptor.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/test/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/test/AccountDAOTest.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/test/ItemDAOTest.class
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/util/
voucher_struts1.1/WebRoot/WEB-INF/classes/com/lonton/voucher/util/ConnectionUtil.class
voucher_struts1.1/WebRoot/WEB-INF/classes/log4j.properties
voucher_struts1.1/WebRoot/WEB-INF/classes/mqldb.properties
voucher_struts1.1/WebRoot/WEB-INF/classes/struts.xml
voucher_struts1.1/WebRoot/WEB-INF/classes/voucher.sql
voucher_struts1.1/WebRoot/WEB-INF/classes/项目说明文件.txt
voucher_struts1.1/WebRoot/WEB-INF/lib/
voucher_struts1.1/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/asm-attrs.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/asm.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/c3p0-0.9.1.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/cglib-2.1.3.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/commons-collections-2.1.1.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/freemarker-2.3.15.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/freemarker.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/hibernate-tools.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/hibernate3.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/json-lib-2.1.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/jstl.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/jta.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/log4j-1.2.11.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/mybatis-3.0.6.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/mybatis-spring-1.0.2.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.8-bin.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/ognl-2.7.3.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/ojdbc6.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/standard.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/struts2-core-2.1.8.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/struts2-json-plugin-2.1.8.1.jar
voucher_struts1.1/WebRoot/WEB-INF/lib/xwork-core-2.1.6.jar
voucher_struts1.1/WebRoot/WEB-INF/web.xml
voucher_struts1.1/WebRoot/apply.jsp
voucher_struts1.1/WebRoot/checkAccount.js

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com