1
pull/861/MERGE
zhangdaiscott 11 years ago
parent 980f5667d9
commit 344648eb79

@ -1 +1,115 @@
#jeecg
JEECG 智能开发平台
===============
前言:
-----------------------------------
随着 WEB UI 框架 ( EasyUI/Jquery UI/Ext/DWZ) 等的逐渐成熟,系统界面逐渐实现统一化,代码生成器也可以生成统一规范的界面!
代码生成+手工MERGE半智能开发将是新的趋势单表数据模型和一对多数据模型的增删改查功能直接生成使用,可节省60%工作量,快速提高开发效率!!!
简介
-----------------------------------
JEECGJ2EE Code Generation是一款基于代码生成器的智能开发平台。引领新的开发模式(Online Coding模式->代码生成器模式->手工MERGE智能开发)
可以帮助解决Java项目60%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。
JEECG宗旨是: 简单功能由代Online Coding配置出功能;复杂功能由代码生成器生成进行手工Merge; 复杂流程业务采用表单自定义,业务流程使用工作流来实现、扩展出任务接口,供开发编写业务逻辑。实现了流程任务节点和任务接口的灵活配置,既保证了公司流程的保密行,又减少了开发人员的工作量。
为什么选择JEECG?
-----------------------------------
* 1.采用主流框架,容易上手; 代码生成器依赖性低,很方便的扩展能力,可完全实现二次开发;
* 2.开发效率很高,采用代码生成器,单表数据模型和一对多(父子表)数据模型,增删改查功能自动生成,菜单配置直接使用;
* 3.页面校验自动生成(必须输入、数字校验、金额校验、时间空间等);
* 4.封装完善的用户基础权限和数据字典等基础功能,直接使用无需修改
* 5.常用共通封装,各种工具类(定时任务,短信接口,邮件发送,Excel导出等),基本满足80%项目需求
* 6.集成简易报表工具图像报表和数据导出非常方便可极其方便的生成pdf、excel、word等报表
* 7.集成工作流activiti并实现了只需在页面配置流程转向可极大的简化jbpm工作流的开发用jbpm的流程设计器画出了流程走向一个工作流基本就完成了只需写很少量的java代码
* 8.UI快速开发库针对WEB UI进行标准式封装页面统一采用自定义标签实现功能列表数据展现、页面校验等,标签使用简单清晰且便于维护
* 9.在线流程设计采用开源Activiti流程引擎实现在线画流程,自定义表单,表单挂靠,业务流转
* 10.查询条件生成器查询功能自动生成后台动态拼SQL追加查询条件支持多种匹配方式全匹配/模糊查询/包含查询/不匹配查询);
JEECG 适用范围
-----------------------------------
JEECG智能开发平台可以应用在任何J2EE项目的开发中尤其适合企业信息管理系统MIS、内部办公系统OA、企业资源计划系统ERP
、客户关系管理系统CRM其半智能手工Merge的开发方式可以显著提高开发效率60%以上,极大降低开发成本。
JEECG 功能特点
-----------------------------------
* JEECG V3.0版本采用SpringMVC+Hibernate+UI快速开发库+Spring jdbc+ freemarker+ Highcharts+ bootstrap+Ehcache 的基础架构</br>
* 采用面向声明的开发模式, 基于泛型编写极少代码即可实现复杂的数据展示、数据编辑、
表单处理等功能再配合Online Coding在线开发与代码生成器的使用,将J2EE的开发效率提高6倍以上可以将代码减少80%以上。</br>
* JEECG V3.0版本六大技术点: 1.Online Coding (通过在线配置实现一个表模型的增删改查功能,无需一行代码,支持用户自定义表单布局)2.代码生成器 3.UI快速开发库 4.在线流程设计 5.系统日志记录 6.Web GIS支持 7.移动平台支持Bootstrap(兼容Html5) 8.动态报表9.查询过滤器</br>
* <b>技术点一:</b>Online Coding开发模式通过配置实现单表模型和一对多数据模型的增删改查功能,No 代码,支持用户自定义表单布局) </br>
* <b>技术点二:</b>代码生成器,支持多种数据模型,根据表生成对应的Entity,Service,Dao,Action,JSP等,增删改查功能生成直接使用</br>
* <b>技术点三:</b>UI快速开发库针对WEB UI进行标准封装页面统一采用UI标签实现功能数据datagrid,表单校验,Popup,Tab等实现JSP页面零JS开发维护非常高效</br>
* <b>技术点四:</b>在线流程定义采用开源Activiti流程引擎实现在线画流程,自定义表单,表单挂接,业务流转,流程监控,流程跟踪,流程委托等</br>
* <b>技术点五:</b>系统日志记录 (详细记录操作日志)</br>
* <b>技术点六:</b>Web GIS支持 基础技术GIS的支持</br>
* <b>技术点七:</b>移动平台支持对Bootstrap(兼容Html5)进行标准封装 </br>
* <b>技术点八:</b>动态报表功能用户输入一个sql系统自动解析生成报表</br>
* JEECG V3.0,经过了专业压力测试,性能测试,保证后台数据的准确性和页面访问速度</br>
* 支持多种浏览器: IE, 火狐, Google 等</br>
* 支持数据库: Mysql,Oracle10g,Postgre,SqlServer等</br>
* 基础权限: 用户,角色,菜单权限,按钮权限,数据权限</br>
* 智能报表集成: 简易的图像报表工具和Excel导入导出</br>
* Web容器测试通过的有Jetty和Tomcat6,Weblogic</br>
* 即将推出功能:分布式部署,云平台,移动平台开发,规则引擎</br>
* 要求JDK1.6+</br>
系统演示
-----------------------------------
![github](http://www.jeecg.org/data/attachment/forum/201303/02/123311mf9fa22tv69b228f.jpg "jeecg")
![github](http://www.jeecg.org/data/attachment/forum/201303/02/123412x003euegeg7nb68z.jpg "jeecg")
![github](http://www.jeecg.org/data/attachment/forum/201303/02/124748gyhrgvr45vshyc82.jpg "jeecg")
![github](http://www.jeecg.org/data/attachment/forum/201303/02/123428ubcjjnuwjbkjrnrw.jpg "jeecg")
![github](http://www.jeecg.org/data/attachment/forum/201303/02/124749up2j5id7gj9kppp8.jpg "jeecg")
代码示例
-----------------------------------
这是一个有多行的文本框
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="/context/mytags.jsp"%>
<div class="easyui-layout" fit="true">
<div region="center" style="padding:1px;">
<t:dategrid name="jeecgDemoList" title="开发DEMO列表" actionUrl="jeecgDemoController.do?datagrid" idField="id" fit="true">
<t:dgCol title="编号" field="id" hidden="false"></t:dgCol>
<t:dgCol title="用户名" field="userName" query="true"></t:dgCol>
<t:dgCol title="电话号码" sortable="false" field="mobilePhone" width="20" query="true"></t:dgCol>
<t:dgCol title="办公电话" field="officePhone"></t:dgCol>
<t:dgCol title="邮箱" field="email"></t:dgCol>
<t:dgCol title="年龄" sortable="true" field="age"></t:dgCol>
<t:dgCol title="工资" field="sex"></t:dgCol>
<t:dgCol title="性别" field="salary"></t:dgCol>
<t:dgCol title="生日" field="birthday" formatter="yyyy/MM/dd"></t:dgCol>
<t:dgCol title="创建日期" field="createTime" formatter="yyyy-MM-dd hh:mm:ss"></t:dgCol>
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
<t:dgFunOpt funname="szqm(id)" title="审核" />
<t:dgDelOpt title="删除" url="jeecgDemoController.do?del&id={id}" />
<t:dgToolBar title="录入" icon="icon-add"></t:dgToolBar>
<t:dgToolBar title="编辑" icon="icon-edit"></t:dgToolBar>
</t:dategrid>
</div>
</div>
技术文档
-----------------------------------
* [JEECG 技术文档](http://code.google.com/p/jeecg/downloads/detail?name=JEECG%20v3.3.1.beta%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C.zip&can=2&q=#makechanges)
* [JEECG 源码下载](http://code.google.com/p/jeecg/downloads/list)
技术交流
-----------------------------------
* 作者:张代浩</br>
* 邮箱zhangdaiscott@163.com
* 论坛:[www.jeecg.org](http://www.jeecg.org)
* 交流群:106259349, 106838471, 289782002</br>
* 在线演示: [JEECG演示DEMO](http://demo.jeecg.org:8090/)

Binary file not shown.

@ -1,162 +0,0 @@
<!DOCTYPE html>
<!-- saved from url=(0037)http://zhangdaiscott.github.io/jeecg/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="jeecg : JEECG 基于代码生成器的智能开发平台">
<link rel="stylesheet" type="text/css" media="screen" href="./jeecg_files/stylesheet.css">
<title>jeecg</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/zhangdaiscott/jeecg">View on GitHub</a>
<h1 id="project_title">jeecg</h1>
<h2 id="project_tagline">JEECG 基于代码生成器的智能开发平台</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/zhangdaiscott/jeecg/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/zhangdaiscott/jeecg/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a name="jeecg-%E6%99%BA%E8%83%BD%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#jeecg-%E6%99%BA%E8%83%BD%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0"><span class="octicon octicon-link"></span></a>JEECG 智能开发平台</h1>
<h2>
<a name="%E5%89%8D%E8%A8%80" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E5%89%8D%E8%A8%80"><span class="octicon octicon-link"></span></a>前言:</h2>
<p>随着 WEB UI 框架 ( EasyUI/Jquery UI/Ext/DWZ) 等的逐渐成熟,系统界面逐渐实现统一化,代码生成器也可以生成统一规范的界面!
代码生成+手工MERGE半智能开发将是新的趋势单表数据模型和一对多数据模型的增删改查功能直接生成使用,可节省60%工作量,快速提高开发效率!!!</p>
<h2>
<a name="%E7%AE%80%E4%BB%8B" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E7%AE%80%E4%BB%8B"><span class="octicon octicon-link"></span></a>简介</h2>
<p>JEECGJ2EE Code Generation是一款基于代码生成器的智能开发平台。引领新的开发模式(Online Coding模式-&gt;代码生成器模式-&gt;手工MERGE智能开发)
可以帮助解决Java项目60%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。</p>
<p>JEECG宗旨是: 简单功能由代Online Coding配置出功能;复杂功能由代码生成器生成进行手工Merge; 复杂流程业务采用表单自定义,业务流程使用工作流来实现、扩展出任务接口,供开发编写业务逻辑。实现了流程任务节点和任务接口的灵活配置,既保证了公司流程的保密行,又减少了开发人员的工作量。</p>
<h2>
<a name="%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9jeecg" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9jeecg"><span class="octicon octicon-link"></span></a>为什么选择JEECG?</h2>
<ul>
<li>1.采用主流框架,容易上手; 代码生成器依赖性低,很方便的扩展能力,可完全实现二次开发;</li>
<li>2.开发效率很高,采用代码生成器,单表数据模型和一对多(父子表)数据模型,增删改查功能自动生成,菜单配置直接使用;</li>
<li>3.页面校验自动生成(必须输入、数字校验、金额校验、时间空间等);</li>
<li>4.封装完善的用户基础权限和数据字典等基础功能,直接使用无需修改</li>
<li>5.常用共通封装,各种工具类(定时任务,短信接口,邮件发送,Excel导出等),基本满足80%项目需求</li>
<li>6.集成简易报表工具图像报表和数据导出非常方便可极其方便的生成pdf、excel、word等报表</li>
<li>7.集成工作流activiti并实现了只需在页面配置流程转向可极大的简化jbpm工作流的开发用jbpm的流程设计器画出了流程走向一个工作流基本就完成了只需写很少量的java代码</li>
<li>8.UI快速开发库针对WEB UI进行标准式封装页面统一采用自定义标签实现功能列表数据展现、页面校验等,标签使用简单清晰且便于维护</li>
<li>9.在线流程设计采用开源Activiti流程引擎实现在线画流程,自定义表单,表单挂靠,业务流转</li>
<li>10.查询条件生成器查询功能自动生成后台动态拼SQL追加查询条件支持多种匹配方式全匹配/模糊查询/包含查询/不匹配查询);</li>
</ul><h2>
<a name="jeecg-%E9%80%82%E7%94%A8%E8%8C%83%E5%9B%B4" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#jeecg-%E9%80%82%E7%94%A8%E8%8C%83%E5%9B%B4"><span class="octicon octicon-link"></span></a>JEECG 适用范围</h2>
<p>JEECG智能开发平台可以应用在任何J2EE项目的开发中尤其适合企业信息管理系统MIS、内部办公系统OA、企业资源计划系统ERP
、客户关系管理系统CRM其半智能手工Merge的开发方式可以显著提高开发效率60%以上,极大降低开发成本。</p>
<h2>
<a name="jeecg-%E5%8A%9F%E8%83%BD%E7%89%B9%E7%82%B9" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#jeecg-%E5%8A%9F%E8%83%BD%E7%89%B9%E7%82%B9"><span class="octicon octicon-link"></span></a>JEECG 功能特点</h2>
<ul>
<li> JEECG V3.0版本采用SpringMVC+Hibernate+UI快速开发库+Spring jdbc+ freemarker+ Highcharts+ bootstrap+Ehcache 的基础架构</li>
<li><p>采用面向声明的开发模式, 基于泛型编写极少代码即可实现复杂的数据展示、数据编辑、
表单处理等功能再配合Online Coding在线开发与代码生成器的使用,将J2EE的开发效率提高6倍以上可以将代码减少80%以上。</p></li>
<li><p>JEECG V3.0版本六大技术点: 1.Online Coding (通过在线配置实现一个表模型的增删改查功能,无需一行代码,支持用户自定义表单布局)2.代码生成器 3.UI快速开发库 4.在线流程设计 5.系统日志记录 6.Web GIS支持 7.移动平台支持Bootstrap(兼容Html5) 8.动态报表9.查询过滤器</p></li>
<li><p><b>技术点一:</b>Online Coding开发模式通过配置实现单表模型和一对多数据模型的增删改查功能,No 代码,支持用户自定义表单布局) </p></li>
<li><p><b>技术点二:</b>代码生成器,支持多种数据模型,根据表生成对应的Entity,Service,Dao,Action,JSP等,增删改查功能生成直接使用</p></li>
<li><p><b>技术点三:</b>UI快速开发库针对WEB UI进行标准封装页面统一采用UI标签实现功能数据datagrid,表单校验,Popup,Tab等实现JSP页面零JS开发维护非常高效</p></li>
<li><p><b>技术点四:</b>在线流程定义采用开源Activiti流程引擎实现在线画流程,自定义表单,表单挂接,业务流转,流程监控,流程跟踪,流程委托等</p></li>
<li><p><b>技术点五:</b>系统日志记录 (详细记录操作日志)</p></li>
<li><p><b>技术点六:</b>Web GIS支持 基础技术GIS的支持</p></li>
<li><p><b>技术点七:</b>移动平台支持对Bootstrap(兼容Html5)进行标准封装 </p></li>
<li><p><b>技术点八:</b>动态报表功能用户输入一个sql系统自动解析生成报表</p></li>
<li><p>JEECG V3.0,经过了专业压力测试,性能测试,保证后台数据的准确性和页面访问速度</p></li>
<li><p>支持多种浏览器: IE, 火狐, Google 等</p></li>
<li><p>支持数据库: Mysql,Oracle10g,Postgre,SqlServer等</p></li>
<li><p>基础权限: 用户,角色,菜单权限,按钮权限,数据权限</p></li>
<li><p>智能报表集成: 简易的图像报表工具和Excel导入导出</p></li>
<li><p>Web容器测试通过的有Jetty和Tomcat6,Weblogic</p></li>
<li><p>即将推出功能:分布式部署,云平台,移动平台开发,规则引擎</p></li>
<li><p>要求JDK1.6+</p></li>
</ul><h2>
<a name="%E7%B3%BB%E7%BB%9F%E6%BC%94%E7%A4%BA" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E7%B3%BB%E7%BB%9F%E6%BC%94%E7%A4%BA"><span class="octicon octicon-link"></span></a>系统演示</h2>
<p><img src="./jeecg_files/123311mf9fa22tv69b228f.jpg" alt="github" title="jeecg"><img src="./jeecg_files/123412x003euegeg7nb68z.jpg" alt="github" title="jeecg"><img src="./jeecg_files/124748gyhrgvr45vshyc82.jpg" alt="github" title="jeecg"><img src="./jeecg_files/123428ubcjjnuwjbkjrnrw.jpg" alt="github" title="jeecg"><img src="./jeecg_files/124749up2j5id7gj9kppp8.jpg" alt="github" title="jeecg"></p>
<h2>
<a name="%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B"><span class="octicon octicon-link"></span></a>代码示例</h2>
<pre><code>这是一个有多行的文本框
&lt;%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%&gt;
&lt;%@include file="/context/mytags.jsp"%&gt;
&lt;div class="easyui-layout" fit="true"&gt;
&lt;div region="center" style="padding:1px;"&gt;
&lt;t:dategrid name="jeecgDemoList" title="开发DEMO列表" actionUrl="jeecgDemoController.do?datagrid" idField="id" fit="true"&gt;
&lt;t:dgCol title="编号" field="id" hidden="false"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="用户名" field="userName" query="true"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="电话号码" sortable="false" field="mobilePhone" width="20" query="true"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="办公电话" field="officePhone"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="邮箱" field="email"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="年龄" sortable="true" field="age"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="工资" field="sex"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="性别" field="salary"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="生日" field="birthday" formatter="yyyy/MM/dd"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="创建日期" field="createTime" formatter="yyyy-MM-dd hh:mm:ss"&gt;&lt;/t:dgCol&gt;
&lt;t:dgCol title="操作" field="opt" width="100"&gt;&lt;/t:dgCol&gt;
&lt;t:dgFunOpt funname="szqm(id)" title="审核" /&gt;
&lt;t:dgDelOpt title="删除" url="jeecgDemoController.do?del&amp;id={id}" /&gt;
&lt;t:dgToolBar title="录入" icon="icon-add"&gt;&lt;/t:dgToolBar&gt;
&lt;t:dgToolBar title="编辑" icon="icon-edit"&gt;&lt;/t:dgToolBar&gt;
&lt;/t:dategrid&gt;
&lt;/div&gt;
&lt;/div&gt;
</code></pre>
<h2>
<a name="%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3"><span class="octicon octicon-link"></span></a>技术文档</h2>
<ul>
<li><a href="http://code.google.com/p/jeecg/downloads/detail?name=JEECG%20v3.3.1.beta%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C.zip&can=2&q=#makechanges">JEECG 技术文档</a></li>
<li><a href="http://code.google.com/p/jeecg/downloads/list">JEECG 源码下载</a></li>
</ul><h2>
<a name="%E6%8A%80%E6%9C%AF%E4%BA%A4%E6%B5%81" class="anchor" href="http://zhangdaiscott.github.io/jeecg/#%E6%8A%80%E6%9C%AF%E4%BA%A4%E6%B5%81"><span class="octicon octicon-link"></span></a>技术交流</h2>
<ul>
<li> 作者:张代浩</li>
<li> 邮箱:<a href="mailto:zhangdaiscott@163.com">zhangdaiscott@163.com</a>
</li>
<li> 论坛:<a href="http://www.jeecg.org/">www.jeecg.org</a>
</li>
<li> 交流群:106259349, 106838471, 289782002</li>
<li> 在线演示: <a href="http://demo.jeecg.org:8080/">JEECG演示DEMO</a>
</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">jeecg maintained by <a href="https://github.com/zhangdaiscott">zhangdaiscott</a></p>
<p>Published with <a href="http://pages.github.com/">GitHub Pages</a></p>
</footer>
</div>
</body></html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

@ -1,427 +0,0 @@
/*******************************************************************************
Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/
@import url(pygment_trac.css);
/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*******************************************************************************
Theme Styles
*******************************************************************************/
body {
box-sizing: border-box;
color:#373737;
background: #212121;
font-size: 16px;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-weight: 700;
color:#222222;
font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
letter-spacing: -1px;
}
h1 {
font-size: 36px;
font-weight: 700;
}
h2 {
padding-bottom: 10px;
font-size: 32px;
background: url('../images/bg_hr.png') repeat-x bottom;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
margin: 10px 0 15px 0;
}
footer p {
color: #f2f2f2;
}
a {
text-decoration: none;
color: #007edf;
text-shadow: none;
transition: color 0.5s ease;
transition: text-shadow 0.5s ease;
-webkit-transition: color 0.5s ease;
-webkit-transition: text-shadow 0.5s ease;
-moz-transition: color 0.5s ease;
-moz-transition: text-shadow 0.5s ease;
-o-transition: color 0.5s ease;
-o-transition: text-shadow 0.5s ease;
-ms-transition: color 0.5s ease;
-ms-transition: text-shadow 0.5s ease;
}
#main_content a:hover {
color: #0069ba;
text-shadow: #0090ff 0px 0px 2px;
}
footer a:hover {
color: #43adff;
text-shadow: #0090ff 0px 0px 2px;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
img {
position: relative;
margin: 0 auto;
max-width: 739px;
padding: 5px;
margin: 10px 0 10px 0;
border: 1px solid #ebebeb;
box-shadow: 0 0 5px #ebebeb;
-webkit-box-shadow: 0 0 5px #ebebeb;
-moz-box-shadow: 0 0 5px #ebebeb;
-o-box-shadow: 0 0 5px #ebebeb;
-ms-box-shadow: 0 0 5px #ebebeb;
}
pre, code {
width: 100%;
color: #222;
background-color: #fff;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-size: 14px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
pre {
width: 100%;
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
overflow: auto;
}
code {
padding: 3px;
margin: 0 3px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
pre code {
display: block;
box-shadow: none;
}
blockquote {
color: #666;
margin-bottom: 20px;
padding: 0 0 0 20px;
border-left: 3px solid #bbb;
}
ul, ol, dl {
margin-bottom: 15px
}
ul li {
list-style: inside;
padding-left: 20px;
}
ol li {
list-style: decimal inside;
padding-left: 20px;
}
dl dt {
font-weight: bold;
}
dl dd {
padding-left: 20px;
font-style: italic;
}
dl p {
padding-left: 20px;
font-style: italic;
}
hr {
height: 1px;
margin-bottom: 5px;
border: none;
background: url('../images/bg_hr.png') repeat-x center;
}
table {
border: 1px solid #373737;
margin-bottom: 20px;
text-align: left;
}
th {
font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 10px;
background: #373737;
color: #fff;
}
td {
padding: 10px;
border: 1px solid #373737;
}
form {
background: #f2f2f2;
padding: 20px;
}
img {
width: 100%;
max-width: 100%;
}
/*******************************************************************************
Full-Width Styles
*******************************************************************************/
.outer {
width: 100%;
}
.inner {
position: relative;
max-width: 640px;
padding: 20px 10px;
margin: 0 auto;
}
#forkme_banner {
display: block;
position: absolute;
top:0;
right: 10px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
font-weight: 700;
box-shadow: 0 0 10px rgba(0,0,0,.5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#header_wrap {
background: #212121;
background: -moz-linear-gradient(top, #373737, #212121);
background: -webkit-linear-gradient(top, #373737, #212121);
background: -ms-linear-gradient(top, #373737, #212121);
background: -o-linear-gradient(top, #373737, #212121);
background: linear-gradient(top, #373737, #212121);
}
#header_wrap .inner {
padding: 50px 10px 30px 10px;
}
#project_title {
margin: 0;
color: #fff;
font-size: 42px;
font-weight: 700;
text-shadow: #111 0px 0px 10px;
}
#project_tagline {
color: #fff;
font-size: 24px;
font-weight: 300;
background: none;
text-shadow: #111 0px 0px 10px;
}
#downloads {
position: absolute;
width: 210px;
z-index: 10;
bottom: -40px;
right: 0;
height: 70px;
background: url('../images/icon_download.png') no-repeat 0% 90%;
}
.zip_download_link {
display: block;
float: right;
width: 90px;
height:70px;
text-indent: -5000px;
overflow: hidden;
background: url(../images/sprite_download.png) no-repeat bottom left;
}
.tar_download_link {
display: block;
float: right;
width: 90px;
height:70px;
text-indent: -5000px;
overflow: hidden;
background: url(../images/sprite_download.png) no-repeat bottom right;
margin-left: 10px;
}
.zip_download_link:hover {
background: url(../images/sprite_download.png) no-repeat top left;
}
.tar_download_link:hover {
background: url(../images/sprite_download.png) no-repeat top right;
}
#main_content_wrap {
background: #f2f2f2;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
}
#main_content {
padding-top: 40px;
}
#footer_wrap {
background: #212121;
}
/*******************************************************************************
Small Device Styles
*******************************************************************************/
@media screen and (max-width: 480px) {
body {
font-size:14px;
}
#downloads {
display: none;
}
.inner {
min-width: 320px;
max-width: 480px;
}
#project_title {
font-size: 32px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
code, pre {
min-width: 320px;
max-width: 480px;
font-size: 11px;
}
}

@ -1,46 +0,0 @@

JEECG 3.4.1 beta升级日志
————————————————————————————————————————
version: jeecg-framework-3.4.1.beta
date: 2013-11-17
作者: 张代浩
联系邮箱: scott@jeecg.com
————————————————————————————————————————
[OnLine Coding]-在线代码生成
[OnLine Coding]-数据库生成表单
[系统功能]菜单和操作权限自动加载
[系统功能]集成ckfinder+ckeditor,增加例子
[系统功能] 增加一个地域管理
[系统功能]webservice集成方案和实施
[系统功能] 定时任务管理
[系统功能]Excel导出添加模板导出,及其实例
[ui库]增加ckfinder和ckeditor标签
功能增强
[系统功能]重写了导入功能,提供关联导入和一对多,图片导入的支持,增加对excel2007导入
[系统功能] 增加ClientManager 用户管理在线用户,修复上传问题和在线用户统计问题
[ui库]查询框的自动完成属性
[ui库]treegrid添加了展开第一个节点的选项
[系统功能]添加公共分页方法(非easyui)
rest例子
实战图像报表例子
BUG修复
[系统功能]表单配置-只有表的物理字段修改了,才让用户同步数据库
[系统功能]多层弹出的遮罩消失问题&&图片附件预览功能修复
[系统功能]动态报表配置--录入界面选中序号下的checkbox时报错
[系统功能]修改了result的拼写错误
[ui库]datagrid的分页设置bug
[ui库]修改了datagrid不能关联查询的bug
[ui库]修复treegrid的onclick事件的bug
[OnLine Coding]字典标签增加text类型支持文本显示字典值
[OnLine Coding]将一对多明细数据的持久化策略改为 增删改
[OnLine Coding]一对多中将明细数据的id传递到后台
[系统功能]点击菜单链接时在火狐浏览器发生两次请求
[系统功能]解决jetty上传路径问题
Loading…
Cancel
Save