.NET 个人博客系统

Posted ZYPLJ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.NET 个人博客系统相关的知识,希望对你有一定的参考价值。

前言

之前通过github学习了一个.net core的博客项目,最近也是完成了博客的备案,完善了一下。该项目是传统的MVC项目,可以进行主题的切换,采用Bootstrap进行前台页面的展示,有配套的后台管理系统,可以解析Markdown文件。

参观地址

ZY知识库
可以将个人的意见评论到该文章,我可以采纳采纳。

采用技术

  • 后端:.NET Core
  • ORM:EF Core
  • 数据库:之前采用mysql,如今是SQLite

项目截图(部分)

项目开源地址

gitee后端地址

GItHub后端地址

配套Vue3后台管理系统

Vue后台管理gitee地址

Vue后台管理GitHub地址

目前未实现的需求

参考资料

https://www.cnblogs.com/deali/p/16104454.html

基于SSM的个人博客系统设计与实现毕业论文+任务书+开题+答辩+源码及数据库+辅导视频

 下载地址:

下载地址:https://download.csdn.net/download/qq_31293575/18340399

摘  要
随着互联网的发展,博客在自由和共享的精神的影响下应运而生。博客的出现让我们有更多机会在日常生活中向他人展示自己的观点和信息。博客就是开放的私人空间。在互联网中,你可以尽情的发表自己的思想和言论。可以在网络上结交各式各样的人。
互联网在大家的方方面面都提供了极大的帮助。所以很明显的趋势就是网站的出现。个人博客系统为树立个人在网络上的形象提供了一个良好的平台。
JAVA作为目前最盛行的技术之一,J2EE(JAVA企业版本)十分适合于Web应用程序的设计和实现。此外,目前基于J2EE的开源框架在市场上久经考验,java社区也是十分活跃。本文的目的就是利用J2EE技术设计和实现个人博客系统。
关键词:个人博客系统;B/S结构;SpringMVC;Spring ;MyBatis
ABSTRACT
blog comes into being under the influence of the spirit of freedom and sharing. The advent of blogs gives us more opportunities to present our views and information to others in our daily lives. Blog is open private space. On the Internet, you can express your thoughts and opinions. You can make all kinds of people on the internet.
The Internet has provided great help in all aspects of our. So the obvious trend is the emergence of the site. Personal blog system provides a good platform for setting up the image of the individual on the network.
JAVA is currently the most popular technology, J2EE (JAVA enterprise version) is very suitable for the design and implementation of Web applications. In addition, the current open source framework based on J2EE has been tested on the market, Java community is also very active. The purpose of this paper is to use J2EE technology to design and implement personal blog system.
Key words: Personal Blog System;B / S structure;SpringMVC;Spring ;MyBati
目  录
第一章 绪论 1
第二章  相关技术介绍 2
2.1 B/S 简介 2
2.2 JAVA 简介 2
2.3 JSP 简介 3
2.4 springMVC简介 3
第三章  可行性分析 4
3.1 技术可行性分析 4
3.2 经济可行性分析 4
3.3 操作可行性 4
3.4 法律可行性 4
第四章  系统设计 5
4.1 系统总流程 5
4.2 博主用例 6
4.3 游客用例 7
4.4 系统类 9
4.5 E-R图 11
4.6 系统表设计 14
第五章  系统实现 16
5.1 登录模块 16
5.1.1 博主登录 16
5.2 博客管理模块: 19
5.2.1 博客查询 19
5.2.2 博客新建 21
5.2.3 博客修改 23
5.2.4 博客删除 25
5.3 博客类别管理模块 26
5.3.1 添加博客类别 26
5.3.2 修改博客类别 28
5.3.3 删除博客类别 30
5.3.4 显示博客类别 32
5.4 评论管理模块 34
5.4.1 审核评论 34
5.4.2 删除评论 36
第六章  系统测试 38
6.1 前台模块测试 38
6.2 后台模块测试 38
参考文献 41
致  谢 42

以上是关于.NET 个人博客系统的主要内容,如果未能解决你的问题,请参考以下文章

一个基于Microsoft AzureASP.NET Core和Docker的博客系统

从零开始一个个人博客 by asp.net core and angular(二)

基于SSM的个人博客系统设计与实现毕业论文+任务书+开题+答辩+源码及数据库+辅导视频

个人所收藏的博客

spring boot搭建个人博客错误记录---持续更新

个人博客系统