sql數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用.doc
約95頁(yè)DOC格式手機(jī)打開展開
sql數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用,sql數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用 本文共95頁(yè) 40793字 摘 要電子標(biāo)簽及sql數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用,其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)、與數(shù)據(jù)庫(kù)通信部分的代碼以及基于網(wǎng)絡(luò)的報(bào)表查詢?nèi)齻€(gè)方面的設(shè)計(jì)及實(shí)現(xiàn)。數(shù)據(jù)庫(kù)要具有一致性、完整性及安全性的特點(diǎn);代碼部分要實(shí)現(xiàn)對(duì)數(shù)據(jù)庫(kù)進(jìn)行添加修改和刪除功能;網(wǎng)絡(luò)...
內(nèi)容介紹
此文檔由會(huì)員 劉陽(yáng) 發(fā)布
SQL數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用
本文共95頁(yè) 40793字
摘 要
電子標(biāo)簽及SQL數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用,其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)、與數(shù)據(jù)庫(kù)通信部分的代碼以及基于網(wǎng)絡(luò)的報(bào)表查詢?nèi)齻€(gè)方面的設(shè)計(jì)及實(shí)現(xiàn)。數(shù)據(jù)庫(kù)要具有一致性、完整性及安全性的特點(diǎn);代碼部分要實(shí)現(xiàn)對(duì)數(shù)據(jù)庫(kù)進(jìn)行添加修改和刪除功能;網(wǎng)絡(luò)報(bào)表查詢要實(shí)現(xiàn)對(duì)報(bào)表的查詢功能。
經(jīng)過(guò)需求分析,在數(shù)據(jù)庫(kù)方面,本項(xiàng)目使用SQL SEVER 2000數(shù)據(jù)庫(kù)管理系統(tǒng);在應(yīng)用程序開發(fā)方面,使用微軟公司的VS.NET的C#開發(fā)工具,利用其提供的各種面向?qū)ο蟮拈_發(fā)工具,其中最主要的是ADO.NET;在網(wǎng)絡(luò)查詢方面,使用ASP.NET技術(shù),開發(fā)語(yǔ)言也是C#.NET。
本項(xiàng)目建立了數(shù)據(jù)庫(kù),完成了數(shù)據(jù)庫(kù)通信部分的代碼,實(shí)現(xiàn)了基于網(wǎng)絡(luò)的報(bào)表查詢。
關(guān)鍵詞:庫(kù)存管理系統(tǒng),電子標(biāo)簽,C#.NET,SQL,ADO.NET,ASP.NET
Abstract
The application of electronic label and SQL database in an automatic storage management system's development mainly includes three aspects of designing and realizing, that is the backstage database, the code of the database correspondence, and the report inquiring based on the network. The database must have the uniformity, the integrity and the secure characteristics; the code the database correspondence could realize the appending, update and omitting functions of the database; the network report form inquiry should achieve report form inquiry functions. After carefully analyzing enterprise demand, SQL the SEVER 2000 database management system is employed in this project; in the application procedure development aspect, Microsoft Corporation's VS.NET C# development kit is brought in, whose object-oriented development kits is utilized, especially the ADO.NET; In the network inquiry aspects, the ASP.NET technology is taken into use, whose development language is C# NET. This project has established the database, completed the database correspondence codes, realized report form inquiry based on the network..
Key words: Stock management system;RFID;C#.NET;SQL;ADO.NET; ASP.NET
目 錄
第一章 概述 1
1.1課題名稱及其來(lái)源 1
1.2 電子標(biāo)簽在物流行業(yè)中應(yīng)用的意義 1
1.3 電子標(biāo)簽發(fā)展的現(xiàn)狀 2
1.4倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)的發(fā)展 4
1.5 網(wǎng)絡(luò)查詢倉(cāng)庫(kù)信息的意義 5
1.6 本論文的主要任務(wù) 6
第二章 系統(tǒng)分析 8
2.1 系統(tǒng)的功能 8
2.2 用戶需求分析 8
2.2.1應(yīng)用程序結(jié)構(gòu)確定 9
2.2.2 確定系統(tǒng)開發(fā)環(huán)境 9
第三章 開發(fā)工具簡(jiǎn)介 11
3.1 Microsoft Visual Studio .NET 2005 的C# 語(yǔ)言 11
3.1.1 C#.NET簡(jiǎn)介 13
3.1.2 ADO.NET簡(jiǎn)介 14
3.2 ASP.NET 簡(jiǎn)介 16
3.3 SQL Server 2000 17
第四章 系統(tǒng)的功能設(shè)計(jì) 18
4.1 功能概述 18
4.1.1 C/S結(jié)構(gòu)的主機(jī)上操作的應(yīng)用程序 18
4.1.2 B/S結(jié)構(gòu)的基于網(wǎng)絡(luò)的查詢部分 19
4.2 后臺(tái)數(shù)據(jù)庫(kù)設(shè)計(jì) 20
4.2.1 存儲(chǔ)過(guò)程介紹 20
4.2.2 觸發(fā)器介紹 23
4.2.3 數(shù)據(jù)庫(kù)的表的設(shè)計(jì) 24
4.2.4 數(shù)據(jù)庫(kù)中表的關(guān)系 25
4.2.5 物品編碼的設(shè)計(jì) 26
4.2.6 數(shù)據(jù)庫(kù)中存儲(chǔ)過(guò)程及觸發(fā)器的設(shè)計(jì) 27
4.3 與數(shù)據(jù)庫(kù)通信部分的代碼的設(shè)計(jì) 28
第五章 應(yīng)用程序界面設(shè)計(jì) 31
5.1 用戶控制模塊的簡(jiǎn)要介紹 31
5.1.1 用戶登錄 31
5.1.2 入庫(kù)模塊 31
5.1.3 出庫(kù)模塊 32
5.1.4 庫(kù)內(nèi)移動(dòng)模塊 32
5.1.5 儲(chǔ)位查詢模塊 32
5.1.6 物品查詢模塊 32
5.1.7 客戶查詢模塊 33
5.2 報(bào)表模塊 33
5.2.1 庫(kù)存報(bào)表 33
5.2.2 出庫(kù)報(bào)表 34
5.2.3 入庫(kù)報(bào)表 36
5.2.4 庫(kù)內(nèi)移動(dòng)報(bào)表 36
5.2.5 員工操作報(bào)表 36
5.2.6 人員管理報(bào)表 37
5.1.7 人員管理模塊 37
5.3 倉(cāng)庫(kù)管理模塊 38
第六章 網(wǎng)絡(luò)查詢模塊 41
6.1 登錄模塊 42
6.2 報(bào)表查詢模塊 43
6.3 郵件模塊 43
第七章 系統(tǒng)測(cè)試 44
7.1 軟件測(cè)試概念 44
7.2 軟件系統(tǒng)測(cè)試 45
7.3 系統(tǒng)整體測(cè)試 45
7.4 不足與改進(jìn) 46
結(jié)論和建議 47
致 謝 48
參考文獻(xiàn) 49
附錄A 數(shù)據(jù)庫(kù)腳本 50
附錄B 資料翻譯 73
B.1 中文 73
B.1.1 數(shù)據(jù)集介紹 73
B.1.2 開發(fā)者準(zhǔn)備抓住 SQL 伺候器 2005 升級(jí) 78
B.2 英文 80
B.2.1 Introduction to Datasets 80
B.2.2 Developers Prepare to Tackle SQL Server 2005 Upgrades 87
參考文獻(xiàn)
[1] K.Watson,M.Bellinaso等 著,康博 譯.C#入門經(jīng)典(第3版)[M].北京:清華大學(xué)出版社.2006.5.1.1~864
[2] K.Ardestani,K.Hoffman 著,張哲峰 譯.高效掌握ADO.NET――C#編程篇[M].北京:清華大學(xué)出版社.2003.3.1.1~324
[3] J.Kauffman,B.Matsik 等 著,張哲峰 譯.ASP.NET數(shù)據(jù)庫(kù)入門經(jīng)典――C#編程篇[M].北京: 清華大學(xué)出版社.2003.1.1.1~412
[4] P.Jason 著,邱仲潘等 譯.C#數(shù)據(jù)庫(kù)編程從入門到精通[M].北京:電子工業(yè)出版社.2003.9.1.1~524
[5] 李維 著.面向?qū)ο箝_發(fā)實(shí)踐之路(C#版)[M].北京:電子工業(yè)出版社.2005.8.1.1~468
本文共95頁(yè) 40793字
摘 要
電子標(biāo)簽及SQL數(shù)據(jù)庫(kù)在倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)中的應(yīng)用,其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)、與數(shù)據(jù)庫(kù)通信部分的代碼以及基于網(wǎng)絡(luò)的報(bào)表查詢?nèi)齻€(gè)方面的設(shè)計(jì)及實(shí)現(xiàn)。數(shù)據(jù)庫(kù)要具有一致性、完整性及安全性的特點(diǎn);代碼部分要實(shí)現(xiàn)對(duì)數(shù)據(jù)庫(kù)進(jìn)行添加修改和刪除功能;網(wǎng)絡(luò)報(bào)表查詢要實(shí)現(xiàn)對(duì)報(bào)表的查詢功能。
經(jīng)過(guò)需求分析,在數(shù)據(jù)庫(kù)方面,本項(xiàng)目使用SQL SEVER 2000數(shù)據(jù)庫(kù)管理系統(tǒng);在應(yīng)用程序開發(fā)方面,使用微軟公司的VS.NET的C#開發(fā)工具,利用其提供的各種面向?qū)ο蟮拈_發(fā)工具,其中最主要的是ADO.NET;在網(wǎng)絡(luò)查詢方面,使用ASP.NET技術(shù),開發(fā)語(yǔ)言也是C#.NET。
本項(xiàng)目建立了數(shù)據(jù)庫(kù),完成了數(shù)據(jù)庫(kù)通信部分的代碼,實(shí)現(xiàn)了基于網(wǎng)絡(luò)的報(bào)表查詢。
關(guān)鍵詞:庫(kù)存管理系統(tǒng),電子標(biāo)簽,C#.NET,SQL,ADO.NET,ASP.NET
Abstract
The application of electronic label and SQL database in an automatic storage management system's development mainly includes three aspects of designing and realizing, that is the backstage database, the code of the database correspondence, and the report inquiring based on the network. The database must have the uniformity, the integrity and the secure characteristics; the code the database correspondence could realize the appending, update and omitting functions of the database; the network report form inquiry should achieve report form inquiry functions. After carefully analyzing enterprise demand, SQL the SEVER 2000 database management system is employed in this project; in the application procedure development aspect, Microsoft Corporation's VS.NET C# development kit is brought in, whose object-oriented development kits is utilized, especially the ADO.NET; In the network inquiry aspects, the ASP.NET technology is taken into use, whose development language is C# NET. This project has established the database, completed the database correspondence codes, realized report form inquiry based on the network..
Key words: Stock management system;RFID;C#.NET;SQL;ADO.NET; ASP.NET
目 錄
第一章 概述 1
1.1課題名稱及其來(lái)源 1
1.2 電子標(biāo)簽在物流行業(yè)中應(yīng)用的意義 1
1.3 電子標(biāo)簽發(fā)展的現(xiàn)狀 2
1.4倉(cāng)儲(chǔ)物流自動(dòng)化管理系統(tǒng)的發(fā)展 4
1.5 網(wǎng)絡(luò)查詢倉(cāng)庫(kù)信息的意義 5
1.6 本論文的主要任務(wù) 6
第二章 系統(tǒng)分析 8
2.1 系統(tǒng)的功能 8
2.2 用戶需求分析 8
2.2.1應(yīng)用程序結(jié)構(gòu)確定 9
2.2.2 確定系統(tǒng)開發(fā)環(huán)境 9
第三章 開發(fā)工具簡(jiǎn)介 11
3.1 Microsoft Visual Studio .NET 2005 的C# 語(yǔ)言 11
3.1.1 C#.NET簡(jiǎn)介 13
3.1.2 ADO.NET簡(jiǎn)介 14
3.2 ASP.NET 簡(jiǎn)介 16
3.3 SQL Server 2000 17
第四章 系統(tǒng)的功能設(shè)計(jì) 18
4.1 功能概述 18
4.1.1 C/S結(jié)構(gòu)的主機(jī)上操作的應(yīng)用程序 18
4.1.2 B/S結(jié)構(gòu)的基于網(wǎng)絡(luò)的查詢部分 19
4.2 后臺(tái)數(shù)據(jù)庫(kù)設(shè)計(jì) 20
4.2.1 存儲(chǔ)過(guò)程介紹 20
4.2.2 觸發(fā)器介紹 23
4.2.3 數(shù)據(jù)庫(kù)的表的設(shè)計(jì) 24
4.2.4 數(shù)據(jù)庫(kù)中表的關(guān)系 25
4.2.5 物品編碼的設(shè)計(jì) 26
4.2.6 數(shù)據(jù)庫(kù)中存儲(chǔ)過(guò)程及觸發(fā)器的設(shè)計(jì) 27
4.3 與數(shù)據(jù)庫(kù)通信部分的代碼的設(shè)計(jì) 28
第五章 應(yīng)用程序界面設(shè)計(jì) 31
5.1 用戶控制模塊的簡(jiǎn)要介紹 31
5.1.1 用戶登錄 31
5.1.2 入庫(kù)模塊 31
5.1.3 出庫(kù)模塊 32
5.1.4 庫(kù)內(nèi)移動(dòng)模塊 32
5.1.5 儲(chǔ)位查詢模塊 32
5.1.6 物品查詢模塊 32
5.1.7 客戶查詢模塊 33
5.2 報(bào)表模塊 33
5.2.1 庫(kù)存報(bào)表 33
5.2.2 出庫(kù)報(bào)表 34
5.2.3 入庫(kù)報(bào)表 36
5.2.4 庫(kù)內(nèi)移動(dòng)報(bào)表 36
5.2.5 員工操作報(bào)表 36
5.2.6 人員管理報(bào)表 37
5.1.7 人員管理模塊 37
5.3 倉(cāng)庫(kù)管理模塊 38
第六章 網(wǎng)絡(luò)查詢模塊 41
6.1 登錄模塊 42
6.2 報(bào)表查詢模塊 43
6.3 郵件模塊 43
第七章 系統(tǒng)測(cè)試 44
7.1 軟件測(cè)試概念 44
7.2 軟件系統(tǒng)測(cè)試 45
7.3 系統(tǒng)整體測(cè)試 45
7.4 不足與改進(jìn) 46
結(jié)論和建議 47
致 謝 48
參考文獻(xiàn) 49
附錄A 數(shù)據(jù)庫(kù)腳本 50
附錄B 資料翻譯 73
B.1 中文 73
B.1.1 數(shù)據(jù)集介紹 73
B.1.2 開發(fā)者準(zhǔn)備抓住 SQL 伺候器 2005 升級(jí) 78
B.2 英文 80
B.2.1 Introduction to Datasets 80
B.2.2 Developers Prepare to Tackle SQL Server 2005 Upgrades 87
參考文獻(xiàn)
[1] K.Watson,M.Bellinaso等 著,康博 譯.C#入門經(jīng)典(第3版)[M].北京:清華大學(xué)出版社.2006.5.1.1~864
[2] K.Ardestani,K.Hoffman 著,張哲峰 譯.高效掌握ADO.NET――C#編程篇[M].北京:清華大學(xué)出版社.2003.3.1.1~324
[3] J.Kauffman,B.Matsik 等 著,張哲峰 譯.ASP.NET數(shù)據(jù)庫(kù)入門經(jīng)典――C#編程篇[M].北京: 清華大學(xué)出版社.2003.1.1.1~412
[4] P.Jason 著,邱仲潘等 譯.C#數(shù)據(jù)庫(kù)編程從入門到精通[M].北京:電子工業(yè)出版社.2003.9.1.1~524
[5] 李維 著.面向?qū)ο箝_發(fā)實(shí)踐之路(C#版)[M].北京:電子工業(yè)出版社.2005.8.1.1~468
TA們正在看...
- 英語(yǔ)連讀失音技巧大全.rar
- 中國(guó)日?qǐng)?bào)中英文單詞表.doc
- thesisonsymbolisminthescarletlette.doc
- voaspecialenglishbasicvocabulary.doc
- 英語(yǔ)聽力速記簡(jiǎn)寫符號(hào)歸總(上).doc
- 聽力簡(jiǎn)寫速記符號(hào)歸總(下).doc
- 英語(yǔ)專業(yè)四級(jí)——語(yǔ)法詞匯特訓(xùn).doc
- 英文商業(yè)書信資料大全.doc
- 重點(diǎn)大學(xué)考研輔導(dǎo)之英漢翻譯筆記.doc
- 瘋狂英語(yǔ)拿手好戲.doc