Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xianrendzw committed Feb 6, 2015
1 parent de9a618 commit 7afa69e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ A simple and easy to use Web Report System for java

EasyReport是一个简单易用的Web报表工具,它的主要功能是把SQL语句查询出的行列结构转换成HTML表格(Table),并支持表格的跨行(RowSpan)与跨行(ColSpan)。同时它还支持报表Excel导出、图表显示及固定表头与左边列的功能。

## 开发环境(Development Environment)
a.jdk1.8
b.maven3
c.eclipse-jee-luna
d.tomcat7+
## 安装与部署(Installation & Deployment)
## 1.开发环境(Development Environment)
a.[jdk1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
b.[maven3](http://maven.apache.org/download.cgi)
c.[eclipse-jee-luna](http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/lunasr1a)
d.[tomcat7+](http://tomcat.apache.org/)
## 2.安装与部署(Installation & Deployment)

## 使用说明(User Guide)
## 3.使用说明(User Guide)

1.预备知识
2.数据源设置
3.配置管理
4.报表设计
4.1 基本设置
4.2 查询参数
4.3 内置变量与函数
4.4 报表预览
5.示例
5.相关参考
### 3.1 预备知识(Preface)
### 3.2 数据源设置(DataSource Configuration)
### 3.3 配置管理(Configuration)
### 3.4 报表设计(Reporting Design)
#### 3.4.1 基本设置(Basic Settings)
#### 3.4.2 查询参数(Query Parameter)
#### 3.4.3 内置变量与函数(Build-in variables & functions)
#### 3.4.4 报表预览(Reporting preview)
### 3.5 示例(Examples)s
### 3.6 相关参考(Referrence links)

## 开发者(For Developers)
1.报表引擎接口
2.自定义报表开发
## 4.开发者(For Developers)
### 4.1 报表引擎接口(Reporting Engine API)
### 4.2 自定义报表开发(Customsized Reporting develop)

## 常见问题(FAQ)
## 5.常见问题(FAQ)

0 comments on commit 7afa69e

Please sign in to comment.