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

名片管理系統(tǒng)畢業(yè)論文設(shè)計(jì).doc

約29頁DOC格式手機(jī)打開展開

名片管理系統(tǒng)畢業(yè)論文設(shè)計(jì),名片管理系統(tǒng)摘 要隨著商務(wù)通的出現(xiàn),雖然實(shí)現(xiàn)了可構(gòu)造查詢條件的名片電子化管理,但價(jià)格昂貴,難以在廣大客戶中進(jìn)行全面普及。因此開發(fā)一個(gè)既可以存儲(chǔ)信息,又可以進(jìn)行更新、查詢等功能,同時(shí)價(jià)格又能為廣大消費(fèi)者接受的多功能名片通訊錄就顯得十分必要。本文基于java開發(fā)環(huán)境開發(fā)了名片管理系統(tǒng)。本系統(tǒng)可實(shí)現(xiàn)用戶對(duì)名片的管理。此系統(tǒng)除...
編號(hào):25-260945大小:1.94M
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

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

名片管理系統(tǒng)

摘   要
 隨著商務(wù)通的出現(xiàn),雖然實(shí)現(xiàn)了可構(gòu)造查詢條件的名片電子化管理,但價(jià)格昂貴,難以在廣大客戶中進(jìn)行全面普及。因此開發(fā)一個(gè)既可以存儲(chǔ)信息,又可以進(jìn)行更新、查詢等功能,同時(shí)價(jià)格又能為廣大消費(fèi)者接受的多功能名片通訊錄就顯得十分必要。本文基于Java開發(fā)環(huán)境開發(fā)了名片管理系統(tǒng)。本系統(tǒng)可實(shí)現(xiàn)用戶對(duì)名片的管理。此系統(tǒng)除了最基本的用戶管理模塊之外,還包括查詢,瀏覽,維護(hù),打印報(bào)表等功能模塊。這些模塊可以實(shí)現(xiàn)對(duì)名片信息,公司信息和關(guān)系類型的信息的管理。功能包括查詢名片信息,瀏覽名片信息,添加、修改、刪除名片和公司信息,打印名片報(bào)表,聯(lián)系記錄報(bào)表和備忘錄報(bào)表。本系統(tǒng)具有操作簡單、功能較強(qiáng)、界面美觀等優(yōu)點(diǎn),可以提高用戶的辦公效率,降低出錯(cuò)率。由于時(shí)間和技術(shù)水平有限的緣故,本系統(tǒng)只提供了一些基本功能的展示,不能展示系統(tǒng)的全部功能,還需要進(jìn)一步實(shí)現(xiàn)更完善的功能。

 關(guān)鍵詞:名片管理系統(tǒng);windows;Java;數(shù)據(jù)庫;
Card management system
  Abstract
  With the emergence of GUIDEC, we achieve the electronic management of business cards, while it is difficult to become universal among customers because of the price is high. Therefore it is necessary to develop a system that can not only store information but also have the functions such as update, query, and so on, meanwhile its price could be accepted by the most of the customers. The development of this card management system is based on the technology of Visual FoxPro. The system could realize the management of the name cards, including the basic management module; it also includes query, browse, maintenance, printing statements, and other functional modules. These modules can realize the management of card information, company information, and relationship type; which includes query of card information, browse of card information, adding, modifying, deleting business card and company information, print of report forms, like business cards, relation record, and memo. With the advantages of simple operation, powerful function, this system can improve the efficiency of office work and reduce the risk of errors. For the limitation of time and level of technical, the system has only provided some basic functions, so it could not displayed all features of the system and needs to realize the more perfect.
  
Key Words: card management system; java; database
目錄
1. 引    言 1
1.1 研究背景、目的 1
1.2 研究理論、方法 1
2. 系統(tǒng)可行性研究 2
2.1 經(jīng)濟(jì) 2
2.2 操作 2
2.3 技術(shù) 2
3. 系統(tǒng)需求分析 2
3.1 系統(tǒng)模式 2
3.2數(shù)據(jù)庫設(shè)計(jì) 4
4. 系統(tǒng)的總體設(shè)計(jì) 5
4.1系統(tǒng)介紹 5
4.2系統(tǒng)各模塊功能介紹 6
4.2.1登錄 6
4.2.2查詢 6
4.2.3添加 6
4.2.4刪除 6
4.2.5修改 6
5. 系統(tǒng)的詳細(xì)設(shè)計(jì) 6
5.1登陸模塊 6
5.2密碼修改模塊 7
5.3查詢模塊 8
5.4修改模塊 8
5.5添加模塊 9
5.6刪除模塊 10
6. 系統(tǒng)測試 10
6.1測試的重要性和目的 10
6.1.1測試的重要性 10
6.1.2測試的目的 11
6.2測試的主要內(nèi)容 11
6.2.1單元測試 11
6.2.2集成測試 12
6.2.3確認(rèn)測試 12
6.2.4系統(tǒng)測試 12
結(jié)束語 13
附錄 A 14
用戶登錄模塊的代碼 14
附錄 B 16
密碼修改模塊代碼 16
附錄 C 17
查詢模塊代碼 17
附錄D 18
修改模塊代碼 18
附錄 E 19
增加模塊代碼 19
附錄 F 21
刪除模塊代碼 21
主要參考文獻(xiàn) 22
致 謝 23