- 相關(guān)推薦
網(wǎng)絡(luò)辦公自動化系統(tǒng)ASP+SQL
畢業(yè)論文
網(wǎng)絡(luò)辦公自動化系統(tǒng)
摘要:隨著計(jì)算機(jī)的普及和計(jì)算機(jī)科學(xué)技術(shù)的飛速發(fā)展,人們開始越來越多地利用計(jì)算機(jī)解決實(shí)際問題。同時網(wǎng)絡(luò)技術(shù)的發(fā)展和應(yīng)用迅速波及到了社會各個領(lǐng)域和層次。如何把信息技術(shù)和先進(jìn)的計(jì)算機(jī)軟件技術(shù)很好地結(jié)合起來,是擺在各企事業(yè)單位面前的重要問題。網(wǎng)絡(luò)辦公系統(tǒng)是各行業(yè)信息管理的重要組成部分,面對大量的數(shù)據(jù)信息和業(yè)務(wù)流量,采用人工處理將浪費(fèi)大量的時間、人力和物力,且數(shù)據(jù)的準(zhǔn)確性低。因此,開發(fā)1個界面友好的網(wǎng)絡(luò)辦公系統(tǒng)進(jìn)行自動化處理變得10分重要,這正是本系統(tǒng)開發(fā)的目的和意義。
本設(shè)計(jì)采用ASP+SQL數(shù)據(jù)庫技術(shù)對系統(tǒng)進(jìn)行開發(fā),在B/S模式下實(shí)現(xiàn)了網(wǎng)絡(luò)辦公自動化。該系統(tǒng)由行政管理、公共信息、交流中心等8大模塊組成,具有操作簡單、功能完善等特點(diǎn),適合1般的企事業(yè)單位使用,也可針對某些特殊的部門對系統(tǒng)進(jìn)行2次開發(fā)。
關(guān)鍵詞:辦公自動化;數(shù)據(jù)庫;ASP;IIS 5.0
Network Office Automation System
Abstract:With the popularization of computer and rapidly development of computer science technology, more and more people use computer to deal with practical issuer. Meanwhile, the development and use of Network technology has rapidly spread to all sides of the society. How to combine IT with advanced computer software technology into the development is an important issuer to the department leaders. Office automation system is an important part of the information management to all departments. Face to amounts of data information, and work. Adopt manpower to manage will waste a great deal of time, manpower, material resources, and the veracity of data is lower. So, develop a good and easily operate system is very important to the departments .This is the purpose and significance of developing this system.
The design based on ASP+SQL database technology to develop an office automation system, which is in B/S model. The system is composed of administrative, public information, communication centre, etc. The system has the characteristics of opening simply and function sound, is suitable for general units to use, also be able to be targeted at particular sectors to do the second development for the system.
Keywords:Office Automation;Database;ASP;IIS 5.0
目 錄
前 言……………………………………………………………………………………………5
1 辦公自動化概論…………………………………………………………………………6
1.1 辦公自動化由來…………………………………………………………………6
1.2 辦公自動化學(xué)科發(fā)展……………………………………………………………6
1.3 辦公自動化定義…………………………………………………………………7
2 系統(tǒng)開發(fā)環(huán)境及工具介紹…………………………………………………………………8
2.1 系統(tǒng)開發(fā)環(huán)境……………………………………………………………………8
2.2 系統(tǒng)開發(fā)工具……………………………………………………………………8
2.2.1 Macromedia Dreamweaver MX簡介………………………………………8
2.2.3 SQL Server2000介紹………………………………………………………9
2.3 ASP語言基礎(chǔ)……………………………………………………………………10
2.3.1 ASP定義及特點(diǎn)……………………………………………………………10
2.3.2 ASP設(shè)計(jì)語言………………………………………………………………11
2.3.3 ASP調(diào)試環(huán)境……………………………………………………………14
2.3.4 ASP內(nèi)置對象……………………………………………………………15
2.3.5 ADO編程技術(shù)……………………………………………………………16
3 系統(tǒng)總體規(guī)劃與設(shè)計(jì)……………………………………………………………………17
3.1 系統(tǒng)設(shè)計(jì)思想……………………………………………………………………17
3.2 系統(tǒng)設(shè)計(jì)目標(biāo)與原則……………………………………………………………17
3.2.1系統(tǒng)設(shè)計(jì)目標(biāo)………………………………………………………………17
3.2.2系統(tǒng)設(shè)計(jì)原則………………………………………………………………18
3.3 系統(tǒng)模塊分析……………………………………………………………………18
3.4 系統(tǒng)框架…………………………………………………………………………20
3.5 系統(tǒng)功能結(jié)構(gòu)……………………………………………………………………20
4 數(shù)據(jù)庫設(shè)計(jì)與連接………………………………………………………………………24
4.1 數(shù)據(jù)庫設(shè)計(jì)概念…………………………………………………………………24
4.2 數(shù)據(jù)庫設(shè)計(jì)與實(shí)現(xiàn)………………………………………………………………24
4.3 ASP與SQL的連接………………………………………………………………27
4.4 利用ADO訪問數(shù)據(jù)庫…………………………………………………………28
5 系統(tǒng)詳細(xì)設(shè)計(jì)與實(shí)現(xiàn)………………………………………………………………………31
5.1 登錄界面設(shè)計(jì)……………………………………………………………………31
5.2 主界面的設(shè)計(jì)……………………………………………………………………34
5.3 功能模塊設(shè)計(jì)……………………………………………………………………35
6 測試運(yùn)行……………………………………………………………………………………42
6.1 測試環(huán)境…………………………………………………………………………42
6.2 測試方法…………………………………………………………………………42
6.3 系統(tǒng)總體測試……………………………………………………………………42
6.3.1創(chuàng)建虛擬目錄………………………………………………………………43
6.3.2測試內(nèi)容……………………………………………………………………43
6.3.3 運(yùn)行結(jié)果……………………………………………………………………44
6.4 系統(tǒng)維護(hù)…………………………………………………………………………44
結(jié)束語……………………………………………………………………………………………45
參考文獻(xiàn)………………………………………………………………………………………46
致謝………………………………………………………………………………………………47
前 言
隨著現(xiàn)代科學(xué)技術(shù)的迅猛發(fā)展,計(jì)算機(jī)技術(shù)已滲透到各個領(lǐng)域,成為各行業(yè)必不可少的工具,特別是Internet技術(shù)的推廣和信息高速公路的建立,使IT產(chǎn)業(yè)在市場競爭中越發(fā)顯示出其獨(dú)特的優(yōu)勢,科學(xué)發(fā)展步入數(shù)字化時代;ヂ(lián)網(wǎng)絡(luò)已經(jīng)成為我們生活中的1部分,成為我們的1種生活方式,它潛移默化地影響著我們的生活,影響著我們的思維意識和行為方式,甚至改變了我們的1些語言習(xí)慣。隨著時代的發(fā)展和科技的進(jìn)步,各種網(wǎng)絡(luò)應(yīng)用、電子政務(wù)的功能迅速發(fā)展,網(wǎng)絡(luò)辦公已由原來的夢想逐漸變成了現(xiàn)實(shí)。
辦公自動化(簡稱為OA--Office Automation)是1個不斷成長的概念,是利用先進(jìn)的計(jì)算機(jī)技術(shù)和通信技術(shù),使辦公室部分工作逐步物化于各種現(xiàn)代化設(shè)備中,由辦公室人員與設(shè)備共同構(gòu)成服務(wù)于某種目標(biāo)的人機(jī)信息處理系統(tǒng),其目的是盡可能充分利用現(xiàn)代技術(shù)資源與信息資源,提供了日常辦公的各項(xiàng)功能,提高生產(chǎn)效率、工作效率;簡化辦事步驟、加快辦公速度和節(jié)省日常開支;提高工作質(zhì)量,輔助決策等,并減輕了辦公人員的工作強(qiáng)度,不愧是企事業(yè)單位現(xiàn)代化辦公的最佳幫手。網(wǎng)絡(luò)辦公系統(tǒng)的出現(xiàn)以及所具備的自動化帶來了1種內(nèi)部管理的革命。
這次設(shè)計(jì)的題目是“網(wǎng)絡(luò)辦公自動化系統(tǒng)”,即辦公自動化系統(tǒng),針對企事業(yè)單位現(xiàn)代化辦公,設(shè)計(jì)1個能減輕辦公人員工作強(qiáng)度、提高工作效率的辦公系統(tǒng)。本論文通過1個小型系統(tǒng)的開發(fā),講述了在系統(tǒng)開發(fā)的過程中所運(yùn)用的開發(fā)工具和技術(shù)、遇到問題的解決方法及對系統(tǒng)的詳細(xì)設(shè)計(jì)。
由于本人水平有限,時間倉促,在設(shè)計(jì)中難免有不足之處,請各位老師評委批評指正。
【網(wǎng)絡(luò)辦公自動化系統(tǒng)ASP+SQL】相關(guān)文章:
網(wǎng)絡(luò)購物系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL10-21
基于WEB的網(wǎng)絡(luò)考試系統(tǒng)ASP+SQL10-05
基于ASP的網(wǎng)絡(luò)辦公系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL08-16
小型企業(yè)網(wǎng)絡(luò)辦公系統(tǒng)ASP+SQL05-15
網(wǎng)絡(luò)新聞發(fā)布系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)ASP+SQL10-13
辦公自動化系統(tǒng)09-25