摘 要
博客,很多人称他为Web2.0的核心代表,刚出现便在网上流行起来。那什么是博客呢?简单一点来说,博客是记载了人们日常发生的事、自己的兴趣爱好,把自己的生活和想表达的东西与博客上的其他人分享、沟通,与此同时也可以通过博客结交更多趣味相投的朋友。越来越多的博客门户的出现,这让网民们看到了其蕴含的巨大的信息价值和潜力。现在博客已然成为很多人获取信息的主要途径。
身为一名程序员,浏览博客网站是每天必不可少的一环,所以我设计并开发了一个具有用户使用和管理员管理的多功能博客管理平台,这个平台不仅用户操作方便舒适,并且后台管理人员也能轻松管理整个平台。真正意义上实现了社交、管理相结合。
本系统是基于JavaWeb技术开发的,前端使用目前主流的layui、jQuery等框架,这些框架具有易上手、开源、轻量的特点,这些特点在中小型项目中是至关重要的。后端使用springboot、mybatis-plus、shiro等框架。Springboot的自动装配可以使项目简单、轻松的运行起来。mybatis-plus实现对mybatis的封装使得mybatis使用起来更加方便、快捷。shiro用来给项目提供权限管理功能,集中管理整个项目的权限分配和权限管理。
ABSTRACT
Blog, which many people call the core representative of Web 2.0, has been popular on the Internet since its appearance. So what is a blog? Simply put, blog is to record people's daily events, their interests and hobbies, share and communicate their lives and things they want to express with other people on the blog, and at the same time, make more interesting friends through the blog. More and more blog portals appear, which let netizens see its huge information value and potential. Nowadays, blog has become the main way for many people to get information.
As a programmer, browsing blog website is an essential part of every day, so I designed and developed a multi-functional blog management platform with user use and administrator management. This platform is not only convenient and comfortable for users, but also easy for background managers to manage the whole platform. In a real sense, it realizes the combination of social and management.
The system is developed based on Java Web technology. The front-end uses the current mainstream layui, jQuery and other frameworks. These frameworks are easy to use, open-source and lightweight. These characteristics are very important in small and medium-sized projects. The back end uses springboot, mybatis plus, Shiro and other frameworks. Spring boot's automatic assembly can make the project simple and easy to run. The encapsulation of mybatis by mybatis plus makes it more convenient and quick to use. Shiro is used to provide permission management function for the project, and to centrally manage the permission assignment and permission management of the whole project.
目 录