Coder Social home page Coder Social logo

jeyolive / blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hhjswhh/blog

0.0 1.0 0.0 2.13 MB

我的个人博客,使用最基础的JSP+Servlet技术搭建,适合练手,目前我已使用SSM框架对项目进行重构,项目新地址为:https://github.com/Esieve/Blog_SSM

License: MIT License

Java 5.64% JavaScript 69.54% CSS 13.83% HTML 10.89% PHP 0.10%

blog's Introduction

Blog

update:这个项目可能不再维护了,我已使用SSM框架对原项目进行重构,地址为网址。不过该项目只需JSP、Servlet、Java基础就可上手,可以作为阶段练习项目。

这是我的个人博客,网址

前端使用Materialize,后端使用Servlet,使用Maven作为项目管理工具,版本控制使用Git,开发工具使用Intellij IDEA,数据库使用MySQL,文本编辑模块使用CKEditor插件,需要JDK1.8。

界面展示

image

image

后端设计

image

前端设计

image image image

数据库设计

  1. 数据库创建好后会添加about分类、“关于”文章、默认管理员(账号admin,密码123)
  2. blog_article表中第一篇是关于文章,categoryId为1
  3. blog_message中,messageType 0 指代消息类型的评论类型 1 留言 2 评论回复 3 留言回复 pid为消息的父ID,其中留言的pid设定为0
  4. blog_user中,userType 0代表普通用户,1代表管理员
  5. 具体可查看blog.sql文件

blog's People

Contributors

esieve avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.