• <strong id="wyjge"></strong>

    <strong id="wyjge"><pre id="wyjge"></pre></strong>
    <progress id="wyjge"></progress>

  • <optgroup id="wyjge"></optgroup>
      <track id="wyjge"></track><small id="wyjge"><del id="wyjge"><dl id="wyjge"></dl></del></small>
          您當前位置:網(wǎng)站首頁(yè) > jsp畢業(yè)設計 > 企業(yè)養老金在線(xiàn)管理系統設計與實(shí)現

      企業(yè)養老金在線(xiàn)管理系統設計與實(shí)現

      2012-01-16 21:04:25 來(lái)源:spinthree.com 瀏覽:120
      0
      內容提要:【編號:049】為了使常州電信養老金管理更高效、更科學(xué),決定開(kāi)發(fā)常州電信養老金管理系統。

      摘    要
      隨著(zhù)計算機技術(shù)的飛速發(fā)展,常州電信也已進(jìn)入信息化時(shí)代。為了使常州電信養老金管理更高效、更科學(xué),決定開(kāi)發(fā)常州電信養老金管理系統。
      本文采用自頂向下的結構化的系統分析方法,闡述了一個(gè)功能全面的常州電信養老金管理系統的開(kāi)發(fā)過(guò)程、操作流程及其一些核心的技術(shù)。本文首先進(jìn)行了項目概述,簡(jiǎn)單介紹了項目開(kāi)發(fā)的背景、項目開(kāi)發(fā)的目的和項目開(kāi)發(fā)的意義;接下來(lái)是系統規劃階段,通過(guò)實(shí)際的業(yè)務(wù)流程調研,分析了系統的組織結構,具體完成了常州電信養老金管理系統的需求分析、可行性分析、現行業(yè)務(wù)流程分析,并通過(guò)對現行業(yè)務(wù)流程的優(yōu)化,得出了系統的業(yè)務(wù)流程;之后是系統分析,具體完成了數據流分析和數據字典;系統設計階段主要完成了功能模塊的劃分、數據庫的設計和系統界面設計。該階段對各個(gè)模塊的功能進(jìn)行了詳細設計,形成了本系統的功能模塊圖,在此基礎上選擇了合適的開(kāi)發(fā)模式;數據庫的設計先進(jìn)行了概念結構設計,之后進(jìn)行了邏輯結構設計,最后完成了數據庫表的設計。
      根據前幾個(gè)階段的分析和設計,本系統在設計方面采用B/S模式,同時(shí)使用JSP技術(shù)進(jìn)行基本頁(yè)面的設計與功能實(shí)現,后臺數據庫選用
      SQL Server 2000數據庫。本系統的設計實(shí)施為常州電信養老金管理系統的運行做基礎,為常州電信養老金管理工作提供良好的條件。

      關(guān)鍵詞:常州電信養老金管理;結構化分析;系統 ;JSP開(kāi)發(fā)
       

      Abstract
      With the rapid development of computer technology, Changzhou Telecom has entered the information age. Changzhou Telecom pension management to make more efficient, more scientific, management decided to develop Changzhou Telecom pension system.
      In this paper, top-down structured analysis method, describes a full-featured Changzhou Telecom pension management system development, operational processes and some of its core technology. In this paper, for a project overview, a brief background of the project development, project development and project development objective meaning; followed by the system planning stage, the actual business processes through research, analysis of the system's organizational structure, specifically the completion of Changzhou Telecom pension management system requirements analysis, feasibility analysis, the existing business process analysis, and optimization of existing business processes, business processes come to the system; followed by systematic analysis of concrete to complete the data flow analysis and data dictionary; system design phase was completed for the division of function modules, database design and system interface design. The stage of the functions of each module in detail the design, forming a functional block diagram of this system, selected on the basis of the appropriate development model; database design first for the concept design, followed by a logical structure design, the final completion of the database table design.
      According to the first few stages of the analysis and design, the system used in the design of B / S mode, using JSP technology for basic page design and implementation of function, back-end database use SQL Server 2000 database. The system design and implementation of the pension management system, Changzhou Telecom runs a foundation for the management of pension Changzhou Telecom to provide a good condition.

      Keywords: Changzhou Telecom pension management; structural analysis; system; JSP
      目    錄
      摘    要 I
      Abstract II
      第1章 引言 1
      1.1 項目開(kāi)發(fā)的背景 1
      1.2 項目開(kāi)發(fā)的意義 2
      第2章 關(guān)鍵技術(shù)介紹 3
      2.1 JSP技術(shù) 3
      2.2 SQL Server 2000技術(shù) 3
      2.3 JAVA語(yǔ)言 5
      2.4 系統開(kāi)發(fā)模式 6
      第3章 系統分析 8
      3.1 系統可行性分析 8
      3.1.1 技術(shù)可行性 8
      3.1.2 經(jīng)濟可行性 8
      3.1.3 社會(huì )可行性 9
      3.2 業(yè)務(wù)流程分析 9
      3.3 數據流圖 10
      3.4 數據字典 12
      第4章 系統設計 16
      4.1 系統功能設計 16
      4.2 系統數據庫設計 17
      4.2.1 概念結構設計 17
      4.2.2 數據庫表設計 20
      第5章 系統實(shí)現 22
      5.1登錄模塊 22
      5.1.1 登錄界面 22
      5.2 養老金查詢(xún)界面 24
      5.3 職工信息管理界面 24
      5.4 部門(mén)信息管理界面 24
      5.5 添加管理員界面 25
      5.6養老金管理界面 26
      5.7個(gè)人信息管理界面 26
      第6章 系統測試與分析 27
      6.1 系統測試的重要性 27
      6.2 測試實(shí)例的研究與選擇 27
      6.3 測試環(huán)境與測試條件 28
      6.4 系統運行情況 29
      6.5 系統評價(jià) 29
      結    論 30
      參 考 文 獻 31
      致    謝 32

      數據庫表設計
      表4-1管理員信息表
      字段名 類(lèi)型 長(cháng)度 說(shuō)明
      id Int 4 編號(主鍵)
      name varchar 30 用戶(hù)名
      pwd varchar 20 用戶(hù)密碼
      說(shuō)明:管理員信息表用于存放管理員的信息。

      表4-2部門(mén)信息表
      字段名 類(lèi)型 長(cháng)度 說(shuō)明
      id Int 4 編號(主鍵)
      Name varchar 20 部門(mén)名稱(chēng)
      Beizhu varchar 200 備注
      說(shuō)明:用于存放部門(mén)的基本信息。

      表4-3職工信息表
      字段名 類(lèi)型 長(cháng)度 說(shuō)明
      id Int 4 編號(主鍵)
      Jigou-id Int 4 部門(mén)編號(外鍵)
      Xingming varchar 8 姓名
      Sex varchar 2 性別
      Birth Datetime 8 出生年月
      Shenfen Int 4 身份證號
      Tel varchar 20 電話(huà)
      Time Datetime 8 入職時(shí)間
      Beizhu varchar 100 備注
      說(shuō)明:用來(lái)存放養老金的基本信息。

      表4-4養老金信息表
      字段名 類(lèi)型 長(cháng)度 說(shuō)明
      id Int 4 編號(主鍵)
      Xingming varchar 8 姓名
      Sex varchar 2 性別
      Jigou-id Int 4 部門(mén)編號(外鍵)
      Shenfen Int 4 身份證號
      Yuehui Float 8 月匯金額
      Time Datetime 8 匯繳月份
      Beizhu varchar 100 備注
      說(shuō)明:用來(lái)存放養老金的基本信息。

      發(fā)表評論
      網(wǎng)名:
      評論:
      驗證:
      共有0人對本文發(fā)表評論查看所有評論(網(wǎng)友評論僅供表達個(gè)人看法,并不表明本站同意其觀(guān)點(diǎn)或證實(shí)其描述)

      亚洲永久精品ww47_熟女少妇精品一区二区_国产午夜福利在线观看视频_久久久久高潮综合影院

    1. <strong id="wyjge"></strong>

      <strong id="wyjge"><pre id="wyjge"></pre></strong>
      <progress id="wyjge"></progress>

    2. <optgroup id="wyjge"></optgroup>
        <track id="wyjge"></track><small id="wyjge"><del id="wyjge"><dl id="wyjge"></dl></del></small>