Coder Social home page Coder Social logo

greenpeople / mblog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intellijboy/blog

0.0 0.0 0.0 8.67 MB

钱宇豪的个人博客

Home Page: https://www.qyh.me

License: Apache License 2.0

Java 60.66% HTML 23.30% Shell 0.02% JavaScript 14.13% CSS 1.89%

mblog's Introduction

blog5

钱宇豪的个人博客

一个重型博客,采用spring mybatis thymeleaf开发

当前版本: 5.9 dev

特性:

  • 空间替代了分类,每个空间都可以独立设置一套模板

  • 自定义路径和页面

  • 文章置顶、定时发布以及草稿箱

  • lucene搜索,结果高亮

  • 评论服务,评论|回复邮件通知

  • RSS订阅

  • 文件管理(可拓展七牛云等存储支持),缩略图服务

  • 文章,空间锁保护

  • ping服务

  • sitemap

version

5.5.1 -> 5.1
...
5.5.5 -> 5.5
...

upgrade

5.9
1.

CREATE TABLE IF NOT EXISTS blog_history_template (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_name` varchar(255) NOT NULL,
  `template_tpl` mediumtext NOT NULL,
  `template_time` datetime NOT NULL,
  `remark` varchar(500) NOT NULL,
  PRIMARY KEY (`id`)
);

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.