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

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

          醫療器械公司論壇的設計與實現

           本文ID:LWGSW13953 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 醫療器械公司論壇的設計與實現 (收費:1000 積分)  

          論文字數:24020,頁數:59

          摘要

           網站客戶服務也稱為BBS,BBS是Bulletin Board System的縮寫,意思是電子公告版,一種在Internet上常見的用于信息服務的Web系統,它的主要服務是用來幫助瀏覽者相互溝通、吸引用戶、服務用戶的。他起源于20世紀80年代初,最初只是用于發布公告信息和討論問題的在線交流平臺,后來隨技術的發展與網絡的普及功能越來越強大。由于得到了廣大網友的歡迎,越來越多的商業網站開始重視網站客戶服務,把網站客戶服務作為與用戶交流的平臺和在線技術支持與服務的平臺。網站客戶服務的功能是多種多樣的,現在流行的各種網站客戶服務插件讓這些功能更加的多元化,但網站客戶服務的基本功能依然是信息的發布與討論,在實現基本功能的同時也要豐富網站客戶服務的其他功能,如建立網友的榮譽系統,美化網站客戶服務的界面。按照網站客戶服務的基本功能,網站客戶服務的開發可以歸結為Web開發技術和數據庫應用技術。目前主要的開發技術有ASP、ASP.NET、PHP、JSP等,本文主要采取ASP為開發技術,并使用了一些VBScript語言來實現網站客戶服務基本功能。目前常用的數據庫有MYSQL、Oracal等,在數據庫的選取上,為了簡化架設的實現,采取Microsoft公司的Access作為數據庫平臺,這樣在單機上架設一個簡單的網站客戶服務幾乎不需要安裝任何程序。本文設計的流程是從系統的需求分析開始,確定系統的流程與設計,到模塊的劃分,再到數據加結構的設計,最后開始每個模塊的編程與開發。

          關鍵字:網站客戶服務;Internet;java script;ASP;數據庫

          design and implement of students' forum

          Abstract

          Forum, also called BBS, is short for Bulletin Board System. BBS is a web system that often seen on Internet for information service. Its main purpose is to help the viewer to communicate with each other, attract user and serve them. BBS was originating in the 1980's. At first it’s only an online flat roof that is used for delivers announcements and discusses problems. With technical developments and the popularity of Internet, its function becomes more and more powerful. Welcomed by large amount of net friends, more and more business websites pay regard to the BBS and make BBS an online communicate flat roof for delivers announcements and discusses problems. Forum combines many functions in one. Many kinds of plug-ins in the fashion help these functions to be more disparate, however, the main function of BBS is to deliver announcements and discuss problems. Based on that, other functions of BBS could be extended, for example, honor system of the net friends and sugar up the interface of the forum. Due to the main function of the BBS, developments of forum come down to developments in technology and application technology in database. Now we have ASP, ASP.NET, PHP, JSP and so on. This paper use ASP and some VBScript computer language to carry out the mainly function of the BBS. Databases like MYSQL and Oracal is popular now days. We choose Access produced by Microsoft Company. It is easy to span a simple forum, hardly any programs to install. The design flow of this paper starts with analyzing the needs of the system, by confirming the processes and designs of the system, dividing modules, then designs of date and structures, finally developments and programming of every module.

          Key words:Forum;Internet;java script;ASP;Database


          目錄

          系統功能的設計....................................................1
          引言.................................................................1
          需求分析.............................................................1
          功能設計.............................................................3
          擴展功能設計.........................................................5
          系統架構與數據庫設計..............................................7
           2.1 功能模塊的劃分.......................................................7
           2.2 數據庫設計..........................................................10
            2.2.1 需要建立的數據表.............................................10
            2.2.2 數據庫表結構的詳細設計.......................................11
          第三章 基本設計.........................................................23
           3.1 網站客戶服務首頁設計.................................................23
           3.2 數據庫連接函數......................................................24
          第四章 模塊的實現.......................................................26
           4.1 用戶模塊............................................................26
             4.1.1 用戶的登陸....................................................26
             4.1.2 用戶的注冊....................................................28
             4.1.2 瀏覽其他用戶信息..............................................31
           4.2 版面與公共信息模塊..................................................32
             4.2.1 版面的瀏覽....................................................32
             4.2.2 公共信息模塊..................................................33
           4.3 帖子模塊............................................................33
             4.3.1 發布、修改、刪除帖子..........................................33
             4.3.2 帖子的瀏覽....................................................36
             4.3.3 帖子搜索......................................................39
           4.4 管理人員模塊........................................................41
             4.4.1 系統參數設置..................................................41
             4.4.2 用戶授權......................................................42
             4.4.3 數據庫的備份與還原............................................42
          第五章 網站客戶服務的架構..................................................44
           5.1 安裝環境和參數設置..................................................44
           5.2 運行網站客戶服務.....................................................45
          第六章 結論.............................................................47
          參考文獻.................................................................48
          致謝.....................................................................49
          附錄.....................................................................50
           附錄A ................................................................50
           附錄B ................................................................57


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:學科建設系統 下一篇:政府采購管理信息系統
          Tags:醫療器械 公司 論壇 設計 實現 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

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