【正文】
攀枝花學(xué)院本科畢業(yè)設(shè)計(jì)(論文) 攀枝花學(xué)院 津貼系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 學(xué)生姓名: 朱 江 學(xué)生學(xué)號(hào): 202020801086 院 (系): 計(jì)算機(jī)學(xué)院 年級(jí)專業(yè): 計(jì)算機(jī)科學(xué)與技術(shù) 指導(dǎo)教師: 劉繼光(高級(jí)工程師) 二零一一年六月攀枝花學(xué)院畢業(yè)設(shè)計(jì)(論文) 摘要 I 摘要 隨著計(jì)算機(jī)技術(shù)的快速發(fā)展,計(jì)算機(jī)技術(shù)在各行各業(yè)得到了廣泛的應(yīng)用。教職工津貼管理作為高校管理工作的一個(gè)重要組成部分,建立以計(jì)算機(jī)為基礎(chǔ)的津貼管理系統(tǒng),是提高津貼管理工作質(zhì) 量和效率的一個(gè)重要途徑,也是實(shí)現(xiàn)高校津貼管理現(xiàn)代化的必要前提。高校津貼管理是一項(xiàng)復(fù)雜而又繁瑣的工作,涉及到崗位津貼、課時(shí)津貼、科研津貼、社會(huì)活動(dòng)津貼等大量津貼數(shù)據(jù)的處理。如果僅由財(cái)務(wù)人員通過(guò)手工方式處理,不僅工作效率較低,而且因人為疏忽造成的錯(cuò)誤也在所難免。本文根據(jù)高校津貼管理的具體情況,詳細(xì)介紹了通過(guò) B/S架構(gòu)實(shí)現(xiàn)津貼管理系統(tǒng)的過(guò)程。該系統(tǒng)采用目前流行的 Java 語(yǔ)言,利用 JSP、 Javascript、Servlet 、 JavaBean、 AJAX、 等技術(shù)以及 Microsoft SQL Server 2020 數(shù)據(jù)庫(kù)存儲(chǔ)數(shù)據(jù)完成系統(tǒng)的開發(fā)。實(shí)現(xiàn)了對(duì)津貼的計(jì)算、發(fā)放、報(bào)表統(tǒng)計(jì)和教職工對(duì)個(gè)人津貼查詢的功能。通過(guò)該系統(tǒng)管理津貼,不僅能減少財(cái)務(wù)人員的工作量,提高津貼管理的效率,讓數(shù)據(jù)存儲(chǔ)更加安全,同時(shí)提供了教職工查詢自己津貼信息的功能。因此,通過(guò)該系統(tǒng)管理津貼,解決了傳統(tǒng)津貼管理過(guò)程中存在的各種問(wèn)題,使津貼管理更加的安全高效。 關(guān)鍵詞: B/S, java, Microsoft SQL Server 2020, 津貼管理 攀枝花學(xué)院畢業(yè)設(shè)計(jì)(論文) ABSTRACT II ABSTRACT With the rapid development of puter technology, puter technology in all walks of life have been widely used. Grants management staff college management as an important ponent, and establish a puterbased grants management system to improve management quality and efficiency of subsidies as an important means for achieving the modernization of university administration of allowances necessary prerequisite. College grants management is a plex and tedious work, involving allowance, hours allowance, research activities allowances, allowances and other social activities heavily subsidized data processing. If only the financial officers handled by hand, not only less efficient, but the error caused by negligence are inevitable. According to the specific circumstances of university grant management are described in detail by B/S architecture for grants management process. The system uses the popular Java language, using Jsp, Servlet, Ajax and other technologies, and Microsoft SQL Server 2020 database to store data to plete the system development. Realize the benefits calculation, payment, reports, statistics and staff of the personal allowance queries. Through the system management benefits, not only reduce the workload of the finance staff to improve the efficiency of administratio n of allowances, so that more secure data storage, while providing staff access their benefits information functions. Thus, by the system management benefits, grants management process to solve the previous problems that exist, so that the security of benefits administration more efficient. Keywords: B/S, java, Microsoft SQL Server 2020, grants management 攀枝花學(xué)院畢業(yè)設(shè)計(jì)(論文) 目錄 III 目錄 摘要 ................................................................................................................................. I ABSTRACT ....................................................................................................................... II 1 緒論 ........................................................................................................................ 1 津貼管理系統(tǒng)的概述 ............................................................................................. 1 本課題研究的背景及意義 ...................................................................................... 1 本課題來(lái)源及背景簡(jiǎn)介 ................................................................................... 1 研究本課題的意義 .......................................................................................... 2 本課題研究的主要內(nèi)容 .......................................................................................... 2 本章小結(jié) ............................................................................................................... 2 2 系統(tǒng)開發(fā)相關(guān)技術(shù) ................................................................................................ 3 JAVA相關(guān)簡(jiǎn)介 ....................................................................................................... 3 Java簡(jiǎn)介 ....................................................................................................... 3 JAVAEE平臺(tái)介紹 ............................................................................................ 4 JSP簡(jiǎn)介 ......................................................................................................... 4 Servlet簡(jiǎn)介 .................................................................................................. 5 JavaBean簡(jiǎn)介 ................................................................................................ 5 AJAX簡(jiǎn)介 .............................................................................................................. 5 Microsoft SQL Server 2020數(shù)據(jù)庫(kù) .................................................................... 6 MVC設(shè)計(jì)模式 ......................................................................................................... 6 C/S模式與 B/S模式比較 ....................................................................................... 8 系統(tǒng)開發(fā)與運(yùn)行環(huán)境 ............................................................................................. 9 本章小結(jié) ............................................................................................................... 9 3 津貼管理系統(tǒng)的需求分析 .................................................................................. 10 系統(tǒng)設(shè)計(jì)目標(biāo) ...................................................................................................... 10 可行性分析 ......................................................................................................... 10 ............................................................................................ 10 ............................................................................................ 10 功能需求分析 ......................................