文件名称: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
开发语言: 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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.