當前位置:學問君>學習教育>畢業論文>

基於WEB的建築設備租賃系統設計與實現ASP+SQL

學問君 人氣:4.4K
畢業論文

目  錄
前言 1
1 IIS與ASP技術簡介 2
1.1 IIS簡介 2
1.2 ASP簡介 4
1.3 IIS和ASP的結合 6
2 SQL 2000 Server技術簡介 8
2.1 SQL 2000 Server的特點與性能 8
2.2 SQL Server 2000的安全性 10
3 Dreamweaver、HTML語言、VBScript和JavaScript簡介 12
3.1 Dreamweaver簡介 12
3.2 HTML語言簡介 12
3.3 VBScript簡介 14
3.4 JavaScript簡介 15
4 任務概述 17
4.1 項目背景 17
4.2 ASP與JSP和PHP的比較 17
4.3 任務概述 17
5 需求分析 19
5.1 功能需求 19
5.2 數據需求 19
5.3用戶需求 23
5.4平臺需求 23
5.5 性能需求 24
6 概要設計 25
6.1 設計思想 25
6.2工作流程圖 26
6.3主要功能模組 26
6.4數據字典 28
7 詳細設計 28
7.1系統通用功能模組的編寫 31
7.2客戶介面設計 33
7.3管理介面設計 39
8 執行、測試與維護 43
8.1配置IIS 43
8.2 配置數據庫 44
8.3 開發難點數據庫驅動 44
結束語 45
參考文獻 46
致謝 47

基於WEB的建築設備租賃系統設計與實現ASP+SQL


基於WEB的建築設備租賃系統設計與實現
 

摘要:爲了滿足建築設備租賃企業資訊化發展的需要,使企業租賃業務電子化,降低企業成本,開發基於WEB建築設備租賃系統有着非常重要的意義。
該基於WEB建築設備租賃系統架構是基於ASP和MS SQL Server 2000數據庫,以IIS爲Web服務器,採用了使用B/S結構,綜合使用了VBscript、html和JavaScript語言編成的系統。本文論述了基於WEB建築設備租賃系統的設計過程和設計思想。主要包括系統前臺顯示,分爲數據瀏覽,設備預訂,客戶資訊修改以及客戶相關的1些租賃資訊檢視。系統的後臺操作,分爲用戶管理,設備管理,租賃管理,系統管理。
論文首先對課題所用到的基本知識和基本技術做了1番深入淺出的介紹,然後對課題的研究背景作了分析。最後在介紹系統總體設計方案的基礎上,詳細論述了系統的模組功能以及如何去實現這些功能。爲了加強視覺效果,各個主要功能模組均截取了效果圖。

關鍵字:ASP ;IIS;租賃;管理

The design and implement of a tenancy system of building equipment based on WEB
 

Abstract:In order satisfy to the needs that building equipment lease enterprise informative process develops, make enterprise lease business electron melt and reduce enterprise cost, developing tenancy system of building equipment based on web has a great significance.
The system is based on ASP to configure building equipment lease system based on WEB with the database of MS SQL Server2000, with IIS for Web server and have adopted structure of B/S, synthesize the system that has used VBscript, html and JavaScript language volume. This paper has discussed design thought and the design course based on WEB building equipment lease system. This paper include mainly systematic proscenium show that divide into data to glance over, booked equipment management , customer information modification and  look over tenancy information that customer are related to rent. The systematic operation of backstage supporter divides into user management and equipment management, tenancy management, system management.
The basic knowledge and basic technology that paper first uses for program make a further shallow introduction, then I have made analysis for the research background of program. After discussing systematic modular function finally, the paper introduce systematic in detail overall foundation of setting up scheme as well as how to go to realize these functions. To strengthen visual effect, every major function modular has cut out effect picture.

Key words: ASP;IIS ;tenancy ;management


前言
互聯網發展速度迅猛,電子商務成爲21世紀商務發展道路上發展的1大熱點。隨着寬帶網絡的普及以及網絡互聯網絡應用方式的發展,電子商務正以前所未有的速度對傳統商務方式以理論造成衝擊,並對以往傳統商務方式佔主導的'領域進行滲透。
電子商務以其低廉的成本、相對方便的應用,以及互聯網絡所帶來的前所未有的宣傳效應,正成爲商務活動開展的1個至關重要的平臺。電子商務作爲1個新興的事物,雖然發展速度迅猛,但仍處於發展的初期階段,還存在許多不完善之處。
《基於WEB建築設備租賃系統設計與實現》是1個電子商務系統,在該系統中我們以服務爲宗旨,在該系統中使用B/S結構.前臺使用了javascript, css, html,爲用戶展示數據;後臺使用VBscript 實現數據邏輯,操作系統的檔案組件實現服務器的檔案讀取,獲得檔案有關資訊。
在該系統中實現以下功能:系統前臺顯示,分爲數據瀏覽,設備預訂,本人資訊修改及本人相關的1些租憑資訊檢視。 系統的後臺操作分爲,用戶管理,設備管理,租憑管理,系統管理。
代碼分類。本系統的代碼劃分爲3個模組:用戶模組,設備模組,系統管理模組。每個模組盡力按3層思想劃分。
這個程序是修改的它裏面存在1些問題我應指出來。
(1) 本系統使用了大量的查詢語句。增大了系統的IO量(當然對小系統是沒有什麼的)。在ACCESS數據庫中解決這個問題是麻煩的。改用SQL SERVER 時可做出大量視圖來解決。注本系統的SQL SERVER  沒有解決這個問題。
(2) 本系統基本上使用ASP的大部分技術及分層開發開恩想。如想要真正做到分層並受到它的好處應大量使作組件技術。
(3) 本系統存在1個很大的錯誤,就是大部分數據使用URL重寫的方法來傳輸數據。這是很危險的事。
因時間問題系統中還存在很多不良的地方,希望大家批評指正。