文件名称:voucher_struts1.1
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-04-07
- 文件大小:
- 11.93mb
- 下载次数:
- 0次
- 提 供 者:
- 徐*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
项目名称:网络报销管理系统
开发语言: 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
开发语言: 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
.................\.classpath
.................\.myeclipse
.................\.mymetadata
.................\.project
.................\.settings
.................\.........\.jsdtscope
.................\.........\org.eclipse.jdt.core.prefs
.................\.........\org.eclipse.wst.jsdt.ui.superType.container
.................\.........\org.eclipse.wst.jsdt.ui.superType.name
.................\WebRoot
.................\.......\META-INF
.................\.......\........\MANIFEST.MF
.................\.......\WEB-INF
.................\.......\.......\classes
.................\.......\.......\.......\com
.................\.......\.......\.......\...\lonton
.................\.......\.......\.......\...\......\voucher
.................\.......\.......\.......\...\......\.......\action
.................\.......\.......\.......\...\......\.......\......\AccountApplyAction.class
.................\.......\.......\.......\...\......\.......\......\AccountCheckAction.class
.................\.......\.......\.......\...\......\.......\......\AccountQueryAction.class
.................\.......\.......\.......\...\......\.......\......\BaseAction.class
.................\.......\.......\.......\...\......\.......\......\LoginAction.class
.................\.......\.......\.......\...\......\.......\......\LogoutAction.class
.................\.......\.......\.......\...\......\.......\......\VerifiCodeAction.class
.................\.......\.......\.......\...\......\.......\dao
.................\.......\.......\.......\...\......\.......\...\AccountDAO.class
.................\.......\.......\.......\...\......\.......\...\BaseDAO.class
.................\.......\.......\.......\...\......\.......\...\DAOException.class
.................\.......\.......\.......\...\......\.......\...\DAOFactory.class
.................\.......\.......\.......\...\......\.......\...\ItemDAO.class
.................\.......\.......\.......\...\......\.......\...\UserDAO.class
.................\.......\.......\.......\...\......\.......\...\impl
.................\.......\.......\.......\...\......\.......\...\....\AccountDAOImpl.class
.................\.......\.......\.......\...\......\.......\...\....\ItemDAOImpl.class
.................\.......\.......\.......\...\......\.......\...\....\UserDAOImpl.class
.................\.......\.......\.......\...\......\.......\entity
.................\.......\.......\.......\...\......\.......\......\Account.class
.................\.......\.......\.......\...\......\.......\......\Item.class
.................\.......\.......\.......\...\......\.......\......\User.class
.................\.......\.......\.......\...\......\.......\interceptor
.................\.......\.......\.......\...\......\.......\...........\CheckLoginInterceptor.class
.................\.......\.......\.......\...\......\.......\test
.................\.......\.......\.......\...\......\.......\....\AccountDAOTest.class
.................\.......\.......\.......\...\......\.......\....\ItemDAOTest.class
.................\.......\.......\.......\...\......\.......\util
.................\.......\.......\.......\...\......\.......\....\ConnectionUtil.class
.................\.......\.......\.......\log4j.properties
.................\.......\.......\.......\mqldb.properties
.................\.......\.......\.......\struts.xml
.................\.......\.......\.......\voucher.sql
.................\.......\.......\.......\项目说明文件.txt
.................\.......\.......\lib
.................\.......\.......\...\antlr-2.7.6.jar
.................\.......\.......\...\asm-attrs.jar
.................\.......\.......\...\asm.jar
.................\.......\.......\...\c3p0-0.9.1.jar
.................\.......\.......\...\cglib-2.1.3.jar
.................\.......\.......\...\commons-collections-2.1.1.jar
.................\.......\.......\...\commons-fileupload-1.2.1.jar
.................\.......\.......\...\commons-logging-1.0.4.jar
.................\.......\.......\...\dom4j-1.6.1.jar
.................\.......\.......\...\freemarker-2.3.15.jar
.....