From 3147162486ce8bb01d4400f080a2b57a8009a8ed Mon Sep 17 00:00:00 2001 From: weifj Date: Mon, 24 Sep 2018 00:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84oracle=20sql=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=9B=E4=BF=AE=E6=94=B9=E7=BC=96=E7=A0=81=E4=B8=BA?= =?UTF-8?q?UTF-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .settings/org.eclipse.core.resources.prefs | 1 + sql/create-orcl.sql | 2 +- src/main/webapp/WEB-INF/views/common/footer.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index b7d09be..33a0b9a 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -2,5 +2,6 @@ eclipse.preferences.version=1 encoding//src/main/java=UTF-8 encoding//src/main/resources=UTF-8 encoding//src/main/resources/application.properties=UTF-8 +encoding//src/main/webapp/WEB-INF/views/common/footer.html=UTF-8 encoding//src/main/webapp/WEB-INF/views/common/sidebar.html=UTF-8 encoding/=UTF-8 diff --git a/sql/create-orcl.sql b/sql/create-orcl.sql index 483cdb5..a2b4b6f 100644 --- a/sql/create-orcl.sql +++ b/sql/create-orcl.sql @@ -15,7 +15,7 @@ create table dubbo_invoke concurrent number(11), max_elapsed number(11), max_concurrent number(11) -) +); alter table dubbo_invoke add primary key(id); create index index_service on dubbo_invoke(service); diff --git a/src/main/webapp/WEB-INF/views/common/footer.html b/src/main/webapp/WEB-INF/views/common/footer.html index 19a9190..f7a52c3 100644 --- a/src/main/webapp/WEB-INF/views/common/footer.html +++ b/src/main/webapp/WEB-INF/views/common/footer.html @@ -2,5 +2,5 @@ - Copyright © 2016-2025 上海数慧系统技术有限公司 All Rights Reserved + Copyright © 2016-2025 涓婃捣鏁版収绯荤粺鎶鏈湁闄愬叕鍙 All Rights Reserved \ No newline at end of file