Update index.html

This commit is contained in:
wentch
2015-12-15 11:19:22 +08:00
parent 14fdf60057
commit 85ebd15e51

View File

@@ -51,7 +51,7 @@ RedKale 有如下主要特点: <br/>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>亮点四. DataSource</h3>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RedKale提供DataSource类对数据层进行操作 其功能类似JPA(或Hibernate)+Memcached。 与JPA相比各有优缺点。 <br/>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RedKale提供DataSource类对数据层进行操作 其功能类似JPA+Memcached。 与JPA相比各有优缺点。 <br/>
优点: <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、Datasource中的内存缓存会自动与其他同服务的进程之间同步。 <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、简易的查询接口即时复杂的过滤查询都无需写SQL语句。 <br/>