【正文】
XXXX 大學(xué) 畢業(yè)論文 基于 JSP 的醫(yī)藥管理系統(tǒng) 設(shè)計與實現(xiàn) 專業(yè)名稱 : 計算機(jī)科學(xué)與技術(shù) 班 級: 202004 學(xué)生姓名: XXX 指導(dǎo)教師: XXX 完成時間: 2020 年 4 月 I 摘要 隨著科學(xué)技術(shù)的發(fā)展和人們生活水平的提高,人們對于醫(yī)藥產(chǎn)品的需求迅速增加,管理藥品信息成為制藥行業(yè)的各項工作中不可缺少的一部分。本 醫(yī)藥管理 系統(tǒng)是為了管理 藥品信息而設(shè)計的。以前的數(shù)據(jù)處理要用手工操作,工作量大, 出錯率高,出錯后也不易更改。而 本 醫(yī)藥管理系統(tǒng)使用起來,效率高,速度快,也方便使用和修改。 根據(jù)實際需求, 本 醫(yī)藥管理 系統(tǒng)是 在 Windows XP 操作系統(tǒng) 環(huán)境 下,以MyEclipse 為前臺開發(fā)工具,采用 JSP 技術(shù),用 MySQL Server 為后臺數(shù)據(jù)庫開發(fā)工具來實現(xiàn)的。 主要實現(xiàn)醫(yī)藥管理、類別管理、購買藥品、銷售管理、進(jìn)貨 /需求管理和系統(tǒng)管理等功能。 本醫(yī)藥管理系統(tǒng)首先 輸入和存儲一些基本的數(shù)據(jù)資料,例如本系統(tǒng)中的藥品信息和銷售信息、進(jìn)貨 /需求信息,對于這些信息和數(shù)據(jù)能方便的進(jìn)行 添加 、修改 、查詢 和 刪 除 。其次, 為了方便管理者管理數(shù)據(jù),對各種數(shù)據(jù)進(jìn)行 統(tǒng)計,如統(tǒng)計庫存信息,銷售信息和進(jìn)貨 /需求信息等。 關(guān)鍵詞 醫(yī)藥管理系統(tǒng) ; 藥品信息管理; JSP 技術(shù) II ABSTRACT With the development of science and technology and people39。s living standards improve, the demand for pharmaceutical products increased rapidly, the management of drug information has bee an indispensable part of the work of the pharmaceutical management system of the medicine is designed to manage drug information. The previous data processing to use manual operation, a heavy workload, error rate, error is not easy to change. The use of the pharmaceutical management system, high efficiency, fast, easy to use and modify. According to the actual needs of the pharmaceutical management system is in the Windows XP operating system environment, the MyEclipse development tools for the front, using JSP technology, MySQL Server backend database development tools. Medical management, category management, buying drugs, sales management, purchase / demand management and system management functions. Management system of the medicine first enter and store some of the basic data, such as drug information and sales information in this system, purchase / demand for such information and data can easily add, modify, query and delete. Secondly, in order to facilitate management of data managers, a variety of data statistics, such as statistical inventory information, sales information, and purchase / demand information. Keywords Pharmaceutical management system。 information management。 JSP technology I 目 錄 1 緒論 ............................................................................................................ 1 系統(tǒng)開發(fā)背景 ..................................................................................... 1 系統(tǒng)開發(fā)意義 ..................................................................................... 1 文章內(nèi)容安排 ..................................................................................... 1 2 系統(tǒng)開發(fā)環(huán)境和開發(fā)工具簡介 ................................................................ 3 系統(tǒng)開發(fā)環(huán)境 ..................................................................................... 3 系統(tǒng)開發(fā)工具簡介 ............................................................................. 3 MySQL 數(shù)據(jù)庫介紹 ................................................................ 3 JSP 技術(shù)概述 ........................................................................... 3 3 系統(tǒng)需求分析 ............................................................................................ 5 可行性分析 ......................................................................................... 5 技術(shù)可行性 .............................................................................. 5 經(jīng)濟(jì)可行性 .............................................................................. 5 系統(tǒng)功能需求 ..................................................................................... 5 數(shù)據(jù)流圖 ............................................................................................. 6 4 系統(tǒng)總體設(shè)計 ............................................................................................ 8 系統(tǒng)結(jié)構(gòu)設(shè)計 ..................................................................................... 8 邏輯分層結(jié)構(gòu)設(shè)計 .................................................................. 9 定義 ActionForm ..................................................................... 9 持久層結(jié)構(gòu)設(shè)計 .................................................................... 10 業(yè)務(wù)層結(jié)構(gòu)設(shè)計 .....................................................................11 頁面結(jié)構(gòu)設(shè)計 .........................................................................11 數(shù)據(jù)庫設(shè)計 ....................................................................................... 12 實體對象設(shè)計 ........................................................................ 12 數(shù)據(jù)庫表結(jié)構(gòu) ........................................................................ 12 數(shù)據(jù)庫 ER 圖 ........................................................................ 14 5 系統(tǒng)詳細(xì)設(shè)計 .......................................................................................... 17 公共類設(shè)計 ....................................................................................... 18 II Hibernate 過濾器 ................................................................... 18 SuperDao 類 ........................................................................... 19 BaseAction 類 ........................................................................ 20 DeleteAction 類 ...................................................................... 21 字符串工具類 ........................................................................ 22 系統(tǒng)登陸模塊設(shè)計 ........................................................................... 23 醫(yī)藥管理模塊設(shè)計 ........................................................................... 24 藥品對象持久層設(shè)計 ............................................................ 26 藥品信息的添加與修改 ........................................................ 26 分頁查看所有藥品 ................................................................ 27 查看藥品詳細(xì)信息 ................................................................ 27 查詢藥品 .