Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 464 Bytes

#MVCBlog

MVCBlog是一个基于MVC的博客系统.使用到的技术有:

  1. 使用Mysql作为数据库.
  2. Redis提供缓存.
  3. 使用AutoFac完成依赖注入.
  4. 基于BootStrap前端框架
  5. 接入QQ及微博登陆(待完善).

用到的主要就上面这些.主要是自己学习所作.

#update

  1. QQ及微博登陆接入完成.
  2. 使用多态和事件来完成缓存自动刷新创建处理
  3. 使用Castle完成AOP面向切面拦截(待完善)