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

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

        協同數據綜合查詢與分析系統

         本文ID:LWGSW18582 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 協同數據綜合查詢與分析系統 (收費:1000 積分)  

        論文字數:9050,頁數:28

        摘  要
         電子表單系統(webdbform2.0)用于解決現實應用中大量存在的介于結構化數據與非結構化文檔之間的信息處理,并正在得到迅速普及和推廣。如今,電子表單在政府、銀行、保險、教育、制造、物流等眾多領域已經得到了很好的應用。而本表單系統正是應浙江省交通廳的而需求構建的。應用于查詢公路交通項目的實施以及交通違章等等區域。該系統的開發主要包括數據窗口應用設計、表單的功能實施以及驗證和告警三個方面。對于窗口方面要求建立起安全、穩定、并且與現有表單系統相符合的接口。而程序方面則要求編寫出界面友好,設計人性化,操作安全可靠并且有不同類型權限管理的系統以滿足多種不同用戶的需求。
         本論文分析了webdbform2.0系統的產生原因和應用背景。從基本框架,數據窗口應用設計,表單功能實施,驗證告警四個方面詳細闡述了該系統的構建和運行原理。
         開發平臺采用了Eclipse.工具箱為JDK1.6.jre1.6.服務器是resin3.0。數據庫為ORACLE9.0.目前電子表單系統(webdbform2.0)所規劃的所有功能已經完成,大部分功能已投付使用,并在實際的應用過程中取得了良好的效果。
         
        關鍵詞: HTML, ORACLE,數據庫,xml, web services
        Abstract

         Webdbform2.0 For solving practical application of the range and there are a lot of unstructured data and documents between the information-processing and is being spread and promotion. Now, in the form of electronic government, banking, insurance, education, manufacturing, logistics, and other fields has been a very good application. It is this system which should form the Zhejiang Provincial Communications Department and the Construction of the demand. Road traffic applied for the implementation of the project and regional traffic violation, and so on. The system includes the development of data window design, form and verify the implementation of the functions of the three aspects and alarm. The window request to establish security, stability, and consistent with the existing form of the system interface. The procedure requires the preparation of a friendly interface, design humane, safe and reliable operation and have different types of rights management system to meet the needs of different users.
         This paper analyzed the causes webdbform2.0 system and application background. From the basic framework for data application window design, form functional implementation, verification warning elaborate on four aspects of the system's construction and operation of principle. Development platform using the Eclipse. Toolkit for JDK1.6.jre1.6. Server is resin3.0. Database ORACLE9.0. The current system of electronic form (webdbform2.0) all the features of the plan have been completed, most functions have to pay for the use and practical application process have achieved good results.
        Key words: HTML, ORACLE, databases, xml, web services
        目錄
        1 緒論 1
        1.1 電子表單概述 1
        1.2 電子表單應用背景 1
        1.3 本論文要完成的主要工作 1
        2 系統關鍵技術及相關工具介紹 2
        2.1 JSP概述 2
        2.1.1 什么是JSP 2
        2.1.2 JSP技術的特點 2
        2.1.3 JSP的運行環境 2
        2.1.4 一個簡單的JSP的例子 3
        2.2 SQL語言以及ORACLE數據庫介紹 4
        2.3 Eclipse簡介 5
        3 系統整體框架 6
        3.1 系統工作流程 6
        3.2 系統工程目錄結構 7
        4 數據窗口應用設計 9
        4.1 調用接口 9
        4.2 模塊中提供的相關接口 9
        4.2.1 模型及視圖文件與知識庫交互的接口 9
        4.2.2 模型配置文件接口 10
        4.2.3 視圖配置文件接口 10
        4.2.4 模型及視圖配置文件工廠類 11
        5 表單功能及實現 12
        5.1 功能組織 12
        5.2 可實現功能及實施步驟: 12
        5.3 界面替換 13
        5.4 前臺頁面設置 14
        6 驗證和告警 16
        6.1 服務端的邏輯驗證 16
        6.2 數據錄入的時效性驗證 17
        6.3 告警顯示 18
        7 系統測試 19
        8 總結 21
        致    謝 22
        參考文獻 23
        附錄1表單術語說明 24
        附錄2表單效果圖 25
        附錄3 后臺類代碼 27


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:基于BS架構的課程設計管理系統 下一篇:電信計費系統
        Tags:協同 數據 綜合 查詢 分析 系統 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

        论文格式网:毕业论文格式范文
          • <ul id="6ca2i"><tbody id="6ca2i"></tbody></ul>
            <ul id="6ca2i"><pre id="6ca2i"></pre></ul>
            <strike id="6ca2i"></strike>
              <ul id="6ca2i"></ul>