基于 HTML5 技术的日记分享交流网站 Diary sharing and communication website based on HTML5 technology摘要如今的网络基本遍布了全球各地,网站也在信息化的时代中逐渐地拥有着非常重要的地位。为了方便信息交流、方便记录生活,在结合Java 和 ssh 技术之下开发了这个可以通过浏览器快捷、简洁简单使用的日记分享交流网站,实现了用户可以发布日记、用户之间可以交流等功能。希望日记分享交流网站能给用户提供方便的服务。基于 HTML5 技术的日记分享交流网站采用 B/S 体系结构,其功能是让用户通过浏览器登录网站就可以自由地发表自己的日记和回复其他用户的评论。通过代码来实现日记分享交流网站的各个功能模块,包含了后台管理模块、用户模块、日记模块等。日记分享交流网站利用 MVC 开发模式,在 Struts+Hibernate+Spring 框架的基础上,然后使用了JSP 语言进行开发,在大多数的数据库类型中选择了 MySQL,而开发工具选择了 Eclipse,主要是为了保证服务器的安全。开发日记网站前对该网站进行了各种比较详细的分析,不仅有可行性分析,也有需求分析,还需要进行整体设计,并且详细探讨了该网站的功能需求等基本问题,然后根据需求开始开发本网站,最终对本网站进行测试与维护,校验结果表明本网站可以成功运行。关键词:日记分享交流网站,HTML5,SSH(Struts+Hibernate+Spring),java,MySQL,JSPAbstractToday's network is basically all over the world, the website is also in the era of information gradually has a very important position. In order to facilitate the exchange of information and record of life, under the combination of Java and SSH technology, the development of this can be through the browser quickly, simple and simple use of the diary sharing exchange site, the realization of users can publish diary, users can communicate and other functions. I hope the diary sharing exchange website can provide users with convenient services.Based on HTML5 technology, diary sharing and communication website adopts B/S architecture, which enables users to freely post their own diaries and reply to other users' comments by...