Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
c595aa4e
提交
c595aa4e
authored
7月 02, 2011
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
358c0388
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
1669 行增加
和
1583 行删除
+1669
-1583
help.csv
h2/src/docsrc/help/help.csv
+1
-0
changelog.html
h2/src/docsrc/html/changelog.html
+2
-2
stylesheet.css
h2/src/docsrc/html/stylesheet.css
+18
-11
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+544
-517
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+544
-517
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+528
-519
admin.jsp
h2/src/main/org/h2/server/web/res/admin.jsp
+1
-0
header.jsp
h2/src/main/org/h2/server/web/res/header.jsp
+1
-1
login.jsp
h2/src/main/org/h2/server/web/res/login.jsp
+1
-0
query.jsp
h2/src/main/org/h2/server/web/res/query.jsp
+5
-3
stylesheet.css
h2/src/main/org/h2/server/web/res/stylesheet.css
+21
-12
tools.jsp
h2/src/main/org/h2/server/web/res/tools.jsp
+1
-0
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+2
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
c595aa4e
...
...
@@ -1149,6 +1149,7 @@ Case-insensitive columns are compared faster than when using a collation.
Admin rights are required to execute this command, as it affects all connections.
This command commits an open transaction.
This setting is persistent.
This setting can be appended to the database URL: ""jdbc:h2:test;IGNORECASE=TRUE""
","
SET IGNORECASE TRUE
"
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
c595aa4e
...
...
@@ -24,10 +24,10 @@ Change Log
</li><li>
The PUBLIC schema could be renamed, which could result in a database that
can't be opened normally. Now it can no longer be renamed.
The schema INFORMATION_SCHEMA can also no longer be renamed.
</li><li>
Server mode: the problem with server and client using different
</li><li>
Server mode: the problem with server and client using different
timezones with different daylight saving rules has been solved
(this only applies when both the client and the server use this or a newer version).
</li><li>
There is a new system property "h2.storeLocalTime" to avoid
</li><li>
There is a new system property "h2.storeLocalTime" to avoid
problems opening a database file in a timezone that has different
daylight saving rules (see also below).
</li><li>
Date, time, and timestamp data type processing has been re-implemented.
...
...
h2/src/docsrc/html/stylesheet.css
浏览文件 @
c595aa4e
...
...
@@ -6,17 +6,27 @@
*/
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
,
td
,
th
{
font
:
1
0pt
/
130%
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
font
:
1
3px
/
1.4
Arial
,
sans-serif
;
font-weight
:
normal
;
}
h1
,
h2
,
h3
,
h4
,
h5
{
font
:
10pt
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
p
{
margin
:
0.4em
0
0.6em
0
;
}
h1
{
font-weight
:
bold
;
}
h2
,
h3
,
h4
,
h5
{
margin
:
0.8em
0
0.5em
0
;
border-bottom-color
:
#999
;
border-bottom-style
:
solid
;
border-bottom-width
:
1px
;
}
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
{
font-size
:
1
0pt
;
font-size
:
1
3px
;
}
pre
{
...
...
@@ -62,23 +72,20 @@ h1 {
padding
:
2px
4px
2px
4px
;
margin-top
:
11px
;
color
:
#fff
;
font-size
:
19pt
;
font-size
:
22px
;
line-height
:
normal
;
}
h2
{
font-size
:
16pt
;
margin-top
:
1.5em
;
font-size
:
19px
;
}
h3
{
font-size
:
13pt
;
margin-top
:
1.5em
;
font-size
:
16px
;
}
h4
{
font-size
:
10pt
;
margin-top
:
1.5em
;
font-size
:
13px
;
}
hr
{
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
c595aa4e
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
c595aa4e
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
c595aa4e
差异被折叠。
点击展开。
h2/src/main/org/h2/server/web/res/admin.jsp
浏览文件 @
c595aa4e
...
...
@@ -8,6 +8,7 @@ Initial Developer: H2 Group
-->
<html><head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width; initial-scale=0.9"
/>
<title>
${text.a.title}
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"stylesheet.css"
/>
...
...
h2/src/main/org/h2/server/web/res/header.jsp
浏览文件 @
c595aa4e
...
...
@@ -12,7 +12,7 @@ Initial Developer: H2 Group
<title>
${text.a.title}
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"stylesheet.css"
/>
</head>
<body
bgcolor=
"#FF00FF"
class=
"toolbar"
>
<body
bgcolor=
"#FF00FF"
class=
"toolbar"
>
<form
name=
"header"
method=
"post"
action=
"header.jsp?jsessionid=${sessionId}"
>
<table
class=
"toolbar"
cellspacing=
"0"
cellpadding=
"0"
><tr
class=
"toolbar"
><td
class=
"toolbar"
><a
href=
"logout.do?jsessionid=${sessionId}"
target=
"_top"
...
...
h2/src/main/org/h2/server/web/res/login.jsp
浏览文件 @
c595aa4e
...
...
@@ -8,6 +8,7 @@ Initial Developer: H2 Group
-->
<html><head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width; initial-scale=0.9"
/>
<title>
${text.login.title}
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"stylesheet.css"
/>
<script
type=
"text/javascript"
>
...
...
h2/src/main/org/h2/server/web/res/query.jsp
浏览文件 @
c595aa4e
...
...
@@ -453,9 +453,11 @@ function processAsyncResponse() {
</head>
<body
onresize=
"sizeTextArea();"
onload=
"sizeTextArea();"
style=
"margin: 0px; padding: 0px;"
>
<form
name=
"h2query"
method=
"post"
action=
"query.do?jsessionid=${sessionId}"
target=
"h2result"
>
<input
type=
"button"
class=
"button"
value=
"${text.toolbar.run}"
onclick=
"javascript:submit();sql.focus();return true;"
/>
<input
type=
"button"
class=
"button"
value=
"${text.toolbar.clear}"
onclick=
"javascript:sql.value='';keyUp();sql.focus();return true;"
/>
${text.toolbar.sqlStatement}:
<span
style=
"white-space:nowrap"
>
<input
type=
"button"
class=
"button"
value=
"${text.toolbar.run}"
onclick=
"javascript:submit();sql.focus();return true;"
/>
<input
type=
"button"
class=
"button"
value=
"${text.toolbar.clear}"
onclick=
"javascript:sql.value='';keyUp();sql.focus();return true;"
/>
${text.toolbar.sqlStatement}:
</span>
<div
style=
"display:none"
>
<iframe
id=
"h2iframeTransport"
src=
""
onload=
"showList(this.contentWindow.document.body.innerHTML);"
></iframe>
</div>
...
...
h2/src/main/org/h2/server/web/res/stylesheet.css
浏览文件 @
c595aa4e
...
...
@@ -6,11 +6,11 @@
*/
td
,
input
,
select
,
textarea
,
body
,
code
,
pre
{
font
:
9pt
/
130%
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
font
:
12px
/
1.4
Arial
,
sans-serif
;
}
h1
,
h2
,
h3
,
h4
,
h5
{
font
:
9pt
Tahoma
,
Arial
,
Helvetica
,
sans-serif
;
font
:
12px
/
1.4
Arial
,
sans-serif
;
font-weight
:
bold
;
}
...
...
@@ -36,16 +36,16 @@ h1 {
background-color
:
#0000bb
;
padding
:
2px
4px
2px
4px
;
color
:
#fff
;
font-size
:
15pt
;
font-size
:
22px
;
line-height
:
normal
;
}
h2
{
font-size
:
1
3pt
;
font-size
:
1
9px
;
}
h3
{
font-size
:
1
0pt
;
font-size
:
1
6px
;
}
li
{
...
...
@@ -65,7 +65,6 @@ table {
td
{
background-color
:
#ffffff
;
font-size
:
9pt
;
padding
:
2px
;
text-align
:
left
;
vertical-align
:
top
;
...
...
@@ -78,7 +77,6 @@ textarea {
}
th
{
font-size
:
9pt
;
font-weight
:
normal
;
text-align
:
left
;
background-color
:
#ece9d8
;
...
...
@@ -144,17 +142,15 @@ tr.login {
th
.login
{
color
:
#ffffff
;
font-size
:
10pt
;
text-align
:
left
;
border
:
0px
;
background-color
:
#ece9d8
;
padding
:
5
px
10px
;
padding
:
4
px
10px
;
background-image
:
url(background.gif)
;
}
td
.login
{
background-color
:
#ece9d8
;
font-size
:
9pt
;
padding
:
5px
10px
;
text-align
:
left
;
border
:
0px
;
...
...
@@ -191,7 +187,6 @@ table.empty {
td
.empty
{
background-color
:
#ffffff
;
border
:
0px
;
font-size
:
9pt
;
padding
:
5px
10px
;
text-align
:
left
;
}
...
...
@@ -205,7 +200,21 @@ p.error {
}
input
.button
{
padding
:
1px
;
padding
:
3px
;
background-color
:
#ece9d8
;
border-top-color
:
#ffffff
;
border-left-color
:
#ffffff
;
border-right-color
:
#aca899
;
border-bottom-color
:
#aca899
;
-moz-border-radius
:
1px
;
-webkit-border-radius
:
1px
;
border-width
:
1px
;
border-style
:
solid
;
}
input
.button
:active
{
position
:
relative
;
top
:
1px
;
}
.tree
{
...
...
h2/src/main/org/h2/server/web/res/tools.jsp
浏览文件 @
c595aa4e
...
...
@@ -8,6 +8,7 @@ Initial Developer: H2 Group
-->
<html><head>
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width; initial-scale=0.9"
/>
<title>
${text.a.tools}
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"stylesheet.css"
/>
<script
type=
"text/javascript"
>
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
c595aa4e
...
...
@@ -684,5 +684,6 @@ diagnostics checkout somewhat icu delegation classifications karlsson applet
litailang springsource eccn springframework spr growth teams gigabytes europe
mcleod decade experience travel willing scjp himself routinely tsi retrieving
multiplied ross judson closeable watcher enqueued referent refs watch tracked
preserving disallowed restrictive dst regions kiritimati flow
preserving disallowed restrictive dst regions kiritimati flow wider nanosecond
march april cutover julian transitions enderbury kwajalein viewport
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论