【正文】
畢業(yè)設(shè)計(jì) ( 論文 ) 桌面日歷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請(qǐng)學(xué)位專業(yè): 申請(qǐng)學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 桌面日歷系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 自上個(gè)世紀(jì)以來(lái),隨著電腦的逐漸普及,人們的工作和生活越來(lái)越方便和快捷,也使越來(lái)越多的人依賴于電腦辦公。而傳統(tǒng)的日程記事本逐漸顯現(xiàn)出在當(dāng)今時(shí)代的不足和局限性,比如不便攜帶、不便查閱、不能自動(dòng)提醒等等,電腦桌面日歷由此孕育而生。很快,桌面日歷就以其方便的日期查詢、 個(gè)性化的日程安排、精確的鬧鐘提醒 與配套的日志系統(tǒng)、美觀的界面設(shè)計(jì),受到廣大電腦辦公者的喜愛(ài)。 本設(shè)計(jì)就是針對(duì)當(dāng)前網(wǎng)絡(luò)上眾多的桌面日歷,綜合其各項(xiàng)基本功能來(lái)開發(fā)一套屬于自己的個(gè)性化日歷日志系統(tǒng)。本設(shè)計(jì)主要采用 C+SQL 的 C/S 設(shè)計(jì)模式,來(lái)實(shí)現(xiàn)不同用戶的 登錄、日程編輯、日程 提醒、日期查詢、節(jié)假日 管理 等工作。方便了使用者對(duì)每日行程的掌握,也保護(hù)了各使用者之間的私人信息。 本設(shè)計(jì)按照功能模塊分為用戶 登錄 模塊、用戶 注冊(cè)、日歷和時(shí)間模塊、節(jié)假日模塊、日程 行程模塊、自動(dòng)提醒模塊、數(shù)據(jù)庫(kù)模塊。 本文詳細(xì)地介紹了該日歷日程 系統(tǒng)的功能需求、系統(tǒng)設(shè)計(jì)和具體實(shí)現(xiàn) 。并簡(jiǎn)要介紹了系統(tǒng)開發(fā)采用的過(guò)程及方法。 關(guān)鍵詞 : 桌面日歷 ; 日 程 ; 多 用戶 Design and Development of Desktop Calendar System Abstract As PC bees more and more popular since last century, people‘s work and life bee more and more convenient, and people rely increasingly on puters. However, the conventional notepad has revealed its deficiencies and limitations, such as inconvenience. And conventional notepad can not alarm automatically also. So, the desktop calendar appears. Because of its convenient date inquiry, individualized schedule management system, accurate schedule alarm system and friendly user interface, desktop calendar is highly estimated among puter workers. Combining the functions of a number of today‘s desktop calendars, this design aims to develop an individual desktop calendar and schedule system. It is developed by C and SQL, based on C/S. Its functions include ―multiuser login‖, ―schedule management‖, ―schedule alarm‖, ―date inquiry‖, ―holiday management‖ and so on. The calendar is convenient for users to check the schedule everyday, and also can protect each user39。s private information. The calendar includes ―user login‖ module, ―user registry and edition‖ module, ―date and time‖ module, ―holiday manage‖ module, ―schedule manage‖ module, ―schedule alarm‖ module and ―database‖ module. This article describes the functional requirement, system design and detail implementation. It also describes the methods and development process of this system in brief. Key words: Desktop Calendar; Schedule; Multiple Users 目 錄 論文總頁(yè)數(shù): 23 頁(yè) 1 引言 ............................................................................................................................. 4 2 相關(guān)理論基礎(chǔ) ............................................................................................................... 4 C/S 模式 ................................................................................................................. 5 Visual Studio 2021 C .............................................................................................. 5 C的介紹 ........................................................................................................ 5 C的弱點(diǎn) ........................................................................................................ 6 SQL Server 2021...................................................................................................... 6 SQL 介紹 ........................................................................................................ 6 Microsoft SQL Server 2021 簡(jiǎn)介 ........................................................................ 7 3 系統(tǒng)需求分析 ............................................................................................................... 7 用戶需求 ............................................................................................................... 7 功能需求 ............................................................................................................... 7 未 登錄 用戶 ..................................................................................................... 7 普通 登錄 用戶 ................................................................................................. 8 管理員 ............................................................................................................ 8 性能需求 ............................................................................................................... 8 4 詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) ........................................................................................................... 9 系統(tǒng)功能設(shè)計(jì) ........................................................................................................ 9 數(shù)據(jù)庫(kù)設(shè)計(jì) ............................................................................................................ 9 各表之間的關(guān)系圖 ................................................................................................. 7 系統(tǒng)功能實(shí)現(xiàn) .......................................................................................................11 用戶登錄模塊 ................................................................................................11 用戶注冊(cè)模塊 ............................................................................................... 12 日歷主模塊 ................................................................................................... 14 日志記錄模塊 ............................................................................................... 15 日志提醒模塊 ............................................................................................... 17 節(jié)假日設(shè)置模塊 ............................................................................................ 17 5 系統(tǒng)測(cè)試 .................................................................................................................... 18 測(cè)試環(huán)境 ............................................................................................................. 18 測(cè)試結(jié)果 ............................................................................................................. 19 系統(tǒng)的安全性測(cè)試 ............................................................................................... 22 密碼的安全性 .........................................................................