• <ul id="mm8go"></ul>
    <strike id="mm8go"><rt id="mm8go"></rt></strike>
    • <del id="mm8go"><sup id="mm8go"></sup></del>
    • 論文格式
      電氣工程 會(huì)計(jì)論文 金融論文 國(guó)際貿(mào)易 財(cái)務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計(jì)算科學(xué) 電氣自動(dòng)化 歷史論文
      機(jī)械設(shè)計(jì) 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場(chǎng)營(yíng)銷 電視制片管理 材料科學(xué)工程 漢語言文學(xué) 免費(fèi)獲取
      制藥工程 生物工程 包裝工程 模具設(shè)計(jì) 測(cè)控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計(jì)工程 教育技術(shù)學(xué) 論文降重
      通信工程 電子機(jī)電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計(jì) 新聞專業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業(yè)論文 |
      • 論文格式 |
      • 個(gè)人簡(jiǎn)歷 |
      • 工作總結(jié) |
      • 入黨申請(qǐng)書 |
      • 求職信 |
      • 入團(tuán)申請(qǐng)書 |
      • 工作計(jì)劃 |
      • 免費(fèi)論文 |
      • 合作期刊 |
      • 論文同學(xué)網(wǎng) |
      搜索 高級(jí)搜索

      當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
      畢業(yè)論文標(biāo)題:

      基于Web Service的數(shù)據(jù)庫(kù)同步系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

       本文ID:LWGSW14304 價(jià)格:收費(fèi)積分/100
      掃一掃 掃一掃
      本站會(huì)員可自行下載:下載地址 基于Web Service的數(shù)據(jù)庫(kù)同步系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) (收費(fèi):1000 積分)  

      包括論文,設(shè)計(jì),論文字?jǐn)?shù):14089,頁數(shù):29

      摘  要
      結(jié)合當(dāng)前流行的Web Service和ADO.NET技術(shù)構(gòu)造了一個(gè)不受平臺(tái)限制的異構(gòu)數(shù)據(jù)庫(kù)同步系統(tǒng)。實(shí)現(xiàn)了處于Internet上的Sql Server2000向Oracle 的單向同步功能,能夠基于IP的安全身份驗(yàn)證功能,多個(gè)IP實(shí)現(xiàn)了凈量數(shù)據(jù)的傳輸。對(duì)同步的配置信息采用XML存儲(chǔ),采用Windows應(yīng)用程序界面化配置,操作方便、易懂。
      因?yàn)橥江h(huán)境是對(duì)處于Internet上的異構(gòu)數(shù)據(jù)庫(kù)的實(shí)時(shí)同步;在設(shè)計(jì)與開發(fā)中,重點(diǎn)關(guān)注異構(gòu)數(shù)據(jù)庫(kù)的同步以及數(shù)據(jù)傳輸?shù)目煽啃裕惶接懩軐?shí)現(xiàn)可靠數(shù)據(jù)的同步,以及傳輸?shù)母咝浴=榻B了實(shí)現(xiàn)系統(tǒng)的思路以及所需的關(guān)鍵技術(shù)。系統(tǒng)用到的相關(guān)技術(shù)有捕獲技術(shù)Windows 托盤服務(wù)、多線程處理、以及網(wǎng)絡(luò)消息機(jī)制、多IP同步、同步IP權(quán)限驗(yàn)證、同步表名及字段以及字段類型的可配置、異構(gòu)數(shù)據(jù)類型的轉(zhuǎn)換、Web Service等。

      關(guān)鍵詞:Web Service;異構(gòu)數(shù)據(jù)庫(kù);同步;ADO.NET;

      The Design and Implementation of Database Synchronization System Based on Web Service
      Abstract
      We can construct the Heterogeneous database synchronous system using Web Service. It has realized the function of one-way synchronous from SQL Server2000 to Oracle. It has some functions, the security authentication of IP, the data transmission of IP, the Synchronization configuration using XML storage and the windows application program UI which can make this system be operated easily.
      Because the synchronous environment will be real-time synchronous for heterogeneous database on the Internet, in the design and implementation, this system has showed the synchronization of heterogeneous database and data transmission reliability, achieving the synchronization of reliable data, the security methods of data transmission, and the efficiency transmission. It will display the ideas of realization and the necessary critical technologies. There are some relevant technologies that this system used, for example, the capture technology, the windows tray service, multi-thread processing, and the network news mechanism, and so on.

      Key words: Web Service; Heterogeneous Database; Synchronization; ADO.NET;

      目  錄

      1 引言 1
      1.1 課題背景 1
      1.2 國(guó)內(nèi)外研究現(xiàn)狀 1
      1.3 本課題研究的意義 2
      1.4 本課題的研究方法 2
      2 Web Service數(shù)據(jù)庫(kù)同步原理 3
      2.1 Web Service構(gòu)成與特點(diǎn) 3
      2.1.1 Web Servcie的結(jié)構(gòu) 3
      2.1.2 Web Servcie的關(guān)鍵技術(shù)---協(xié)議 3
      2.1.3 Web Servcie的特點(diǎn) 4
      2.1.4 Web Servcie安全 5
      2.2 數(shù)據(jù)庫(kù)復(fù)制的分類 5
      2.3 復(fù)制數(shù)據(jù)的類型 6
      2.4 數(shù)據(jù)捕獲技術(shù) 7
      2.5 沖突檢測(cè) 8
      3 需求分析 9
      3.1 同步環(huán)境 9
      3.2 功能需求 9
      3.3 性能需求 10
      3.4 輸入輸出要求 10
      3.5 運(yùn)行需求 10
      4 方案設(shè)計(jì) 11
      4.1 數(shù)據(jù)庫(kù)同步復(fù)制模型 11
      4.2 數(shù)據(jù)庫(kù)設(shè)計(jì) 11
      4.2.1 源結(jié)點(diǎn)Sql Server 2000表設(shè)計(jì) 11
      4.2.2 目的結(jié)點(diǎn)Oracle表設(shè)計(jì) 12
      4.3 模塊設(shè)計(jì) 13
      4.3.1 數(shù)據(jù)捕獲部分 13
      4.3.2 同步部分 13
      4.3.3 沖突檢測(cè)處理部分 16
      5 代碼實(shí)現(xiàn) 16
      5.1 開發(fā)環(huán)境 16
      5.2 關(guān)鍵代碼詳解。 16
      5.2.1 數(shù)據(jù)捕獲部分 16
      5.2.2 同步部分 17
      6 測(cè)試 19
      6.1 功能測(cè)試 19
      6.2 性能測(cè)試 20
      結(jié)    論 21
      參考文獻(xiàn) 21
      致    謝 23
      聲    明 24


      相關(guān)論文
      本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請(qǐng)注明來源www.donglienglish.cn,更多論文,請(qǐng)點(diǎn)論文格式范文查看
      上一篇:基于Web的新聞發(fā)布系統(tǒng) 下一篇:C/S應(yīng)用程序平臺(tái)多語種技術(shù)應(yīng)用研..
      Tags:基于 Web Service 數(shù)據(jù)庫(kù) 同步 系統(tǒng) 設(shè)計(jì) 實(shí)現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計(jì)算機(jī)論文
      推薦文章

      本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請(qǐng)聯(lián)系指出,本站及時(shí)確認(rèn)刪除 E-mail:349991040@qq.com

      論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計(jì)算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號(hào)

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

      论文格式网:毕业论文格式范文
      <ul id="sc2su"></ul>
      <strike id="sc2su"><input id="sc2su"></input></strike>
        <del id="sc2su"></del>
      • <fieldset id="sc2su"></fieldset>