Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
f1121996
提交
f1121996
authored
4月 07, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
e51e48dc
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
10 行增加
和
13 行删除
+10
-13
help.csv
h2/src/docsrc/help/help.csv
+1
-1
build.html
h2/src/docsrc/html/build.html
+4
-8
faq.html
h2/src/docsrc/html/faq.html
+2
-2
features.html
h2/src/docsrc/html/features.html
+1
-1
history.html
h2/src/docsrc/html/history.html
+2
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
f1121996
...
...
@@ -1449,7 +1449,7 @@ CASE WHEN CNT<10 THEN 'Low' ELSE 'High' END
"Other Grammar","Cipher","
{ AES | XTEA }
","
Two algorithms are supported, AES (AES-
256
) and XTEA (using 32 rounds). The AES
Two algorithms are supported, AES (AES-
128
) and XTEA (using 32 rounds). The AES
algorithm is about half as fast as XTEA.
","
AES
...
...
h2/src/docsrc/html/build.html
浏览文件 @
f1121996
...
...
@@ -161,17 +161,13 @@ Afterwards, you can include the database in your Maven 2 project as a dependency
The translation of this software is split into the following parts:
</p>
<ul>
<li>
H2 Console:
<code>
src/main/org/h2/server/web/res/_text_*.properties
</code>
</li><li>
Error messages:
<code>
src/main/org/h2/res/_messages_*.properties
</code>
</li><li>
Web site:
<code>
src/docsrc/text/_docs_*.utf8.txt
</code>
<li>
H2 Console:
<code>
src/main/org/h2/server/web/res/_text_*.prop
</code>
</li><li>
Error messages:
<code>
src/main/org/h2/res/_messages_*.prop
</code>
</li></ul>
<p>
To translate the H2 Console, start it and select Preferences / Translate.
The conversion between UTF-8 and Java encoding (using the
<code>
\u
</code>
syntax),
as well as the HTML entities (
<code>
&
#..;
</code>
)
is automated by running the tool
<code>
PropertiesToUTF8
</code>
.
The web site translation is automated as well,
using
<code>
build docs
</code>
.
After you are done, send the translated
<code>
*.prop
</code>
file to the Google Group.
The web site is currently translated using Google.
</p>
<h2
id=
"providing_patches"
>
Providing Patches
</h2>
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
f1121996
...
...
@@ -43,7 +43,7 @@ Frequently Asked Questions
Float is Double?
</a><br
/>
<a
href=
"#gcj"
>
Is the GCJ Version Stable? Faster?
</a><br
/>
<a
href=
"#translate"
>
<a
href=
"#
how_to_
translate"
>
How to Translate this Project?
</a><br
/>
<h3
id=
"support"
>
I Have a Problem or Feature Request
</h3>
...
...
@@ -251,7 +251,7 @@ Currently, the GCJ version is also slower than when using the Sun VM.
However, the startup of the GCJ version is faster than when using a VM.
</p>
<h3
id=
"translate"
>
How to Translate this Project?
</h3>
<h3
id=
"
how_to_
translate"
>
How to Translate this Project?
</h3>
<p>
For more information, see
<a
href=
"build.html#translating"
>
Build/Translating
</a>
.
...
...
h2/src/docsrc/html/features.html
浏览文件 @
f1121996
...
...
@@ -129,7 +129,7 @@ Features
(even when using insecure connections; this only applies to the TCP server and not to the H2 Console however;
it also doesn't apply if you set the password in the database URL)
</li><li>
All database files (including script files that can be used to backup data) can be
encrypted using AES-
256
and XTEA encryption algorithms
encrypted using AES-
128
and XTEA encryption algorithms
</li><li>
The remote JDBC driver supports TCP/IP connections over SSL/TLS
</li><li>
The built-in web server supports connections over SSL/TLS
</li><li>
Passwords can be sent to the database using char arrays instead of Strings
...
...
h2/src/docsrc/html/history.html
浏览文件 @
f1121996
...
...
@@ -91,7 +91,8 @@ Many thanks for those who reported bugs, gave valuable feedback,
spread the word, and translated this project. Also many thanks to the donors who contributed
via PayPal:
</p>
<ul><li><a
href=
"http://www.netsuxxess.de"
>
NetSuxxess GmbH, Germany
</a>
<ul><li><a
href=
"http://www.code42.com"
>
Code 42 Software, Inc., Minneapolis
</a>
</li><li><a
href=
"http://www.netsuxxess.de"
>
NetSuxxess GmbH, Germany
</a>
</li><li><a
href=
"http://pokercopilot.com"
>
Poker Copilot, Steve McLeod, Germany
</a>
</li><li><a
href=
"http://skycash.com"
>
SkyCash, Poland
</a>
</li><li><a
href=
"http://lumber-mill.co.jp"
>
Lumber-mill, Inc., Japan
</a>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论