Coder Social home page Coder Social logo

petermond / bitcms3.1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhuyuelee/bitcms3.1

0.0 1.0 0.0 15.45 MB

采用Entity Framework 6 + MVC5开发。数据库为mysql,主要适用中小型系统

Home Page: https://bitcms.net

C# 99.84% ASP 0.01% PLpgSQL 0.16%

bitcms3.1's Introduction

bitcms内容管理系统

经过几个版本的更新和客户的使用《bitcms内容管理系统》(下面简称bitcms)已经基本上完善了。下面主要介绍下他的运行环境和功能。

一、运行环境:windows server+IIS

bitcms采用Entity Framework 6 + MVC5开发。数据库由原来的Sqlite升级为mysql,主要考虑系统要适用中小型系统。

二、主要功能

  • 重写了MVC的路由机制。使用MVC开发人的都知道,MVC路由默认支持一个参数的路由,要是参考多了,需要使用特性路由来满足需要,不灵活。bitcms使用路由参数和模板xml配置相关联,并可通过后台进行操作。大大简化了MVC路由的配置。
  • 重写了MVC的视图运行机制。MVC默认一个页面需要视图和控制器配合来工作,给页面扩展带来了很大的不方便。bitcms对这个机制进行了重写,采用页面视图共用一个控制器。通过与路由设置配合,更轻松的完成项目功能扩展。
  • web、wap自适应。系统通过判断客户端浏览器环境,针对不同的浏览器环境返回web或wap页面模板。
  • 缓存。采用静态缓存和内存缓存两种缓存机制。可对长期不更新的内容使用静态缓存,访问量大、数据时效要求比较高的内容采用内存缓存。
  • API接口。bitcms预留了API调用接口。采用签名MD5加密方式进行安全验证。方便与小程序、APP等进行数据交换。

bitcms3.1's People

Contributors

zhuyuelee avatar

Watchers

 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.