分类号:TP311.1UDC:D10621-408-(2007)6146-0密级:公开编号:2003031262成都信息工程学院学位论文系办办公自动化系统的设计与实现论文作者姓名:龙江申请学位专业:计算机科学与技术申请学位类别:工学学士指导教师姓名(职称):李晓岗(高级工程师)论文提交日期:2007年06月10日系办办公自动化系统的设计与实现摘要随着计算机技术的飞速发展,尤其是网络技术的超速发展,带动了信息的广泛交流甚至导致了信息爆炸,“信息时代”这一词汇似乎己经被普遍接受。因此,无论是对于一个国家还是对于一个企事业单位,如果要在未来的社会中获得发展,掌握信息技术已变成一个基本要素。当前,许多学校计算机的普及率正在不断的提高,在一定程度上提高了各部门的办公效率。随着校园计算机网络的建立,其日常的业务、公文管理等信息量不断膨胀,低效办公方式与不断增长的办公业务量之间的矛盾日益尖锐,依靠人工手段及时对大量的信息进行收集、整理和分析是难以做到的,只有改革传统的办公方式,充分利用先进的办公技术,逐步实现信息管理现代化,才能提高办公效率以适应形势的发展,为信息的上传、下达提供极为生动的通信方式。本文设计的信息管理平台,主要实现以下功能:1.信息管理2.邮件管理3.学生管理4.教师管理5.会议管理6.通讯录7.时间提醒等七个模块。此平台的搭建能够为较好的提高高校教学单位日常的行政办公效率,具有一定的实用性。关键词:自动化;C/S;办公自动化;信息管理现代化;办公效率TheDesignandImplementationofCollegeDepartmentOfficeAutomationSystemAbstractThefastdevelopmentofcomputertechnology,especiallythefastprogressofnetworktechnology,leadstheexplosionofinformation.Itseemsthat“InformationEra”hasbeenaccepteduniversally.Therefore,toanycountryorcompany,inordertowinthefuturecompetition,itisnecessaryforanycountryorcompanytomastertheinformationtechnology.Withthepopularizationofcomputersinallkindsofdepartmentsinthecampus,theefficiencyofofficebusinessimprovestosomedegree.Withtheestablishmentofnetworkincampus,theinformation,whichcontainsthedailybusinessdata,thedocument,isexpandingcontinuously.Theconflictbetweeninefficientworkingwayandtheincreasingofficebusinessisbecomingmoreandmorefurious.Itistoohardtocollect,clearupandanalyzemassinformationbymanualwork.Innovationoftheconventionalwayandutilizationoftheadvancedtechnologycanrealizethemodernizationofinformationmanagementstepbystep.Andthen,itcanimprovetheworkingefficiencytocatchupthedevelopmentofsocietyandprovideavividwaytocommunicateinformation.Amanagementinformationplatformisproposedinthispaper,whichincludesfollowingfunctions:(1)informationmanagement;(2)E-mailmanagement;(3)students’informationmanagement;(4)teachers’management;(5)conferencemanagement;(6)addresslist;(7)timereminder.Thosefunctionscanimprovetheefficiencyofdailyofficeworkofcampusdepartment.Keywords:Automation,C/S,OA,TheModernizationofInformationManagement,WorkEfficiency目录论文总页数:25页1引言.....................................................................11.1课题背景.............................................................11.2具体目标.............................................................11.3本课题研究的意义.....................................................21.4本课题的研究方法.....................................................22系统开发环境.............................................................22.1C\S模式概述.........................................................22.1.1C/S模式的概念...................................................22.1.2C/S架构软件的优劣势.............................................32.2系统运行环境.........................................................32.3SQLSERVER2005的优势................................................42.4VB.NET简单介绍.......................................................43系统设计分析.............................................................53.1办公自动化的概念.....................................................53.2需求分析.............................................................53.2.1办公工作模型分析.................................................63.2.2可行性研究.......................................................73.2.3系统功能图.......................................................84数据库表设计.............................................................94.1总体设计.............................................................94.1.1需求分析.........................................................94.1.2所需要的表......................................................104.1.3所需要的字段....................................................104.2表的设计............................................................105系统功能设计............................................................125.1登陆模块设计........................................................125.1.1功能分析........................................................125.1.2编码实现........................................................125.2功能分类模块设计....................................................135.2.1功能分析........................................................135.2.2编码实现........................................................135.3发送邮件模块设计....................................................135.3.1功能分析........................................................135.3.2编码实现........................................................145.4信息管理模块设计....................................................155.4.1功能分析........................................................155.4.2编码实现........................................................155.5学生管理模块设计....................................................165.5.1功能分析........................................................165.5.2编码实现........................................................165.6教师管理模块设计....................................................175.6.1功能分析........................................................175.6.2编码实现........................................................185.7通讯录模块设计..............................................