基于Java的桌面办公助手软件的设计与开发

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘  要

  本系统主要利用java作前端的应用开发工具,利用SQL Server 2000作为后台的数据库,利用Windows 2000 sever作为系统平台;而全部采用Microsoft的操作系统及其应用开发工具开发的桌面办公助手系统。能使用户的需求具体体现在定时闹钟、纪念日、日程安排提醒, 备忘录、通讯录。本系统开发首先介绍的是开发环境及所用到的基础知识。其次是系统的设计过程,包括系统分析、功能实现和系统的调试、设计过程中遇到的难点问题等。本系统充分利用了JAVA开发前台应用程序,用SQL Server 2000开发后台数据库的优势,使系统更加完善。本系统的开发,为网上办公的人打造一个健康轻松的工作环境。
 
关键词:SQL  JAVA  桌面办公助手
           
 Abstract

  The system is mainly used for the front of the JAVA application development tools, using SQL Server 2000 as a background database, use Windows 2000 sever as a platform, and all using Microsoft operating systems and application development tools development of the desktop office assistant system. Enables users to the specific needs reflected in the regular alarm clock, Day reminded schedule, memos and contacts.
  Development of the system is first introduced by the development environment and the use of basic knowledge. This was followed by the system design process, including analysis, functional realization and system debugging, encountered in the design process, such as the thorny problems. The system takes full advantage of the development prospects of JAVA applications, using SQL Server 2000 database development background advantages, the system is more complete. Development of the system for on-line office of the people easily create a healthy working environment.

Key words: SQL  JAVA  desktop office assistant

 目  录

第一章  系统开发工具 1
1.1JAVA概述 1
1.2 JDK概述 2
1. 3ECLIPSE简介 2
1. 4 SQL数据库体系概述 3
1.5 JDBC技术 4
1.6系统运行配置要求 5
第二章  可行性分析及可行性研究 6
2.1可行性分析 6
2.2可行性研究 6
2.3系统模块 7
第三章  系统需求分析 8
3.1系统功能基本要求 8
3.2数据库设计 8
第四章  系统详细设计 10
4.1开始模块 10
4.2定时闹钟模块 14
4.3日程模块 15
4.4纪念日模块 17
4.5备忘录模块 19
4.6通讯录模块 20
4.7提前提醒模块 24
总结 25
谢  辞 26
参考文献 27
  
序所完成的功能有:
  1. 定时闹钟、纪念日、日程安排提醒
  (1)定时闹钟的功能:可以设置闹钟的时间,时间格式为**日*时*分,在到报时的时间,会有提示框,有声音提示。如有需要还可以提前报时。
  (2)纪念日的功能:可以设置纪念日的时间,时间格式为**年**月*日,默认是8点提醒,还可以特意设置提醒时间具体到分。还有设置提前报警时间。
  (3)日程安排提醒的功能:需要设置标题,和详细内容,日期**年**月**日,时间**时**分,重复方式:只一次提醒,每隔多长时间提醒一次,每星期几提醒,每月的几号提醒。到提醒时间,程序会在桌面出现提示文字,提示你应该做的日程。
  2.备忘录、通讯录
  (1)备忘录是记录当天重要的事情,在以后的日子里可以翻开备忘录看看放生的重要的和值得纪念的日子。
  (2)通讯录是记录电话本,可以添加联系人记录,记录内容为:姓名,手机,家电话,办公室电话,地址,邮编, Email,分组。还可以添加分组。可以修改联系人记录,分组名称。可以删除联系人记录,分组。查询功能可以安联系人姓名查找,也可以快速查找.。