资源描述:
《手机日志系统的设计与实现.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、手机日志系统的设计与实现摘要:随着Internet和计算机技术的信息化变得越来越重要,越来越多的企业通过信息化技术来整合企业的资源,提高企业的市场竞争力.。随着企业信息化的发展,企业信息系统变得越来越复杂,企业对信息系统安全性的要求也越来越高。为了保证信息系统的安全性,开发人员采用了多种技术来提高信息系统的安全性,其中日志技术是比较重要的一种。以J2ME为开发平台,利用Java提供强大工具,在手机上实现静态HTML技术所无法实现的计算处理、数据存储、与服务器的通信等功能。该日志管理系统操作简单并且为用户提供了日志分析功能,使用户能够分析企业信息系统的使用情况并对信息系统进行优化。而且J2ME不
2、需要繁琐的格式,它提供友好的用户界面,同时可以在本地存储数据,节约网络流量。关键词:日志;J2ME;java;信息系统Thehandsetlogsystem'sdesignwithrealizesAbstract:(omitted)therestbecomesalongwithInternetandthecomputertechnologymoreandmoreimportant,moreandmoreenterprisescometheconformityenterprise'sresourcesthroughtheinformationizationtechnology,enhancese
3、nterprise'smarketcompetitiveness.Alongwiththeenterpriseinformationization'sdevelopment,theenterpriseinformationsystembecomesmoreandmorecomplex,theenterpriseisalsogettinghigherandhighertotheinformationsystemsecurerequest.Inordertoguaranteethatinformationsystem'ssecurity,thedevelopmentpersonnelusedman
4、ykindsoftechnologiestoenhanceinformationsystem'ssecurity,theLogtechnologywasthequiteimportantonekind.AsdevelopstheplatformtakeJ2ME,providesthepowerfultoolusingJava,realizescomputationprocessingwhich,thedatastorageonthehandsetstaticHTMLthetechnologyisunabletorealize,andserver'sfunctionsandsooncorresp
5、ondence.Andthisdiarymanagementsystemmanagementsystemsimplicityofoperatorhasprovidedthediaryanalysisfunctionfortheuser,enablestheusertoanalyzetheenterpriseinformationsystem'sserviceconditionandtocarryontheoptimizationtotheinformationsystem.MoreoverJ2MEdoesnotneedthetediousform,itprovidesthefriendlyus
6、erinterface,simultaneouslymayinthelocalstoreddatum,savethenetworkcurrentcapacity.keywords:log,J2ME,java,Informationsystem目录引言1第一章绪论31.1手机日志的开发环境31.2J2ME的介绍31.2.1J2ME的简介31.2.2J2ME能为开发者和用户提供的功能41.3数据库的介绍51.3.1MySQL的定义及概述51.3.2MySQL的特性51.3.3MySQL的应用61.3.4数据库的作用61.4eclipse的介绍7第二章系统分析82.1可行性分析82.1.1经济可行性
7、分析82.1.2技术可行性分析82.2需求分析9第三章系统总体设计123.1系统的总体设计123.1.1系统设计目标123.1.2系统设计思路133.2系统总体构架133.2.1客户端和服务器的通信133.2.2系统总体构架143.2.3移动客户端153.2.4服务器端153.3系统流程图:16第四章服务器端的设计184.1数据库存储层设计184.2Web服务器子系统设计194.3服务器的代码实现