摘要
摘要
当前我国政府提出互联网+的信息化概念,各个高校进入了智慧校园的建设阶段,通过网络化管理手段,有利于提升现代校园的管理效率。目前根据相关调研情况,成都大学还没有开发出专门进行团委工作管理的信息化系统,还处于传统的人工管理模式,本课题研究开发团委综合管理系统能够集成各种团委管理工作数据,提升学校在团委管理方面的工作效率,具有及时性、准确性的优点。本文是从成都大学团委实际需求的背景下衍生提出来的。
本文围绕成都大学团委综合管理系统展开研究,本课题以J2EE技术作为技术支持,系统整体运用轻量级开发框架Hibernate、Spring、Struts2进行构建,采用SOA分布式架构实现了系统数据资源的共享,系统主要采用十分成熟稳定的J2EE 开发技术,支持用户通过B/S模式访问系统。本文研究重点是需求分析、总体设计、详细设计与实现。本文首先分析了团委工作管理方面存在的问题,分析了课题研究的主要背景,指出了课题研究需要实现的目的以及具有的意义;然后分析了系统业务功能和业务流程,从技术架构、应用逻辑架构等方面对系统进行了总体设计。最后对系统进行功能模块的详细设计与编码实现。本文研究的团委综合管理系统主要包括在线门户、社会实践管理、社团管理、挑战杯管理、团员干部管理、团推优管理、团建课题管理、场地预定管理、外联宣传管理、学生会管理以及团委会管理等模块。通过系统测试确定系统能正常稳定运行。
通过本课题的建设,成都大学团委综合管理系统让学院管理者了解院团委学生会的日常运作状况以及院团委学生会各部门的团结协作,加强了各部门之间的沟通与交流。系统实现了学院对院团委学生会的有效管理与监督,广大师生可以及时准确地了解学生会活动开展的情况,及时提出合理的批评与建议。系统帮助院团委学生会考评工作的进行。提升了院团委学生的地位,加强了院团委学生会的公众影响力。
关键词:团委综合管理,团建课题,社会实践,Spring框架
ABSTRACT
At present, the Chinese government has put forward the concept of informationization of Internet +, as well as all colleges and universities have entered the construction stage of the wisdom campus. Through the network management means, it is helpful to enhance the management efficiency of modern campus. At present, according to the relevant research situation, Chengdu University has not developed a special education system for the work of the Communist Youth League, but also in the traditional manual management model, the research and development of the Communist Youth League integrated management system to integrate a variety of CYL management work data, Mission management efficiency, with timeliness, accuracy of the advantages. This thesis is derived from the background of the actual needs of the Communist Youth League of Chengdu University.
This thesisfocuses on the integrated management system of Chengdu University, which is based on J2EE technology as the technical support. The system uses the lightweight development framework Hibernate, Spring,and Struts2 to construct the system. The Service-Oriented Architecture distributed architecture realizes the sharing of system data resources. Mainly using a very mature and stable J2EE development technology to support users through the B/S mode to access the system. The focus of this paper is demand analysis, overall design, detailed design and implementation. This paper first analyzes the problems existing in the work management of the Communist Youth League, analyzes the main background of the research, points out the purpose and significance of the research, and then analyzes the system business function and business process, from the technical architecture, application logic architecture And so on the overall design of the system. Finally, the detailed design and coding of the functional modules of the system are realized. The comprehensive management system of the Communist Youth League, which includes the online portal, the social practice management, the management of the community, the management of the challenge cup, the management of the members and the cadres, the management of the group, the management of the site, the management of the site, the management of the outreach, the student management Will manage the module. Through the system test to determine the system can be stable and normal operation.
Through the construction of this subject, the comprehensive management system of the Communist Youth League of Chengdu University will let the college managers understand the daily operation of the students' committee of the League Committee and the unity and cooperation between the departments of the Student Union of the Communist Youth League, and strengthen the communication and communication between the departments. System to achieve the College of the College Student Union effective management and supervision, the majority of teachers and students can timely and accurate understanding of student activities to carry out the situation, timely and reasonable criticism and recommendations. The system helps the committee of the Communist Youth League students to assess the work carried out. Enhance the status of students of the Communist Youth League, and strengthen the public influence of the Student Union.
Keywords:Communist Youth League management, group construction topics, social practice, Spring framework
目录
第一章绪论 (1)
1.1 课题研究的背景 (1)
1.2 国内外研究现状 (1)
1.3 课题研究的目的及意义 (3)
1.4 论文的工作与组织结构 (3)
第二章相关开发技术 (5)
2.1 Spring技术 (5)
2.2 Hibernate技术 (5)
2.3 Struts2技术 (7)
2.4 SOA架构技术 (8)
2.5 XML技术 (8)
2.6 Ajax技术 (9)
2.7 本章小结 (9)
第三章系统需求分析 (11)
3.1 系统业务功能分析 (11)
3.2 系统流程分析 (14)
3.3 系统非功能需求分析 (17)
3.4 本章小结 (18)
第四章系统总体设计 (19)
4.1 系统设计原则 (19)
4.2 系统技术架构设计 (20)
4.3 系统网络拓扑设计 (21)
4.4 系统运行环境设计 (22)
4.5 软件功能结构设计 (23)
4.6 系统数据库设计 (24)
4.7 本章小结 (30)
第五章系统详细设计与实现 (31)
5.1 系统开发环境 (31)
5.2 功能详细设计与实现 (31)
5.2.1 注册登录 (31)
5.2.2 在线门户 (33)
spring framework是什么框架的5.2.3 社会实践管理 (34)
5.2.4 社团管理 (37)
5.2.5 挑战杯管理 (39)
5.2.6 学生干部管理 (40)
5.2.7 团推优管理 (41)
5.2.8 团建课题管理 (42)
5.2.9 场地预定管理 (43)
5.2.10 外联宣传管理 (44)
5.2.11 团委会管理 (45)
5.2.12 学生会管理 (49)
5.3 本章小结 (50)
第六章系统测试 (51)
6.1 系统测试方案 (51)
6.2 测试过程与结果分析 (52)
6.3 测试结论 (54)
6.4 本章小结 (54)
第七章总结与展望 (55)
7.1 工作总结 (55)
7.2 进一步研究展望 (56)
致谢 (57)
参考文献 (58)
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论