- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/loyin/loyinCMS
软件介绍
loyinCMS
使用的是postgresql数据库
需要将doc/database/cms_20160117.backup导入到数据库cms中
数据库配置是在src/main/resource/config.txt中。
然后直接部署到tomcat中即可。
部署方式如图:
add External Web Module 方式来部署
由于采用ROOT contentPath 所以需要讲path设置为 / 。这样做的好处时,在IDEA 下可以只能提示js和css代码。
还有一个原因是我觉得项目是发布在ROOT下 即也可以认为是一个域名下,避免相对路径的混淆。
后台登陆地址 http://127.0.0.1:8080/admin
用户名admin 密码123456 密码加密采用DES加密
数据库设计文件为doc/databse/cms.erm 采用eclipse的ERmaster来设计。
后续会继续完善,因为此版本是给公司的下属学校做内容管理用,因为时间仓促,目前暂时一些简单的功能。后续会继续完善。
敬请期待
数据库设计 采用ERmaster(eclipse 插件)设计
Ajax Design Patterns
Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!
