論文格式
            電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
            機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
            制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
            通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
            • 首頁 |
            • 畢業論文 |
            • 論文格式 |
            • 個人簡歷 |
            • 工作總結 |
            • 入黨申請書 |
            • 求職信 |
            • 入團申請書 |
            • 工作計劃 |
            • 免費論文 |
            • 合作期刊 |
            • 論文同學網 |
            搜索 高級搜索

            當前位置:論文格式網 -> 畢業論文 -> 計算機論文
            畢業論文標題:

            基于WEB的商場管理系統的設計與實現

             本文ID:LWGSW14039 價格:收費積分/100
            掃一掃 掃一掃
            本站會員可自行下載:下載地址 基于WEB的商場管理系統的設計與實現 (收費:1000 積分)  

            論文字數:15116,頁數:42

            摘  要
            隨著網絡信息技術的發展,網絡在人們生活中的應用越來越廣泛,網絡求職招聘方式已經成為了求職招聘的一大重要手段。通過它應聘者和招聘企業可以通過Internet,突破時間和空間的限制,而實現應聘者的工作求職和企業的人才招聘。本文所開發的網絡求職招聘系統主要包括個人求職管理、企業招聘管理和系統管理三個部分。個人用戶可以在主頁方便地瀏覽查詢招聘企業信息、招聘職位并發送應聘簡歷;企業用戶可以方便地查找人才信息及個人簡歷;管理員則通過后臺來實現對所有用戶信息、簡歷、公司信息、企業招聘職位的管理。
            本文主要介紹了ASP,數據庫等相關知識,同時較為詳盡的闡述了網絡求職招聘系統的實現。本系統是使用ASP編程技術開發,并以IIS為Web服務平臺實現網絡求職招聘系統的構建。后臺數據庫選用的是ACCESS,利用ASP 動態網頁編程技術,通過ADO與ACCESS數據庫建立連接,并且運用SQL語言實現對其數據庫的操作。
            關鍵詞:網絡求職招聘;ASP;ACCESS;數據庫 The Design and Implementation of the Network Job Hunting and Recruitment System
            Abstract
            Along with the development of the network information technology, network has been applied in people's lives more and more widely. Along with this, the network job hunting and recruitment has become an important means to recruit job, with which job seekers can search the job opportunities and the enterprises can recruit clerks through the Internet, breaking through time and space limitation. We implemented such a system that includes three modules: personal job seeking management, enterprise recruiting management and system management. By visiting the home page of our application, job seekers can browse and query the information of the open job opportunities and send their resumes to corresponding enterprises effectively and conveniently. And, on the other hand enterprises can search the resumes to find persons who are suitable with their requirements. More over, administrators can maintain the information both of the person and the enterprise.
            This paper first introduces the ASP technology, the database and other the related knowledge. Then the implementation of a network job search and recruitment system is introduced in more detail. The system is developed with ASP programming technology, which runs on IIS server. Microsoft Access was chosen as the backstage database. ASP pages connect to Access by ADO, in which SQL language is used to issue database operations.

            Key words: Network job hunting and recruitment; Access; ASP; Network databases

            目  錄
            論文總頁數:23頁
            1 引言 1
            1.1 課題背景 1
            1.2 研究現狀 2
            1.3 課題研究意義 2
            2 系統開發技術簡介 3
            2.1 ASP簡介 3
            2.2 ASP內置對象 3
            2.3 java script語言概述 4
            2.4 數據庫訪問技術 4
            2.5 數據庫的連接 5
            3 系統設計分析 6
            3.1 功能需求分析 6
            3.2 系統功能分析 6
            3.2.1 用戶功能 7
            3.2.2 管理員功能 7
            3.3 系統流程圖 8
            3.4 數據庫設計 9
            3.4.1 數據庫的需求分析 9
            3.4.2 數據庫概念結構設計實體圖 9
            4 詳細設計與實現 11
            4.1 用戶功能模塊 11
            4.1.1 用戶注冊 11
            4.1.2 發布招聘信息 13
            4.1.3 職位搜索 14
            4.1.4 發送站內信息 15
            4.2 管理員功能 16
            5 開發難點與解決辦法 20
            結    論 21
            參考文獻 21
            致    謝 22
            聲    明 23
            摘  要
            本文通過對現代企業信息化管理進行分析,根據商場信息化管理的實際需求,設計并實現了一個基于WEB技術的商場管理系統。該系統由七個功能模塊組成,即:商品信息管理模塊、客戶信息管理模塊、商品進貨管理模塊、商品銷售管理模塊、人事信息管理模塊、數據報表模塊和系統配置模塊。
            本文不僅敘述了該商場管理系統的設計過程,包括需求分析,系統架構的設計,以及功能模塊的劃分等,而且詳盡敘述了各個功能模塊的具體實現方法,包括如何在服務器端響應客戶請求,如何進行相應的數據庫訪問、以及如何進行用戶權限分配等。系統的開發采用了ASP技術,以SQL Server 2000作為后臺數據庫,WEB服務器使用IIS,并且采用B/S模式,實現系統的高效運行,并且安裝方便,配置簡易。

            關鍵詞:商場管理;商品;信息管理;數據庫
            The Design and Realization of Shopping Malls Management System Based on WEB
            Abstract
            In this thesis, the shopping malls management system based on WEB is designed and realized by analysis of the modern enterprise information management and according to its actual requirement. This system is composed of seven function modules, which includes commodity information management module, customer information management module, commodity purchase management module, the commodity sales management module, the personnel information management module, report module and system configuration module.
            This thesis not only describes procedures of designing the shopping malls management system which includes requirement analysis, design of system frame and division of function module, but also describes in detail about development methods of every functional module, which includes how to respond the customers' request at the server, how to access database and how to assign of user authority and etc. This system is based on the popular B/S mode, mainly uses ASP technolgy as a development language, uses SQL Server 2000 to design the database on the backstage, the Web server use IIS. It realizes the convenient install, running effectively and simple configuration.

            Key words: Shopping Malls Management;Commodity;Information Management;Database

            目錄

            1 引言 1
            1.1 系統設計目的及意義 1
            1.2 系統特色 1
            2 系統設計 2
            2.1 需求分析 2
            2.1.1 系統功能分析 2
            2.1.2 數據處理過程分析 3
            2.2 總體設計 4
            2.2.1 功能模塊設計 4
            2.2.2 流程設計 6
            2.2.3 開發工具 6
            2.3 詳細設計 7
            2.3.1 商品信息管理模塊 7
            2.3.2 客戶信息管理模塊 7
            2.3.3 商品進貨管理模塊 7
            2.3.4 商品銷售管理模塊 8
            2.3.5 人事信息管理模塊 8
            2.3.6 數據報表管理模塊 8
            2.3.7 系統配置模塊 8
            2.4 數據庫設計 9
            2.4.1 概念結構設計 9
            2.4.2 邏輯結構設計 10
            3 系統實現 17
            3.1 系統主界面的實現 17
            3.2 ASP訪問數據庫的實現 18
            3.3 用戶登錄模塊的實現 18
            3.4 商品信息管理模塊的實現 20
            3.4.1 商品分類 20
            3.4.2 商品增加 21
            3.4.3 商品修改 22
            3.4.4 商品刪除 23
            3.4.5 商品查詢 23
            3.5商品進貨管理模塊的實現 24
            3.5.1 商品入庫 24
            3.5.2 商品入庫審核 25
            3.5.3 商品庫存警示 26
            3.6商品銷售管理模塊的實現 26
            3.6.1 商品銷售價格 26
            3.6.2 商品銷售開單 27
            3.6.3 商品銷售查詢 27
            3.6.4 打印商品收據 27
            3.7數據報表模塊的實現 28
            3.8系統配置模塊的實現 29
            3.8.1 用戶密碼設置 29
            3.8.2 用戶權限設置 30
            3.8.3 賬套備份 31
            3.8.4 賬套還原 31
            3.8.5 數據清空 31
            4 特殊問題解決方案 32
            4.1 用戶使用權限的控制 32
            4.2 自動計算總值 33
            結    論 34
            參考文獻 34
            致    謝 35
            聲    明 36


            相關論文
            本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
            上一篇:班級學生管理系統的設計與開發 下一篇:某小型數字圖書館的設計與實現
            Tags:基于 WEB 商場 管理系統 設計 實現 【收藏】 【返回頂部】
            最新文章
            熱門文章
            計算機論文
            推薦文章

            本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

            論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

            Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

            感谢您访问我们的网站,您可能还对以下资源感兴趣:

            论文格式网:毕业论文格式范文