大连东软信息技术职业学院
高职毕业设计(论文)
论文题目:村委会任务管理系统的设计与实现
系 所: 计算机科学与技术系 专 业: 软件技术 学生姓名: 王作璞 学生学号: 10110410618 指导教师: 闫海珍 导师职称: 副教授 完成日期: 2013年 6 月 7 日
大连东软信息技术职业学院
Dalian Neusoft Institute of Information Technology
大连东软信息技术职业学院毕业设计(论文) 摘要
村委会任务管理系统的设计与实现
摘 要
农村任务管理系统是在国家加快城镇一体化建设的大背景下,以甘肃省张掖市甘州区对农村任务管理的需求进行开发的。
本系统的开发有利于农村深化改革,全面快速地加快农村信息化建设,有效地解决农村任务分配乱、办公效率低等问题。同时,深化探索社区管理的新模式,打造特色化服务平台,秉承“群众实惠、办事便捷、服务高效”的理念,组织实施社区社会任务管理工作计划。为此,也就要求要有较高的任务管理模式,加强对基层任务完成情况的监督,便于村委会干部以及基层管理员对个人任务的管理。本系统加强了对各个层次任务的统一式、一站式管理,提高了基层部门对农村社区的管理效率,加快了农村转型的跨越式发展和城乡一体化发展的速度。
本系统的开发采用了ASP Active Server Pages技术,数据库采用Microsoft SQL Server 2008。
关键词:农村任务管理系统,任务管理系统,ASP
I
大连东软信息技术职业学院毕业设计(论文) Abstract
The Village Committee Task Management
System Design and Implementation
Abstract
Under the big background of our country speeding up the integration of urban
construction, the rural task management system is development to meet the needs of rural task management in Ganzhou district, Zhangye City, Gansu province .
The development of this system is conducive to deepening the rural reform, speeding the development of information construction comprehensively and rapidly in rural areas, solving effectively the problems of rural task allocation and low office efficiency. At the same time, we can explore a new model of community management in depth, and creating the characteristic service platform. Otherwise,we should organize and implement the community social work management plan,adhering to the concept of\efficient service\strengthen the supervision of grass-roots task completion and the cadres and grass-roots administrator manage individual task expediently. The system strengthens unified, on different levels of task one-stop management, enhances the level of management efficiency of rural community, speeds up the rural transformation development by leaps and bounds and the integration of urban and rural development speed.
The system is developed using the ASP Active Server Pages technology, database using Microsoft SQL Server 2008.
Key Words: Rural Task Management System, Task Management System,ASP
II
大连东软信息技术职业学院毕业设计(论文) 目录
目 录
摘 要 .................................................................................................... I ABSTRACT........................................................................................... II 第1章 绪 论 ................................................................................... 1
1.1 主要内容 .........................................................................................................1 1.2 项目概述 .........................................................................................................1
1.2.1 项目论证 ................................................................................................................ 1 1.2.2 实施方案 ................................................................................................................ 1 1.2.3 实施细则 ................................................................................................................ 2 1.2.4系统开发环境 ......................................................................................................... 2
第2章 关键技术介绍 ....................................................................... 3
2.1 编程语言 .........................................................................................................3 2.2 数据库 .............................................................................................................3 2.3 B/S模式 ...........................................................................................................3
第3章 系统分析 ............................................................................... 4
3.1 系统功能 .........................................................................................................4
3.1.1 上级管理员的功能 ................................................................................................ 4 3.1.2 基层管理员的功能 ................................................................................................ 5
3.2 系统构架概述 .................................................................................................5
3.2.1 功能框架 ................................................................................................................ 5 3.2.2 用户操作用例图 .................................................................................................... 6
第4章 系统设计 ............................................................................... 9
4.1数据库关系图 ..................................................................................................9 4.2数据库表 ........................................................................................................ 10
III
大连东软信息技术职业学院毕业设计(论文) 目录
4.3 系统体系结构 ............................................................................................... 13
第5章 系统详细设计和实现 ............................................................ 14
5.1 数据访问层的设计 ....................................................................................... 14 5.2 业务逻辑层的设计 ....................................................................................... 14 5.3 用户界面层的设计 ....................................................................................... 14 5.4 部分代码 ....................................................................................................... 18
第6章 总结与展望 .......................................................................... 21
6.1 总结 ............................................................................................................... 21 6.2 展望 ............................................................................................................... 21
参考文献 .............................................................................................. 23 致 谢 .................................................................................................. 24
IV