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

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

            投稿和稿件處理系統

             本文ID:LWGSW103201 字數:28918,頁數:79 價格:收費積分/100
            掃一掃 掃一掃
            本站會員可自行下載: 

            論文字數:28918,頁數:79

            論文題目:投稿和稿件處理系統
            摘 要
             隨著現代科技的發(fā)展,圖書的出版速度越來越快,種類也越來越豐富,向出版社投稿的作者也越來越多。由于地域的限制,作者通常都需要將稿件郵寄到出版社,而這樣的效率極低,不利于書籍的修訂和出版。傳統的稿件處理和管理系統由手工完成,浪費了大量的人力、物力,而且不利于工作效率的提高和管理水平的提升。隨著網絡的發(fā)展,逐漸興起了網絡書稿的熱潮。這樣可以實現從投稿,審稿,編輯,發(fā)行等全過程的網絡化,比傳統模式更加靈活方便。
             投稿和稿件處理系統從邏輯上分為四個模塊:編輯模塊、用戶模塊、專家模塊和管理模塊,用戶通過客戶端瀏覽器,根據不同的身份驗證,分別進入不同的系統模塊,實際是擁有不同的功能。由于用戶模塊和專家模塊的操作是交互的,因此在具體實現上是一致的。從用戶權限的角度看,管理員擁有最大的權限;系統的B/S結構能夠使管理員通過聯網的任意計算機維護系統,并賦予用戶權限等。
             基于三層架構的網上電子投稿系統有良好的體系結構、良好的模塊化劃分使得系統易于維護和升級。系統的功能實現按照功能進行劃分模塊,分離了表現層和后臺的處理,使得后臺處理模塊更加抽象、模塊的重用性增強。
             
             關 鍵 詞:投稿;基于web;信息化;一體化
             
             論文類型:軟件開發(fā)
             
             
             Title: Design and Implementation of Online Electronic Submission System
            ABSTRACT
             Abstract : With the development of modern technology, publishing books faster and faster, and more and more species rich contributors to the Press, the author of more and more. As the geographical constraints, the authors usually have to mail the manuscript to publishers, and this is extremely inefficient and not conducive to the revision and publication of books. Traditional processing and management system consists of manuscripts by hand, wasting a lot of manpower, material, and is not conducive to work efficiency and management level. With the development, gradually rising wave of network manuscript. This from a contributor, proofreading, editing, distribution, and so the whole process of networking, more flexible and convenient than the traditional model.
             Online submission system, logically divided into four modules: edit the content, user module, the expert module and management module, the user through client-side browser, depending on the authentication, respectively to the different system modules, actually have different functions . As the user module and the expert module operation is interactive, so the realization is the same. Permission from the user point of view, the administrator has the largest authority; System B / S structure allows the administrator to any computer through the network maintenance system, and give the user permissions and so on.
             The three-tier web-based electronic submission system has a good architecture, good modular division makes systems easier to maintain and upgrade. Function of the system to achieve divided by function modules, the separation of presentation layer and background processing, makes the background more abstract processing module, the module re-enhanced.
             
            Key Words: submission; Based web; Information; Integration
            TYPE OF THESIS:Software development
             
               目  錄
            1 緒論 1
            1.1 項目開發(fā)背景及意義 1
            1.2 國內外研究概述 1
            1.3 畢業(yè)設計說明書結構 2
            2 系統需求分析 3
            2.1 需求分析 3
            2.2 B/S模式的工作原理 3
            2.3投稿和稿件處理系統的優(yōu)勢 4
            2.4本課題研究內容和目標 5
            3系統設計 6
            3.1系統設計方案和技術路線 6
            3.2系統設計思想 11
            3.3投稿和稿件處理系統的體系結構 11
            3.4系統功能設計 12
            3.5數據庫設計 13
            4系統實現 17
            4.1投稿模塊的實現 17
            4.2稿件功能的實現 19
            4.3專家管理功能的實現 21
            4.4管理員、注冊模塊的實現 21
            4.5 管理功能的實現 24
            4.6數據庫功能的實現 25
            4.7系統實現時應考慮的幾個問題 28
            5系統測試 31
            5.1 測試環(huán)境 31
            5.2 測試過程 31
            5.3 測試結果 32
            5.4系統的維護 32
            6結論與展望 33
            6.1 本文所做的主要工作 33
            6.2 展望 34
            致    謝 35
            參考文獻 37
            附    錄 38


            相關論文
            本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
            上一篇:圖書館借閱管理系統 下一篇:流媒體技術及其教育應用
            Tags: 【收藏】 【返回頂部】
            最新文章
            熱門文章
            計算機論文
            推薦文章

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

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

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

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

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