国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于b/s系統(tǒng)架構(gòu)的圖書銷售網(wǎng)絡(luò)管理系統(tǒng).doc

約41頁(yè)DOC格式手機(jī)打開展開

基于b/s系統(tǒng)架構(gòu)的圖書銷售網(wǎng)絡(luò)管理系統(tǒng),本論文共計(jì)41頁(yè),33000余字,是一篇不錯(cuò)的畢業(yè)論文[摘要]:本系統(tǒng)主要內(nèi)容是圍繞圖書銷售管理系統(tǒng)而展開討論的,主要針對(duì)圖書批銷以及門市銷售為主而進(jìn)行設(shè)計(jì)的,適合圖書進(jìn)銷零售的管理,特別適用于書城及圖書批銷商協(xié)調(diào)的資源管理。系統(tǒng)源碼采用c#語(yǔ)言書寫格式,在vs.net 2005集成環(huán)境下調(diào)試進(jìn)行,數(shù)據(jù)庫(kù)采用sql s...
編號(hào):150-18242大小:1.10M
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 lzj781219 發(fā)布

本論文共計(jì)41頁(yè),33000余字,是一篇不錯(cuò)的畢業(yè)論文

[摘要]:本系統(tǒng)主要內(nèi)容是圍繞圖書銷售管理系統(tǒng)而展開討論的,主要針對(duì)圖書批銷以及門市銷售為主而進(jìn)行設(shè)計(jì)的,適合圖書進(jìn)銷零售的管理,特別適用于書城及圖書批銷商協(xié)調(diào)的資源管理。系統(tǒng)源碼采用C#語(yǔ)言書寫格式,在VS.NET 2005集成環(huán)境下調(diào)試進(jìn)行,數(shù)據(jù)庫(kù)采用SQL Server 2000后臺(tái)。該系統(tǒng)大量采用了豐富數(shù)據(jù)庫(kù)技術(shù),有針對(duì)性模塊行的開發(fā),其中數(shù)據(jù)庫(kù)操作層技術(shù)大量采用存儲(chǔ)過(guò)程及觸發(fā)器的應(yīng)用,數(shù)據(jù)庫(kù)訪問(wèn)層技術(shù)采用微軟公司的ADO.NET最新2.0開發(fā)技術(shù),數(shù)據(jù)庫(kù)表示層采用統(tǒng)一的外觀模式,從而使得整個(gè)系統(tǒng)架構(gòu)明晰,源碼可讀可寫性好,進(jìn)而更好的方便了用戶的操作及開發(fā)人員下一步的開發(fā)工作,樹型控件和自定義分頁(yè)技術(shù)的使用使得整個(gè)系統(tǒng)人機(jī)交互性能更為出色。

[關(guān)鍵詞]:觸發(fā)器 數(shù)據(jù)訪問(wèn) 系統(tǒng)架構(gòu)

Abstract: This system main contents is launching under the discussion of book sale management system, which main aim at a book batch to sell and retail sales sale is lord but carry on designing , in keeping with book’s sell retail of management, specially be applicable to book market and book batch resources that sell company's coordination management.The system source code adopt C# language by writing format and in the VS.NET 2005 integration environment bottom adjust to try to carry on, the SQL Server of the database adopt be 2000 backstages.It's system's turn to is a great deal of adoption abundant database technique, have already aim at a mold piece line of development, among them database operation layer technique a great deal of adoption saving process and trigger a machine of application, database interview layer technique adoption Microsoft company of ADO.NET latest 2.0 development technique, the database mean a layer adoption unify of external appearance mode, make thus the whole system structure clear in meaning, the source code self own very good performance of readability and writability, then better convenience to customer operation and development personnel next move of development work, the type of tree control and user-defined page technique of usage make the whole system person's machine hand over with each other the function be more outstanding.

Key words:Trigger Data Access System Structure

B/S 圖書網(wǎng)絡(luò)管理系統(tǒng)
本系統(tǒng),我們將介紹如何通過(guò)ASP.NET來(lái)開發(fā)管理信息系統(tǒng),即所謂的MIS(Management Information System) 系統(tǒng)。過(guò)去,MIS系統(tǒng)的開發(fā)一般采用C/S (Client/Server,客戶/服務(wù)器) 架構(gòu)。該架構(gòu)在開發(fā)速度、開發(fā)周期,以及客戶端響應(yīng)速度上具有無(wú)可比擬的優(yōu)勢(shì)。但是他采用的是Intranet技術(shù),僅適用于局域網(wǎng)環(huán)境,并且當(dāng)客戶端的用戶數(shù)量增多時(shí),其性能會(huì)明顯下降。隨著Intranet的飛速發(fā)展,移動(dòng)辦公和分布式辦公越來(lái)越普及,B/S (Browser/Server) 架構(gòu)應(yīng)運(yùn)而生,并得到普遍應(yīng)用。B/S架構(gòu)最大的優(yōu)點(diǎn)就是客戶端無(wú)需安裝任何專用的客戶端軟件,只需配置瀏覽器(如Intranet Explorer)即可,這樣為程序的安裝、調(diào)試和維護(hù)帶來(lái)了極大的方便。ASP.NET所開發(fā)的應(yīng)用軟件一般都是B/S架構(gòu),用戶可直接通過(guò)瀏覽器來(lái)使用系統(tǒng),而無(wú)需安裝軟件的客戶端。
本篇主要介紹如何通過(guò)ASP.NET來(lái)開發(fā)圖書網(wǎng)絡(luò)管理系統(tǒng),該系統(tǒng)的主要應(yīng)用對(duì)象為各類中、小型書店,其功能主要是對(duì)書店圖書的進(jìn)貨、銷售及庫(kù)存等進(jìn)行信息化管理。

1. 系統(tǒng)總體分析

1.1 需求分析

1.1.1 操作角色
一個(gè)書店可分為總店和門市兩個(gè)部門,對(duì)于較大的書店,這兩個(gè)部門是實(shí)際分開且以實(shí)體存在的。。。。。。。。。。。。。。。。。
。。。。。。。。。。。。。。。。。。

參考文獻(xiàn)

[1] 明日科技ASP.NET數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)案例精選,人民郵電出版社
[2] SQL Server 2000數(shù)據(jù)庫(kù)管理與應(yīng)用 清華大學(xué)出版社,2006
[3] 圣殿祭司的ASP.NET 2.0開發(fā)詳解 電子工業(yè)出版社,2006
[4] Visual C# 2005從入門到精通 清華大學(xué)出版社,2006
[5] 框架設(shè)計(jì)(第2版):CLR Via C# 清華大學(xué)出版社,2006
[6] Visual C#2005編程技巧大全 中國(guó)水利水電出版社,2007
[7] 胡勇輝、蘭湘濤等編著《ASP.NET開發(fā)實(shí)戰(zhàn)詳解:入門、模塊、系統(tǒng)》
電子工業(yè)出版社 2006.7(.NET技術(shù)大系)
[8] WWW.CSDN.NET網(wǎng)站論壇,WWW.MSDN.NET技術(shù)參考