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

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

      基于ASP.NET公司網(wǎng)站的設計與實現(xiàn)

       本文ID:LWGSW14288 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于ASP.NET公司網(wǎng)站的設計與實現(xiàn) (收費:1000 積分)  

      論文字數(shù):9445,頁數(shù):31

      摘  要
      隨著因特網(wǎng)的發(fā)展,公司宣傳模式發(fā)生了很大的變化。網(wǎng)站比傳統(tǒng)的宣傳模式更方便、經濟,且不受空間、時間限制。論文詳細論述了一個基于ASP.NET公司網(wǎng)站的開發(fā)設計過程。系統(tǒng)采用ASP.NET 2005作開發(fā)平臺,C#作編程語言,SQL Server 2000作數(shù)據(jù)庫管理系統(tǒng),實現(xiàn)了企業(yè)介紹、企業(yè)文化、新聞中心、產品管理、人才招聘、留言版等功能。系統(tǒng)符合公司網(wǎng)站的需求。
      論文組織如下:首先闡述了該系統(tǒng)的開發(fā)背景、意義;其次介紹了相關的開發(fā)工具及技術基礎;接著對系統(tǒng)的需求進行了分析,并提出了具體的設計方案和數(shù)據(jù)庫模型;然后展現(xiàn)了整個系統(tǒng)的具體實現(xiàn),包括數(shù)據(jù)庫的設計和連接,各功能模塊的實現(xiàn);最后對該軟件進行了嚴格的測試。

      關鍵詞:互聯(lián)網(wǎng);ASP.NET;數(shù)據(jù)庫設計;安全性;軟件工程;

      The Design and Implementation of Company Website based on ASP.NET
      Abstract
      Along with the development of the internet, the company propaganda mode has been changed greatly. The website is more convenient and economic than the traditional propaganda mode, and it is not limited by space and time. The paper discusses in detail the development and design process of a company website based ASP.NET. It uses ASP.NET 2005 as the development platform, C# as the programming language, SQL Server 2000 as the database management system, and includes enterprise introduction, enterprise culture, news, goods management, talent recruitment, message board, etc.. It can accord with the requirement of the company website.
      The paper is organized as following: Firstly, analyzes the background and significance; Secondly, introduces the development tools and the foundation of the technology; Thirdly, analyses the demand of the system, gives a specific design project and a database model; Then shows the implementation of the whole system, which includes the design and linkage of the database and the implementation of every module. Finally gives a test of the system.

      Key words: Internet; ASP.NET; Database design; Security; Soft engineering.

      目  錄

      1 引言 1
      1.1 課題背景 1
      1.2 國內外研究現(xiàn)狀 1
      1.3 本課題研究的意義 1
      2 系統(tǒng)開發(fā)工具與主要技術簡介 2
      2.1 系統(tǒng)開發(fā)工具簡介 2
      2.2 系統(tǒng)開發(fā)主要技術簡介 2
      3 系統(tǒng)分析與數(shù)據(jù)庫設計實現(xiàn) 3
      3.1 需求分析 3
      3.2 系統(tǒng)功能描述 3
      3.3 系統(tǒng)功能模塊劃分 4
      3.4 數(shù)據(jù)庫表的創(chuàng)建 4
      3.5 數(shù)據(jù)庫邏輯結構設計 6
      4 通用模塊關鍵技術設計與代碼實現(xiàn) 7
      4.1 模塊目錄結構 7
      4.2 通用模塊關鍵技術的設計 7
      4.2.1 企業(yè)信息類公共模塊 7
      4.2.2 新聞信息類公共模塊 9
      4.2.3 產品信息類公共模塊 10
      4.2.4 招聘信息類公共模塊 11
      4.2.5 留言信息類公共模塊 12
      4.2.6 通用信息類公共模塊 13
      5 網(wǎng)站后臺管理設計 14
      5.1 密碼管理與修改 14
      5.2 企業(yè)信息的管理 15
      5.3 新聞中心的管理 16
      5.4 產品信息的管理 17
      5.5 人才招聘的管理 18
      5.6 留言信息的管理 18
      6 編譯運行與系統(tǒng)測試 19
      6.1 編譯運行 19
      6.2 系統(tǒng)測試 23
      結    論 24
      參考文獻 24
      致    謝 25
      聲    明 26


      相關論文
      本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于.NET的網(wǎng)上圖書銷售系統(tǒng)的設.. 下一篇:基于web的訂餐系統(tǒng)的設計與實現(xiàn)
      Tags:基于 ASP.NET 公司 網(wǎng)站 設計 實現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
      <kbd id="mg2mo"></kbd>
    • <ul id="mg2mo"><pre id="mg2mo"></pre></ul>
      <kbd id="mg2mo"><pre id="mg2mo"></pre></kbd>
    • <strike id="mg2mo"></strike>