【正文】
.................................................... 25 數(shù)據(jù)庫的設(shè)計 ....................................................................................................... 28 數(shù)據(jù)庫操作 ......................................................................................................... 29 系統(tǒng)中數(shù)據(jù)庫的功能如下 ................................................................................. 30 客戶信息登記表 ................................................................................................. 30 客戶信息錄入表 ................................................................................................. 30 登陸記錄表 ......................................................................................................... 31 中獎客戶名單 ..................................................................................................... 31 未中獎客戶名單 ................................................................................................. 31 數(shù)據(jù)更新 ............................................................................................................... 36 添 加和刪除客戶信息 ........................................................................................... 36 5 編碼 ........................................................................................................................... 37 系統(tǒng)管理員運行系統(tǒng)模塊部分代碼及解釋 ....................................................... 37 開始抽獎 ............................................................................................................. 37 遇到重復(fù)號碼時的處理方案 ............................................................................. 37 系統(tǒng)管理員對所抽取的號碼進(jìn)行保存 ............................................................. 37 6 測試 .......................................................................................................................... 39 測試目的 ............................................................................................................... 39 軟件測試的內(nèi)容 ................................................................................................... 39 測試時間 ............................................................................................................... 39 測試結(jié)果 .............................................................................................................. 39 測試結(jié)果分析 ...................................................................................................... 40 使用建議 ............................................................................................................... 40 結(jié)論 .............................................................................................................................. 41 致謝 .............................................................................................................................. 42 參考文獻(xiàn) ...................................................................................................................... 43 1 緒論 隨著人類社會步入 21 世紀(jì) ,信息技術(shù)的飛速發(fā)展和社會信息化的不斷提高,特別是進(jìn)入網(wǎng)絡(luò)信息時代,我們的工作越來越離不開計算機(jī),這個時候就需要更好的運用現(xiàn)代化技術(shù) 為各聯(lián)系點服務(wù),不斷提高工作效率。該系統(tǒng)每期準(zhǔn)備設(shè)立四個獎項,一等獎一名,二等獎二名,三等獎四名,四等獎若干名。由于客戶的登陸,輸入及查詢抽獎信息是此系統(tǒng)的子模塊,考慮到系統(tǒng)的可用性、可靠性、 安全性,集成性,實用性,系統(tǒng)開發(fā)快捷性及可維護(hù)性,則擬采用 VB作為系統(tǒng)開發(fā)環(huán)境。Web 數(shù)據(jù)庫應(yīng)用與剖析 .科學(xué)出版社 ,1999 12 劉韜 ,駱娟 ,何旭洪編著 .Visual Basic 數(shù)據(jù)庫系統(tǒng)開發(fā)實例導(dǎo)航系統(tǒng) .北京 : 人民郵 電出版社 , 13 宣小平 ,倪正剛 ,張文毅編著 .ASP 數(shù)據(jù)庫系統(tǒng)開發(fā)實例導(dǎo)航 .北京 : 人民郵電出版社 . 14 漢計算機(jī)工作室 . Visual Basic 開發(fā)實例 .北京 : 機(jī)械工業(yè)出版社 .1999 15 趙明華 ,吳明輝 ,竇亮編著 .ASP 商務(wù)辦公與網(wǎng)絡(luò)應(yīng)用系統(tǒng)開發(fā)實例 .北京 : 人民郵電出版社 . 畢 業(yè) 設(shè) 計(論 文)開 題 報 告 2.本課題的研究思路(包括要研究或解決的問題和擬采用的研究方法、手段(途徑)及進(jìn)度安排等): 本系統(tǒng)是基于 VB 和數(shù)據(jù)庫的應(yīng)用程序,運用 VB 作為編寫環(huán)境,將 VB界面制作成瀏覽端與數(shù)據(jù)庫相連接,客戶通過 VB界面輸入和更改客戶個人信息,然后由系 統(tǒng)對數(shù)據(jù)庫進(jìn)行更新,并保存各個客戶的個人信息,在抽獎開始之前則關(guān)閉此系統(tǒng)的登陸。當(dāng)有客戶欲查詢自己中獎情況時可與系統(tǒng)管理人員聯(lián)系,由管理員登陸本抽獎系統(tǒng)輸入該客戶的主要信息進(jìn)行查詢 ,并將查詢所得的信息告知客戶。由于客戶信息及查詢模塊是此系統(tǒng)的子模塊,考慮到系統(tǒng)的可用性、可靠性、安全性,集成性,實用性,系統(tǒng)開發(fā)快捷性及可維護(hù)性,則擬采用 VB作為系統(tǒng)開發(fā)環(huán)境。 三 .采用手工抽獎在開獎活動進(jìn)行時還受時間和地點的限制,以往需要相關(guān)人員和廣大客戶在場做監(jiān)督,這對本公司又增加了一些難度?,F(xiàn)將以往手工抽獎和現(xiàn)在計算機(jī)軟件程序抽獎進(jìn)行一下對比: 一 .客戶信息的統(tǒng)計,以往采用手工統(tǒng)計的方式時需要耗費一定的人力物力,而且由于數(shù)據(jù)量大難免會出現(xiàn)一些差錯。 江蘇省徐州漢高公司屬于中外合資企業(yè),為了回報廣大客戶的厚愛特推出了一個抽獎活動。 2.本畢業(yè)設(shè)計(論文)課題任務(wù)的內(nèi)容和要求(包括原始數(shù)據(jù)、技術(shù)要求、工作要求等): 該系統(tǒng)能實現(xiàn) 靈活的 顧客信息錄入功能 能實現(xiàn)每期的顧客抽獎,保證中獎的人員不在繼續(xù)中獎 功能 能實現(xiàn)不中獎的人員可以參加下期的抽獎功能 能實現(xiàn)每期的中獎查詢、打印、統(tǒng)計等功能 開發(fā)工具用 VB 或 VC++查閱相關(guān)技術(shù)資料,掌握數(shù)據(jù)庫編程的相關(guān)知識 按照淮陰工學(xué)院對畢業(yè)設(shè)計(論文)的要求,完成畢業(yè)論文的撰寫與答辯以及相關(guān)外文資料的翻譯工作 任務(wù)書 3.對本畢業(yè)設(shè)計(論文)課題成果的要求〔包括圖表、實物等硬件要求〕: 軟件設(shè)計需達(dá)到以下要求: 設(shè)計的軟件要實現(xiàn)任務(wù)書中下達(dá)的要求,且運行相對可靠、穩(wěn)定; 源代碼書寫規(guī)范。 關(guān)鍵字 客戶信息 抽獎 軟件設(shè)計 畢業(yè)設(shè)計(論文)外文摘要 Title The Software of The Jiangsu province’ s Xuz hou Hangao pany’ s Draws the system Abstract As we enter the 21st century, enterprises in order to achieve petitive advantage, we must clearly understand the needs of customers, and establishing a solid client relations. Establishes a convenience quick customer service system not only to be possible to pile the customer the information paper by to carry on the management, after moreover will the customer feel purchases this pany product to enjoy to the good service. Although the domestic similar software had the use in each kind of lottery ticket department, but as a result of the development cost and the resources use space question, the ordinary large and middle scale enterprises does not need a so huge software. Therefore, small develops to draw the system is extremely essential, this system is precisely based on the above consideration, Take Visual the language as the development kit, Access 2,000 carries on the development for the database platform, formed a set to suit the large and middle scale enterprises to use draws the system software, brought the certain social efficiency and the economic efficiency for the enterprise and the user. At present, this system has tried in the Xuzhou Chinese high pany to move, the movement condition was good, obtained the customer high praise. Keywords: Customer information Draws Sof