{$cfg_webname}
主页 > 计算机 > 其他 >

基于web大学资产管理信息系统的设计与实现(附答辩)

来源:wenku163.com  资料编号:WK1638234 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1638234
资料介绍

基于web大学资产管理信息系统的设计与实现(附答辩)(含选题审批表,任务书,开题报告,毕业论文说明书15000字,答辩记录,答辩ppt,实习报告)
摘  要:高校的资产管理信息化建设是数字化校园的重要组成部分。随着我国高等教育体制改革的不断深入,学校规模不断扩大,学生人数不断增加,高校资产管理任务日趋繁重。这也对高校的资产管理系统提出了更多的功能要求和安全要求。因此,深入研究并探讨解决这些问题,是当前高校资产管理改革的重要课题。Internet/Intranet应用的普及和Web技术的发展,为基于Web的信息管理系统实现提供了一个理想的平台,采用Web技术已经成为新一代信息管理系统的发展趋势和主要特征。本系统基于Web技术开发和设计的湖南农业大学资产管理系统,为异地办公提供了良好的基础。本系统采用Flex技术进行开发,Flex是现今流行的AIR富客户端开发软件之一,由于全球连上Internet的98%电脑都已经安装其虚拟机(Adobe Flash Player),所以使在网上跑C\S成为了可能,传统的JSP、PHP等开发都是静态网页开发,而Flex的动态页面方面做的相当出色,现在已经有越来越多的网页都是用Flex开发了。
关键词:AIR客户端;Flex技术;ibatis框架;Oracle数据库

Design and implementation of Assets management information system for HUNAU Based on web
Abstract: University information technology asset management is an important component of digital part of the campus. With the constant deepening of China's higher education system, schools have been expanding, increasing the number of students, university asset management tasks become increasingly heavy. This asset management system for colleges and universities raised more functionality and safety requirements. Therefore, further research and explore ways to solve these problems, the current reform of university assets management an important issue.Internet / Intranet applications and the popularity of Web technologies, Web-based information management system provides an ideal platform with a new generation of Web technology has become the development trend of information management systems and the main features. The system is based on Web technology development and design of Hunan Agricultural University, asset management system for remote office to provide a good foundation.The system uses technology developed Flex, Flex is now the popular AIR rich client software development, one connected to the Internet as the global 98% of computers have been installed the virtual machine (Adobe Flash Player), so that the web run C \ S as possible, the traditional JSP, PHP web development and other development are static, but dynamic pages Flex has done quite well, now have more and more pages are developed using Flex.
Key words: AIR client; Flex Technology; ibatis framework; Oracle database

2  系统分析
2.1  资产管理系统的需求分析
湖南农业大学基于对资产管理系统所拥有功能的满意,特提出要求建设基于web的资产管理系统设计,实现网络化管理,通过网络的实时性和广泛性有效的解决资产分散、数据更新困难,数据安全性等问题,大大提高学院资产管理的工作效率,实现以下目标:
2.2.1  实现网络化管理
各项固定资产信息日常管理流程中,包括资产的申请采购、登记入账,审核入库、调拨申请、变更审核、报废下账等等;并可即时分析资产数据。
2.2.2  实现协同作战
实现多部门、多人员的协同办公,突破时间、地域的限制,大大提高工作效率;网上登录系统提交数据,相关部门在网上审核,即可轻松完成日常管理工作。
2.2.3  数据共享
    实时更新,即时查询,随时上网都可以查询到最新的资产数据,而无需在多个部门收集整理才能得到最新资料,大大提高工作效率。
2.2  功能模块划分
主要功能模块划分为:
登录模块:并可切换至注册模块。
个人信息模块:我的个人信息。
权限管理模块:下设用户管理、更改权限(此为管理员专用)。
资产管理模块:下设基础项管理、模板管理、设备管理。
资产审批模块:下设资产入库审批、资产出库审批、资产归还审批(管理员专用)。
资产申请模块:下设资产入库申请、资产出库申请、资产归还申请。
设备使用情况管理:下设设备使用情况查询、设备年限报废管理、设备损坏管理
 

基于web大学资产管理信息系统的设计与实现(附答辩)
基于web大学资产管理信息系统的设计与实现(附答辩)


目    录
摘要    1
关键词    1
1  前言    2
1.1  项目开发背景    2
1.2  技术可行性研究    3
1.2.1  java语言介绍    3
1.2.2  flex介绍    3
1.2.3  spring框架介绍    4
1.2.4  ibatis框架介绍    4
1.2.5  Oracle数据库介绍    4
1.3  社会可行性研究    5
1.3.1  学校资产管理系统的发展    5
1.3.2  本系统要达到的设计目标    6
2  系统分析    6
2.1  资产管理系统的需求分析    6
2.2.1  实现网络化管理    7
2.2.2  实现协同作战    7
2.2.3  数据共享    7
2.2  功能模块划分    7
3  系统设计    8
3.1  系统功能设计    8
3.2  各子模块功能设计    8
3.2.1  登录模块功能设计    8
3.2.2  个人信息模块功能设计    9
3.2.3  权限管理模块功能设计    9
3.2.4  资产管理模块功能设计    9
3.2.5  资产审批模块功能设计    10
3.2.6  资产申请模块功能设计    10
3.2.7  设备使用情况管理模块功能设计    11
3.3  数据库概要设计    12
3.3.1  数据库实体设计    12
3.3.2  数据库关系设计    16
4  系统详细设计    17
4.1  登录模块的设计    17
4.1.1  前台设计    17
4.2  管理员界面的功能设计    22
4.3  用户界面的功能设计    23
4.4  基础项管理模块的设计与实现    24
4.4.1  前台设计    24
4.4.2  后台设计    27
4.4.3  基础项管理模块的时序图    31
4.5  模板管理模块的设计与实现    32
4.5.1  前台设计    32
4.5.2  后台设计    33
4.5.3  模板管理模块的时序图    34
4.6  设备管理模块的设计与实现    38
4.6.1  前台设计    38
4.6.2  后台设计    39
4.6.3  设备管理模块的时序图    40
4.7  数据库详细设计    44
5  结论    47
参考文献    47
致谢    49
 

推荐资料