【正文】
畢業(yè)設(shè)計(jì)(論文) 題 目 小型企業(yè)網(wǎng)站的制作 系 (院) 計(jì)算機(jī)科學(xué)技術(shù)系 專 業(yè) 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù) 班 級(jí) ** 學(xué)生姓名 ** 學(xué) 號(hào) ** 指導(dǎo)教師 ** 職 稱 講師 二 〇一〇 年五 月 二 日****??飘厴I(yè)設(shè)計(jì) (論文) I 小型企業(yè)網(wǎng)站的制作 摘 要 本文主要闡述了隨著加入 WTO, Inter 也在以迅猛的勢(shì)頭在國內(nèi)爆發(fā)式地增長,網(wǎng)絡(luò)憑借其卓越的互動(dòng)性與便捷的交流手段正成為最有發(fā)展?jié)摿εc前途的新興媒體,成為眾商家倍為關(guān)注的宣傳熱點(diǎn)。尤其是小型企業(yè)更應(yīng)該充分利用互聯(lián) 網(wǎng)技術(shù),為客戶、合作伙伴在網(wǎng)上提供信息服務(wù),并且借助互聯(lián)網(wǎng),敏銳的捕捉商機(jī)。作為專業(yè)進(jìn)行網(wǎng)上產(chǎn)品銷售的公司,則更需要建設(shè)好網(wǎng)站,將其作為對(duì)外宣傳、服務(wù)和交流的載體,來配合公司的迅速發(fā)展,使網(wǎng)站具有鮮明的特色,使更多的客戶可以通過網(wǎng)站對(duì)公司的相關(guān)動(dòng)態(tài)進(jìn)行了解。 JSP+JavaBean 開發(fā)模式是一種比較成熟的技術(shù) ,因此本項(xiàng)目采用 Jsp語言作為根本 ,選用經(jīng)典的 B/S 開發(fā)架構(gòu) ,在數(shù)據(jù)庫方面則使用了SQL+Server。 關(guān)鍵詞 : 互聯(lián)網(wǎng);企業(yè)網(wǎng)站;數(shù)據(jù)庫;架構(gòu)。 ****??飘厴I(yè)設(shè)計(jì) (論文) II Make Small Business Website Abstract This paper mainly expatiates Inter that it grows up fast inner along with joining in is being a new media with the most potential of development and future,as well as the hot point of publicize by much business. The technology should be well used to offer information service for clients and cooperate cooperates,and catchs business especially for the small corporation. As a professional online product sales in the pany, the more they build the site, will be as foreign propaganda, and exchange carrier services in tune with the pany。 So that has distinct characteristics, so that more customers can be related to the pany website to understand the dynamics of it. ASP + ACCESS is a relatively mature this Website uses ASP as basal language and Access as Database. Keywords: Inter。 Corporate web site。 Database。 structure****??飘厴I(yè)設(shè)計(jì) (論文) i 目 錄 第一章 緒論 ........................................................... 1 開發(fā)背景 .......................................................... 1 題開發(fā)的目標(biāo)與期望 ................................................ 1 課題主要研究工作 .................................................. 2 第二章 系統(tǒng)分析 ....................................................... 3 可行性研究 ........................................................ 3 系統(tǒng)需求分析 ...................................................... 3 研究工具的特點(diǎn)和使用 .............................................. 5 前臺(tái)技術(shù) dreamweaver 8 .......................................... 5 后臺(tái)數(shù)據(jù)庫的選擇 SQL Server 2021 ................................ 5 Jsp+ JavaBean .................................................... 6 第三章 總體設(shè)計(jì)和詳細(xì)設(shè)計(jì) ............................................. 8 設(shè)計(jì)原則 .......................................................... 8 總體設(shè)計(jì) .......................................................... 8 詳細(xì)設(shè)計(jì) ......................................................... 11 注冊(cè)頁面 ....................................................... 11 用戶登錄模塊 ................................................... 12 后臺(tái)管理模塊 ................................................... 13 留言模塊 ....................................................... 13 數(shù)據(jù)庫設(shè)計(jì) ....................................................... 14 數(shù)據(jù)庫需求分析 ................................................. 14 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) ............................................. 14 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) ............................................. 15 第四章 網(wǎng)站具體實(shí)現(xiàn) ................................................. 18 主界面模塊 ....................................................... 18 后臺(tái)模塊設(shè)計(jì) ..................................................... 19 管理員登錄模塊設(shè)計(jì) ............................................... 19 第五章 系統(tǒng)測(cè)試 ..................................................... 21 ****專科畢業(yè)設(shè)計(jì) (論文) ii 軟件測(cè)試概述 ..................................................... 21 軟件測(cè)試的目的 ................................................. 21 軟件測(cè)試的原則 ................................................. 21 系統(tǒng)測(cè)試 ......................................................... 21 功能測(cè)試 ....................................................... 22 界面測(cè)試 ....................................................... 22 性能測(cè)試 ....................................................... 22 結(jié) 論 ............................................................. 24 參考文獻(xiàn) ............................................................. 25 謝 辭 ............................................................. 26 ****??飘厴I(yè)設(shè)計(jì) (論文) 1 第一章 緒論