|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright 2009-2017 the original author or authors. |
| 4 | + Copyright 2009-2018 the original author or authors. |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | you may not use this file except in compliance with the License.
|
|
28 | 28 |
|
29 | 29 | <body>
|
30 | 30 | <section name="简介">
|
31 |
| - <subsection name="什么是 MyBatis ?"> |
32 |
| - <p>MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生信息,将接口和 Java 的 POJOs(Plain Old Java Objects,普通的 Java对象)映射成数据库中的记录。</p> |
| 31 | + <subsection name="什么是 MyBatis?"> |
| 32 | + <p>MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 Java 的 POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。</p> |
33 | 33 | </subsection>
|
34 | 34 |
|
35 | 35 | <subsection name="帮助改进文档...">
|
36 |
| - <p>不管你以何种方式发现了文档的不足,或是丢失对某一特性的描述,那么你能做的最好的事情莫过于去研究它并把文档写出来。</p> |
37 |
| - <p>该文档 xdoc 格式的源码文件可通过<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">项目的 Git 代码库</a>来获取。Fork 该源码库,做出更新,然后提交一个 pull request 吧。</p> |
38 |
| - <p>你将成为本文档的最佳作者,MyBatis 的用户定会过来查阅的。 |
| 36 | + <p>如果你发现文档有任何的缺失,或者缺少某一个功能点的说明,最好的解决办法是先自己学习,并且为缺失的部份补上相应的文档。</p> |
| 37 | + <p>该文档 xdoc 格式的源码文件可通过<a href="https://github.com/mybatis/mybatis-3/tree/master/src/site">项目的 Git 代码库</a>来获取。Fork 该源码库,作出更新,并提交 Pull Request 吧。</p> |
| 38 | + <p>还有其他像你一样的人都需要阅读这份文档,而你,就是这份文档最好的作者。 |
39 | 39 | </p>
|
40 | 40 | </subsection>
|
41 | 41 |
|
42 |
| - <subsection name="当前的国际化版本"> |
43 |
| - <p>MyBatis 的其他语言版本:</p> |
| 42 | + <subsection name="文档的翻译版本"> |
| 43 | + <p>您可以阅读 MyBatis 文档的其他语言版本:</p> |
44 | 44 | <ul class="i18n">
|
45 | 45 | <li class="en"><a href="../index.html">English</a></li>
|
46 | 46 | <li class="es"><a href="../es/index.html">Español</a></li>
|
|
49 | 49 | <li class="ko"><a href="../ko/index.html">한국어</a></li>
|
50 | 50 | <li class="zh"><a href="./getting-started.html">简体中文</a></li>
|
51 | 51 | </ul>
|
52 |
| - <p>你想使用本地语言来了解MyBatis吗?那就将它翻译成你的母语并提供给我们吧!</p> |
| 52 | + <p>想用你的母语来了解 MyBatis 吗?那就将文档翻译成你的母语并提供给我们吧!</p> |
53 | 53 | </subsection>
|
54 | 54 | </section>
|
55 | 55 | </body>
|
|
0 commit comments