青岛农业大学毕业论文(设计)题目:工资管理系统的设计与实现姓名:学院:理学与信息科学学院专业:计算机科学与技术班级:2009级2班学号:指导教师:2013年6月10日I工资管理系统的设计与实现摘要:在当今计算机技术高速发展下,企业已进入了信息化的时代。而为了使工资管理理能够做到更高效、更科学,决定开发工资管理系统。本文主要采用的方法是结构化分析,首先介绍的是系统的开发背景,系统的开发目的;接下来系统的关键技术以及系统开发模式的介绍;之后是系统分析,包括系统可行性分析,业务流程分析,数据流程分析和数据字典;然后是系统设计,包括功能设计和数据库的设计;再接下来讲解的是系统是怎么实现的,主要阐述了系统方法及界面的实现;最后是系统测试,测试了本系统的功能和性能。该系统采用JSP+SQLServer2008的开发,开发过程中信息的发布,静态页面的显示技术采用了模块化的方法。系统的开发模式,采用B/S模式。该系统能更好的实现营商企业管理,利用数据库技术可以存储大量的信息。本系统很好地实现了人机交互,不仅缩短了支付工资的时间,同时也避免了传统人工计算的错误。总之,系统的工资管理周到,功能齐全,大大提高了企业的工资管理的效率。关键词:工资管理系统;SQLServer数据库;结构化分析IISalaryManagementSystemDesignandImplementationAbstract:Withthedevelopmentofcomputertechnology,thecompanyhasenteredtheinformationage.Inordertobeabletodothepayrollmanagementmoreefficient,morescientific,decidedtodevelopapayrollsystem.Thispaperusesthemethodofstructureanalysis,introducesthesystemdevelopmentbackground,systemdevelopmentgoal;thenintroducesthekeytechnologyandsystemdevelopmentmodel;secondly,systemanalysis,includingthefeasibilityanalysis,businessprocessanalysis,dataflowanalysisanddatadictionary;andthenthedesignofthesystem,includingfunctiondesignanddatabasedesign;thesecondistherealizationofthesystem,mainlytothesysteminterface;finally,systemtesting,functionalandperformancetestingsystem.ThesystemusesJSP+SQLServer2008development,thedevelopmentprocessofinformationcommunication,displayastaticpage,modular,dynamicallygeneratedpages.Systemdevelopmentmodel,usingB/Smodel.Implementationofenterprisemanagement,thesystemhelpsthedatabasetechnology,theuseofvastquantitiesofinformationcanbestored.Buttherealizationofhuman-computerinteractionatthesametime,notonlyshortenthetimeofpaymentofwages,butalsotoavoidtheerrorofcomputationtimesoftraditionalmanual.Inaword,thesystemofwagesandthoughtful,completefunctions,greatlyimprovetheefficiencyofenterprisewagemanagement.Keywords:payrollmanagementsystem;SQLServerdatabase;Structuredanalysis目录1引言.............................................................................................................................11.1项目开发的背景..................................................................................................31.2项目开发的意义..................................................................................................11.3管理系统概述......................................................................................................21.3.1管理信息系统的概念和发展历程...............................................................21.3.2管理信息系统的主要功能...........................................................................21.3.3管理信息系统的开发方法和技巧...............................................................21.4本章小结..............................................................................................................32相关技术介绍.............................................................................................................42.1JSP技术................................................................................................................42.2SQL2008数据库.................................................................................................42.3JAVA语言...........................................................................................................52.4系统开发模式......................................................................................................52.5本章小结............................................................................................................63系统分析.....................................................................................................................73.1系统可行性分析..................................................................................................73.1.1技术可行性...................................................................................................73.1.2经济可行性...................................................................................................73.1.3社会可行性...................................................................................................83.2业务流程分析......................................................................................................83.3数据流图............................................................................................................103.4数据字典............................................................................................................123.5本章小结............................................................................................................144系统设计...................................................................................................................154.1系统功能设计....................................................................................................154.2系统数据库设计................................................................................................164.2.1概念结构设计.............................................................................................164.2.2数据库表设计.............................................................................................194.3本章小结.......