【正文】
.. 15 系統(tǒng)業(yè)務(wù)流程圖 ................................................. 16 系統(tǒng)的各用戶功能框圖分析 ....................................... 16 管理員功能管理流程圖分析 ....................................... 17 系統(tǒng)數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) .................................................. 17 系統(tǒng) ER 圖設(shè)計(jì) ...................................................... 17 鮮花店網(wǎng)站用戶信息實(shí)體圖 ....................................... 18 鮮花店網(wǎng)站產(chǎn)品信息實(shí)體圖 ....................................... 18 鮮花店網(wǎng)站新聞公布信息實(shí)體圖 ................................... 18 鮮花店網(wǎng)站留言信息實(shí)體圖 ....................................... 19 鮮花店網(wǎng)站回復(fù)留言信息實(shí)體圖 ................................... 19 上海 XXXXXX 畢業(yè)論文 4 鮮花店網(wǎng)站招聘信息實(shí)體圖 ....................................... 19 鮮花店網(wǎng)站訂單信息實(shí)體圖 ....................................... 20 第 5 章 系統(tǒng)調(diào)試 ................................................... 21 網(wǎng)站各模塊錯(cuò)誤測(cè)試 .................................................. 21 網(wǎng)絡(luò)性能測(cè)試 ........................................................ 21 數(shù)據(jù)庫(kù)測(cè)試 .......................................................... 21 第 6 章 結(jié)論 ....................................................... 22 致謝 .............................................................. 23 參考文獻(xiàn) .......................................................... 24 鮮花店網(wǎng)站建設(shè) 5 第 1 章 前言 設(shè)計(jì)背景 目前, 互聯(lián)網(wǎng)的飛速發(fā)展,使得它成為人們信息獲取,傳遞與發(fā)布的 重要平臺(tái) 。通過(guò)網(wǎng)站 提供給用戶 的 信息和資源,能夠充分的挖掘出企業(yè)內(nèi)信息與應(yīng)用資源的潛在價(jià)值, 企業(yè)可以 通過(guò)互聯(lián)網(wǎng)來(lái)擴(kuò)大自己的影響,推銷自己的產(chǎn)品,同時(shí)通過(guò)互聯(lián)網(wǎng)快速的信息傳遞來(lái)加速自身的發(fā)展。 上海 XXXXXX 畢業(yè)論文 6 第 2 章 系統(tǒng)的開(kāi)發(fā)平臺(tái)與開(kāi)發(fā)工具 架構(gòu)設(shè)計(jì) 在 架構(gòu)中 每一層都可以在僅僅更改很少量的代碼后,就 可以 放到物理上不同的服務(wù)器上使用,因此結(jié)構(gòu)靈活而且性能更佳。 ( Business Tier) 業(yè)務(wù)層用于訪問(wèn)數(shù)據(jù)層,從數(shù)據(jù)層取數(shù)據(jù)、修改數(shù)據(jù)以及刪除數(shù)據(jù),并將結(jié)果返回給表現(xiàn)層。 VS(分布式)物理層 人們?nèi)菀讓⑦@兩個(gè)概 念搞混。課題利用以上優(yōu)點(diǎn),使開(kāi)發(fā)出來(lái)的網(wǎng)站具有高效性和安全性,開(kāi)發(fā)人員可以方便地獲得這些技術(shù)的優(yōu)點(diǎn),其中包括托管的公共語(yǔ)言運(yùn)行庫(kù)環(huán)境、類型安全、繼承等等 。 公共語(yǔ)言運(yùn)行庫(kù)是 .NET Framework 的基礎(chǔ)。因?yàn)榕渲眯畔⑹谴鎯?chǔ)為純文本的,因此可以在沒(méi)有本地管理工具的 幫助下應(yīng)用新的設(shè)置。 : 在內(nèi)部使用 Unicode 以表示請(qǐng)求和響應(yīng)數(shù)據(jù)。在開(kāi)發(fā)和應(yīng)用程序處于生產(chǎn)狀態(tài)時(shí), 支持使用 .NET Framework 調(diào)試 工具進(jìn)行本地和遠(yuǎn)程調(diào)試 ,此時(shí) 跟蹤語(yǔ)句能夠留在產(chǎn)品代碼中 也 不會(huì)影響性能。然而,應(yīng)該注意的是會(huì)話狀態(tài)和應(yīng)用程序狀態(tài)并不在 ASP 和 頁(yè)面之間共享 。 4. 作為 Office 套件的一部分,可以與 Office 集成,實(shí)現(xiàn)無(wú)縫連接。 系統(tǒng)調(diào)研的 基本方法和策略 3. 2. 1 調(diào)研的基本方法 :圍繞軟件設(shè)計(jì)目標(biāo)提出具體問(wèn)題 ; :經(jīng)過(guò)仔細(xì)考慮的書(shū)面問(wèn)答獲得更加準(zhǔn)確的需求 ; :結(jié)合情景分析,試畫(huà)用戶界 面圖、業(yè)務(wù)流程圖、功能結(jié)構(gòu)圖等圖形與客戶進(jìn)行討論; 、技術(shù) 資料、演示程序或軟件程序等一系列相關(guān)資料。 3. 4. 1 管理可行性 隨著時(shí)代的發(fā)展,人員素質(zhì) 已 逐步提高, 不論是對(duì)于電腦系統(tǒng)的基本操作還是對(duì)于系統(tǒng)的維護(hù)都有了一定的基 礎(chǔ) , 同時(shí)還可以配置專業(yè)的電腦維護(hù)人員來(lái)維護(hù)電腦, 所以 不必?fù)?dān)心電腦故障問(wèn)題。 鮮花店 網(wǎng)站有很多作用: 1. 擁有 我們花店 的域名,建立 花店 網(wǎng)站,樹(shù)立 花店 在科技信息時(shí)代的完美形象。 4. 豐富營(yíng)銷手段,擴(kuò)大產(chǎn)品銷售渠道 。 上海 XXXXXX 畢業(yè)論文 12 第 4 章 網(wǎng)站的詳細(xì) 設(shè)計(jì) 網(wǎng)站前臺(tái) 、后臺(tái) 設(shè)計(jì) 4. 1. 1 前臺(tái)內(nèi)容結(jié)構(gòu) 圖 前臺(tái)內(nèi)容結(jié)構(gòu) 圖 4. 1. 2 前臺(tái) 基本功能模塊 設(shè)計(jì) 前臺(tái) 基本功能模塊 設(shè)計(jì) : 首頁(yè)頂部導(dǎo)航 網(wǎng)站的頂部導(dǎo)航一般是最顯眼的需要放置公司最重要的 信 息,一般包括:公司介紹,聯(lián)系方式,產(chǎn)品分類,企業(yè)新聞等欄目。例如 ,企業(yè)新聞和產(chǎn)品介紹這是每個(gè)企業(yè)網(wǎng)站前臺(tái)功能模塊中必須具備的,人才招聘,留言板是對(duì)網(wǎng)站功能的完善,公司介紹則是公司對(duì)公司進(jìn)行宣傳。 系統(tǒng) ER 圖設(shè)計(jì) 由于 ER 模型與人們認(rèn)識(shí)現(xiàn)實(shí)世界的相似形,因此在描述數(shù)據(jù)庫(kù)的概念結(jié)構(gòu)或全局邏輯結(jié)構(gòu)時(shí),采用 ER 圖這種圖形化的表示有非常大的好 處, 只要是 圖形化表示的 方法不僅 簡(jiǎn)單 而且 清晰 。 ,新聞的發(fā)布和刪除,產(chǎn)品類別的管理,產(chǎn)品的添加,更改和刪除,留言的回復(fù)和統(tǒng)一管理及訂單的審核和處理等,測(cè)試均能實(shí)現(xiàn),說(shuō)明網(wǎng)站中管理員模塊也是完全可行的 網(wǎng)絡(luò)性能測(cè)試 對(duì)系統(tǒng)的性能進(jìn)行測(cè)試,讓更多的用戶同時(shí)訪問(wèn)網(wǎng)站,看網(wǎng)站的反應(yīng)速度等參數(shù),在對(duì)系統(tǒng)性能進(jìn)行分析,然后對(duì)每個(gè)模塊的性能進(jìn)行分析,當(dāng)測(cè)試完所有模塊時(shí),如果性能參數(shù)都達(dá)到要求,證明系統(tǒng)通過(guò)測(cè)試。 關(guān)于 這次設(shè)計(jì),因?yàn)闀r(shí)間和自身的因素沒(méi)有 將頁(yè)面布局的很完美,數(shù)據(jù)內(nèi)容也不是很充分, 自己對(duì)設(shè)計(jì)過(guò)程中 要用到的設(shè)計(jì)工具也有些生疏,使得有些細(xì)節(jié)做得不夠完美。 這次設(shè)計(jì) 不僅使我學(xué)到了許多社會(huì)經(jīng)驗(yàn),更重要的是 讓我開(kāi)拓了眼界,使我意識(shí)到現(xiàn)代化科學(xué)技術(shù)的發(fā)展,以及它的優(yōu)越性 , 不得不說(shuō)設(shè)計(jì)過(guò)程中的每一步都是我學(xué)習(xí)的最寶貴的經(jīng)驗(yàn)。s annual National Day for Eye Care, the China Youth Development ServiceCenter and Zhejiang Medicine, a leading listed Chinese pharmaceutical pany, jointlyannounced the kickoff of the about one month, a questionnaire piled by top eye care medical experts in China willbe distributed through multiple online partners, including , as well asthrough offline survey events held in universities, middle schools and primary schools acrossthe report will be released based on the survey statistics and analysis, and most importantly,guidelines for parents and youth on how to care for the eyes and prevent myopia — agrowing problem in China39。s Pink Revolution, an annual campaign that seeks to raise awareness and funds for breast cancer research, the hotel recently announced. A major sponsor of the campaign for three years in a row, Conrad Macao has pledged to donate a portion of its proceeds to the fund, includ ing those collected from selling its popular bear and rubber duck merchandise, in limited pink editions. Pink is the theme for floral arrangements and decorations in the hotel in October. In addition, on Fridays that month, members of the management and staff will add something pink to their uniforms, regular s and handwritten guest cards. Breast cancer is the most prevalent type of cancer among women in Hong Kong and is also of significant concern in Macao and around the world, regardless of age, general manager Bede Barry said in a statement. The hotel has enlisted the support of a number of international and local celebrities to help drive the cause, including South Korean actor Jung Suk Won. This year, a lucky guest who stays at the hotel during the campaign and also donates money for the cause will win a necklace specially designed by Arte Madrid, a Spanish jewelry brand. Women should strive to balance quality of work and life, and have children at a young age. As a doctor I see much suffering because of this imbalance. Xiao Ying, 36, works for a large law firm. Her job means lots of travel, a heavy caseload and a large number of meetings, so her schedule is hectic. She has been pregnant twice, but had abortions on both occasions because she felt her busy, highpressure career wasn39。 now, with its glass bottom, the bridge is already being referred to as “hero bridge.” The popular chain39。ll wear a mask, or just ignore the smog and go on jogging, she said. For those who are not so athletic, jogging also has its attractions. Wu Houbin started roughly two years ago, when he was severely obese. Within two months, his weight dropped from 82 kilograms to 64 kilograms. The success helped him recover health, and he has made friends. Jogging does not require