論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      Ajax在客戶管理系統中的應用

       本文ID:LWGSW13515 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 Ajax在客戶管理系統中的應用 (收費:1000 積分)  

      論文字數:16610,頁數:35 有開題報告,任務書

      摘    要
      客戶關系管理是一種旨在改善企業與客戶之間關系、提高客戶忠誠度的新型運作機制,將企業的市場、銷售和服務等有機地整合起來,形成跨部門的統一業務管理平臺。
      本系統采用三層Web結構,瀏覽器與服務器進行交互,服務器從后臺數據庫獲取數據。系統前臺基于Ajax,利用其核心對象XmlHttpRequest與服務器異步交互,部分交互數據采用XML進行傳輸,前臺瀏覽器獲得XML數據利用DOM文檔對象模型進行處理,其中的業務邏輯采用java script語言進行控制,例如:表單數據的提交,表格列表數據的顯示,增加,修改,刪除等操作。在后臺基于ASP.NET平臺采用C#語言構服務器,在服務器程序中對通用代碼塊采用模塊化設計思想,將通用代碼快設計為類的靜態方法,對動態變化的接口參數,采用XML配置文件的方式,動態的從XML文件中讀取,避免硬編碼帶來的重新編譯。后臺數據庫采用穩定,高效SQL Server 2000。數據庫設計盡量采用三范式原則,但也同時考慮編程所帶來的便利性,必要時采用冗余設計原則。
      Ajax在客戶管理系統的應用,可以很好的改變系統與客戶之間的交互的友好性,網頁無刷新重載,提高交互的效率,避免了在網絡上發送那些沒有改變的信息。 

      關鍵詞:Ajax、java script、XMLHttpRequest、異步交互、XML 

       

      The application of Ajax in client management system
       
       
       
       Abstract
      Customer relationship management is inter-departmental unified business management platform,which improves relationship between customer and enterpirse and enhance customer loyalty to the new operation mechanism.
      The system uses a three-level structure of the Web. The browser interact with server, Server access to data from the background database. System prospects for Ajax, use its core XmlHttpRequest object asynchronous interaction with the server. Some interactive data using XML for transmission, prospects browser access to data using XML DOM document object model, The business logic using java script language for the control, for example : the submission of forms, of table data about adding, modifying, deleting, etc. The background based on ASP.NET platform using C # language structure server, the server process to block generic code modular design concept of universal design for fast code like static methods Dynamic changes in the parameters of the interface, using XML configuration files, from the dynamic XML document read, avoid hard coding the recompiled. Background database using stable, efficient SQL Server 2000. Database design paradigm to maximize the use of three principles, but also consider programming from the convenience, if necessary, redundant design principles.
      The application of Ajax in customer management systems, can friendly improve the interaction between system and customer,.The website does not need refreshing and reloading, avoiding the network send the message who do not change.

      Keywords : Ajax、java script、XMLHttpRequest、Asynchronous Interaction、XML

       

       

      目    錄
      1. 緒論 1
      1.1. 背景 1
      1.2. 目前發展現狀 2
      1.3. 研究面臨的困難和關鍵技術 2
      1.4. 本文的結構 3
      2. Ajax技術 4
      2.1. 應用程序分類 4
      2.2. Ajax 4
      2.2.1. Ajax定義 4
      2.2.2. XMLHttpRequest 5
      2.2.3. java script 5
      2.2.4. CSS 6
      2.2.5. DOM 7
      2.2.6. java script的安全性 8
      2.3. Ajax的請求/響應 9
      2.3.1. 客戶端和服務器的交互 9
      2.3.2. 獲取 Request 對象 10
      2.3.3. 解析數據 12
      2.3.4. 發出請求 12
      2.3.5. 處理響應 14
      2.3.6. 連接 Web 表單 14
      2.4. 結束語 15
      3. Ajax在客戶管理系統的應用 16
      3.1. 系統目標 16
      3.2. 系統設計結構 16
      3.3. 系統需求與設計 16
      3.3.1. 客戶管理 17
      3.3.2. 業務管理 17
      3.3.3. 服務管理 18
      3.3.4. 費用管理 18
      3.3.5. 活動管理 18
      3.3.6. 業務報表 19
      3.4. 系統實現 19
      3.4.1. 數據庫的設計與實現 19
      3.4.2. 登陸的設計與實現 19
      3.4.3. 智能數據聯動下拉框 21
      3.4.4. 功能類的設計與實現 24
      3.4.5. 系統風格的實現 24
      3.4.6. 系統測試與修改 24
      3.5. Ajax在本系統中應用的總結 25
      結論 27
      致謝 28
      參考文獻 29


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于Miscore的物業管理系統 下一篇:ASP.NET在網站安全登陸中的應用研..
      Tags:Ajax 客戶管理系統 應用 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文