基于 JFinal 的后台管理系统 jfinal-admin
- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://git.oschina.net/supyuan/jfinal-admin
- 软件文档: https://git.oschina.net/supyuan/jfinal-admin/blob/master/README.md?dir=0&filepath=README.md&oid=d148c422d432c6712499cb9ac3be3e8bf22f7432&sha=9659cc6b9d469d3f8ac45872fcade57f1ae34aeb
软件介绍
jfinal-admin 后台框架
jfinal-admin 是基于 JFinal 的后台管理系统,采用了简洁强大的 JFinal 作为 Web 框架,模板引擎用的是 Beetl,数据库用 MySQL,前端 Bootstrap 框架。
特性
内置用户和权限系统
MySQL、Oracle 等多数据库支持
支持引入第三方前端库
基于 jfinal_cms 深度精简
其他
jfinal_cms 深度精简,不再依赖 jflyfox_base,jflyfox_jfinal。
效果截图
配置说明
数据库连接配置,修改pom.xml
<profiles> <profile> <id>develop</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> <jdbc-url> <![CDATA[jdbc:mysql://127.0.0.1:3306/jfinal_job?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull]]></jdbc-url> <jdbc-username>root</jdbc-username> <jdbc-password>123456</jdbc-password> </properties> </profile> </profiles>
登录系统账号:admin/123456
Django 1.0 Template Development
Scott Newman / Packt / 2008 / 24.99
Django is a high-level Python web application framework designed to support the rapid development of dynamic websites, web applications, and web services. Getting the most out of its template system a......一起来看看 《Django 1.0 Template Development》 这本书的介绍吧!
