亚洲一级电影在线观看,九九精品无码专区免费,亚洲AV无码资源在线观看 ,欧美国产高清

艾美特中國市場分銷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

  • 相關(guān)推薦

艾美特中國市場分銷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

畢業(yè)論文

艾美特中國市場分銷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
 
摘  要:本系統(tǒng)使用Delphi+Java+SQL Server2000進(jìn)行開發(fā),采用了B/S3層構(gòu)架,該技術(shù)突破了C/S結(jié)構(gòu)的局限性,前臺(tái)由Delphi開發(fā),后臺(tái)由java開發(fā),系統(tǒng)中應(yīng)用了ActiveX插件技術(shù),通過在瀏覽器中嵌入ActiveX控件可以實(shí)現(xiàn)在瀏覽器中實(shí)現(xiàn)起來比較困難的功能。
本系統(tǒng)實(shí)現(xiàn)了我的工作、預(yù)算管理、網(wǎng)點(diǎn)管理、導(dǎo)購員管理、訂單管理等功能模塊。在開發(fā)過程中嚴(yán)格遵守軟件工程的思想,按照需求分析、數(shù)據(jù)庫設(shè)計(jì)、概要設(shè)計(jì)、詳細(xì)設(shè)計(jì)、編碼、改進(jìn)、與性能優(yōu)化步驟進(jìn)行開發(fā)。論文詳細(xì)介紹了系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)過程,同時(shí)對(duì)開發(fā)平臺(tái)、采用技術(shù)的使用、需求分析、概要設(shè)計(jì)等進(jìn)行了簡單的介紹。
關(guān)鍵詞:B/S; Delphi; 數(shù)據(jù)庫; 分銷系統(tǒng)

The Design And Realization of Chinese Market Retailing System of Airmate

Abstract: This system used Delphi, Java and SQL Server 2000 to realize, and adopted B/S three Framework. This technology breakthrough C/S structure limitation. The foreground application is empoldered by the Delphi and the background application is empoldered by java. The ActiveX plug-in unit technology has been applied in the system, by inserting ActiveX in the browser so that it is possible to realize the function which cannot realize or very difficult to realize in the browser.
This system has realized my work, the budget management, the network point management, the guider management, the order form management and so on. In the impolder process, strictly observes the thoughtway of software engineering and according to the demand analysis, the database design, the outline design, the detailed design, the code, the improvement, carries on the development with the performance optimization step. The paper will bat around the system design and the realization process, simultaneously introduce the developed platform, the technology has used, the demand analysis, the outline design and so on simply.
Keywords: B/S; Delphi; database; retailing system
目  錄
前   言 1
1 開發(fā)平臺(tái)簡介 2
1.1 Delphi7 簡介 2
1.2 SQL Server 2000 簡介 2
1.3 IBM VisualAge for Java的使用 3
1.3.1 如何避免多人開發(fā)代碼沖突 3
1.3.2 如何提高代碼開發(fā)效率 3
1.3.3 如何創(chuàng)建更改資源庫 3
2 設(shè)計(jì)采用的技術(shù) 4
2.1 B/S結(jié)構(gòu) 4
2.2 ActiveX 技術(shù) 5
2.3 Java后臺(tái)技術(shù) 6
2.4 XML協(xié)議傳輸數(shù)據(jù)方式 6
3 需求分析 9
3.1 總體方案 9
3.2 銷售預(yù)測及任務(wù)管理 9
3.2.1 業(yè)務(wù)描述 9
3.2.2 層次結(jié)構(gòu) 9
3.2.3 銷售預(yù)測管理 10
3.3 導(dǎo)購員管理 10
3.3.1 人事管理 10
3.3.2 薪資管理 11
3.3.3 導(dǎo)購員考核 12
3.4 網(wǎng)點(diǎn)管理 12
3.5 訂單管理 13
4 概要設(shè)計(jì) 14
4.1 系統(tǒng)功能模塊設(shè)計(jì) 14
4.2 系統(tǒng)的數(shù)據(jù)流程 14
4.3 模塊的流程圖 15
4.4 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) 18
5 系統(tǒng)詳細(xì)設(shè)計(jì) 30
5.1 登陸界面及主窗體 30
5.1.1 界面設(shè)計(jì) 30
5.1.2 關(guān)鍵代碼 31
5.2 預(yù)算管理模塊詳細(xì)設(shè)計(jì) 32
5.2.1 界面設(shè)計(jì) 32
5.2.2 關(guān)鍵代碼 34
5.3 導(dǎo)購員管理模塊詳細(xì)設(shè)計(jì) 36
5.3.1 界面設(shè)計(jì) 36
5.3.2 關(guān)鍵代碼 37
5.4 網(wǎng)點(diǎn)管理模塊詳細(xì)設(shè)計(jì) 39
5.4.1 界面設(shè)計(jì) 39
5.4.2 關(guān)鍵代碼 40
5.5訂單管理模塊詳細(xì)設(shè)計(jì) 41
5.5.1 界面設(shè)計(jì) 41
5.5.2 關(guān)鍵代碼 42
6 系統(tǒng)測試與發(fā)布 44
參考文獻(xiàn) 45
致謝詞 46

注:不含源代碼

艾美特中國市場分銷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

【艾美特中國市場分銷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)】相關(guān)文章:

高校信息查詢系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)09-03

基于PQRM的PACS系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)08-02

新聞發(fā)布系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)08-19

學(xué)生成績管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)09-15

基于Kinect的自主康復(fù)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)05-27

旅游云講解系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)09-23

移動(dòng)網(wǎng)絡(luò)監(jiān)控系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)07-19

移動(dòng)業(yè)務(wù)運(yùn)營支撐系統(tǒng)的設(shè)計(jì)及實(shí)現(xiàn)08-04

科研項(xiàng)目管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)10-02

基于GPRS用電管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)09-08

主站蜘蛛池模板: 丰满亚洲大尺度无码无码专线| 一区二区在线欧美日韩中文| 永久免费无码国产| 亚洲狠狠婷婷综合久久| 久久精品无码中文字幕| 亚洲秘AV无码一区二区三区| 日本熟妇色xxxxx日本免费看| 人妻无码一区二区三区四区| 中文字幕永久在线观看| 波多野结衣的av一区二区三区| 美女被躁出白浆视频播放| 波多野吉衣一区二区| 成人年鲁鲁在线观看视频| 99青青青精品视频在线| 人妻互换精品一区二区| 亚洲一区二区约美女探花| 麻豆精品国产自产在线| 麻豆精品在线| 一本无码在线观看| 婷婷色婷婷| 欧美疯狂性受xxxxx另类| 亚洲欧美在线综合一区二区三区| 色婷婷啪啪| 三级网站| 人妻无码久久中文字幕专区| 国模吧双双大尺度炮交gogo| 免费精品99久久国产综合精品| 国产av国片精品| 亚洲日韩成人无码不卡网站| 67194成是人免费无码| 无码视频网站| 国产网红无码福利在线播放| A级毛片无码久久精品免费| 人人妻人人添人人爽欧美一区| 龙泉市| 女人夜夜春高潮爽a∨片传媒| 精品无人国产偷自产在线| 久久综合精品国产一区二区三区无| 欧美精品H在线播放| 亚洲精品一区二区三区蜜臀| 漂亮人妻去按摩被按中出|