资源描述:
《桌面日历系统的设计与实现—计算机毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)桌面日历系统的设计与实现论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:桌面日历系统的设计与实现摘要自上个世纪以来,随着电脑的逐渐普及,人们的工作和生活越来越方便和快捷,也使越来越多的人依赖于电脑办公。而传统的日程记事本逐渐显现出在当今时代的不足和局限性,比如不便携带、不便查阅、不能自动提醒等等,电脑桌面日历由此孕育而生。很快,桌面日历就以其方便的日期查询、个性化的日程安排、精确的闹钟提醒与配套的日志系统、美观的界面设计,受到广大电脑办公者的喜爱。本设计就是针对当前网络上众多的桌面日历,综合其各项基本功能来开发一套属于自己的个性化日历
2、日志系统。本设计主要采用C#+SQL的C/S设计模式,来实现不同用户的登录、日程编辑、日程提醒、日期查询、节假日管理等工作。方便了使用者对每日行程的掌握,也保护了各使用者之间的私人信息。本设计按照功能模块分为用户登录模块、用户注册、日历和时间模块、节假日模块、日程行程模块、自动提醒模块、数据库模块。本文详细地介绍了该日历日程系统的功能需求、系统设计和具体实现。并简要介绍了系统开发采用的过程及方法。关键词:桌面日历;日程;多用户DesignandDevelopmentofDesktopCalendarSystemAbstractAsPCbecomesmoreandmorepopul
3、arsincelastcentury,people’sworkandlifebecomemoreandmoreconvenient,andpeoplerelyincreasinglyoncomputers.However,theconventionalnotepadhasrevealeditsdeficienciesandlimitations,suchasinconvenience.Andconventionalnotepadcannotalarmautomaticallyalso.So,thedesktopcalendarappears.Becauseofitsconveni
4、entdateinquiry,individualizedschedulemanagementsystem,accurateschedulealarmsystemandfriendlyuserinterface,desktopcalendarishighlyestimatedamongcomputerworkers.Combiningthefunctionsofanumberoftoday’sdesktopcalendars,thisdesignaimstodevelopanindividualdesktopcalendarandschedulesystem.Itisdevelo
5、pedbyC#andSQL,basedonC/S.Itsfunctionsinclude“multi-userlogin”,“schedulemanagement”,“schedulealarm”,“dateinquiry”,“holidaymanagement”andsoon.Thecalendarisconvenientforuserstocheckthescheduleeveryday,andalsocanprotecteachuser'sprivateinformation.Thecalendarincludes“userlogin”module,“userregistr
6、yandedition”module,“dateandtime”module,“holidaymanage”module,“schedulemanage”module,“schedulealarm”moduleand“database”module.Thisarticledescribesthefunctionalrequirement,systemdesignanddetailimplementation.Italsodescribesthemethodsanddevelopmentprocessofthissysteminbrief.Keywords:DesktopCalen
7、dar;Schedule;MultipleUsers目录论文总页数:23页1引言12相关理论基础12.1C/S模式22.2VisualStudio2005C#22.2.1C#的介绍22.2.2C#的弱点32.3SQLServer200032.3.1SQL介绍32.3.2MicrosoftSQLServer2000简介43系统需求分析43.1用户需求43.2功能需求43.2.1未登录用户43.2.2普通登录用户53.2.3管理员53.3性能需求54详细设计与实现64.1系统功能设计