毕业设计(论文)个人日志系统的设计与实现.docx
文本预览下载声明
个人日志系统的设计与实现摘 要进入信息时代,随着计算机和网络的发展,我们不仅可以把生活点滴记录在纸质笔记本上,现如今也可记录在网络中,计算机或者移动设备上。个人日志系统由此应运而生,并且其更为简洁、易于携带,可更好的满足人们记录日志的需求。个人日志系统基于Java语言开发,使用MVC设计模式使代码层进行分离,利于以后的维护和更新。界面使用Bootstrap框架,给用户美观友好的体验感受,最后完成前后台的交互。本系统记录日志时可以插入图片,表格,改变字体,使之更人性化;可以方便的对日志进行打包分类,可以便捷的查改日志。有了此系统后,我们可以在网络中记录我们的成长经历,插入照片来表现成长变化;可以记录我们的学习、工作及每日的收获;可以记录一些生活,如爱好、趣事及感悟心得。【关键词】日志;Java;MySQL;Bootstrap;jQueryThe design and implementation ofpersonal diarysystemAbstractEnter the information age, with the development of computer and network, we can not only record our life in notebook, We can also record it in the network using computer or mobile device. So personal diary system come into being, and it is more easy to carry and better meet the needs of people to record our life.Personal diary system is based on the Java language development system, using the MVC design pattern to separate the code , which is convenientforfuture update. The front page use bootstrap framework, giving users a beautiful and friendly experience. And I will combine the front and the back to finish the system at last. If using thediary system ,you can insert pictures, tables or change fontto make it more humane ,The diary can be convenient to package and be operated simply.With this system, we can easily record our growth experience and insert photos to show growth changes; We can record our study and work as well as the daily harvest;We can record lifesuch asfun , hobbiesand experiences we get in life.【Key words】Diary,Java,MySQL,Bootstrap,jQuery目 录1 前言11.1 系统背景与意义11.1.1 背景11.1.2意义11.2 课题的主要内容12 系统分析12.1 系统需求分析12.1.1系统功能需求分析12.1.2系统性能需求分析22.1.3开发环境需求分析22.2系统可行性分析32.2.1技术可行性32.2.2经济可行性43系统设计43.1系统功能设计43.2数据库设计53.2.1 数据库需求设计53.2.2数据库概念结构设计53.2.3数据库逻辑结构设计63.3系统架构设计73.4主要流程设计83.4.1记录日志流程图83.4.2日志管理流程图93.4.3个人中心流程图104 系统实现114.1系统登录模块114.2个人主页模块114.3记录日志模块134.4日志管理模块164.5个人中心模块184.6 安卓客户端模块195系统测试215.1 测试目的215.2 测试环境215.3 具体测试21结 束 语23参考文献24致谢251 前言1.1 系统背景与意义1.1.1 背景互联网在日新月异的进步着,各种各样的web系统方便着人们的生活,每日写日志成为许多人的生活需求,为了更贴切时代,所以做出了此电
显示全部