Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
745df35a
Commit
745df35a
authored
Mar 09, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(New:Shell) 新增 「JSP Custom Shell For Oracle」
parent
fbb46ecb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
432 additions
and
1 deletion
+432
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
jsp_custom_script_for_oracle.jsp
shells/jsp_custom_script_for_oracle.jsp
+430
-0
index.js
source/modules/database/custom/index.js
+1
-1
No files found.
CHANGELOG.md
View file @
745df35a
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
*
优化 asp(x) SQLServer 类型数据库操作
*
优化 asp(x) SQLServer 类型数据库操作
*
优化SQLServer类型数据库默认查询语句
*
优化SQLServer类型数据库默认查询语句
*
php数据管理解析数据时自动猜解编码
*
php数据管理解析数据时自动猜解编码
*
新增 「JSP Custom Shell For Oracle」
### 其它
### 其它
...
...
shells/jsp_custom_script_for_oracle.jsp
0 → 100644
View file @
745df35a
This diff is collapsed.
Click to expand it.
source/modules/database/custom/index.js
View file @
745df35a
...
@@ -18,7 +18,7 @@ class CUSTOM {
...
@@ -18,7 +18,7 @@ class CUSTOM {
this
.
conns
=
{
this
.
conns
=
{
'mysql'
:
'com.mysql.jdbc.Driver
\
r
\
njdbc:mysql://localhost/test?user=root&password=123456'
,
'mysql'
:
'com.mysql.jdbc.Driver
\
r
\
njdbc:mysql://localhost/test?user=root&password=123456'
,
'sqlserver'
:
'com.microsoft.sqlserver.jdbc.SQLServerDriver
\
r
\
njdbc:sqlserver://127.0.0.1:1433;databaseName=test;user=sa;password=123456'
,
'sqlserver'
:
'com.microsoft.sqlserver.jdbc.SQLServerDriver
\
r
\
njdbc:sqlserver://127.0.0.1:1433;databaseName=test;user=sa;password=123456'
,
'oracle'
:
'oracle.jdbc.driver.OracleDriver
\
r
\
njdbc:oracle:thin:
user/password@127.0.0.1:1521/test
'
,
'oracle'
:
'oracle.jdbc.driver.OracleDriver
\
r
\
njdbc:oracle:thin:
@127.0.0.1:1521/test
\
r
\
nuser
\
r
\
npassword
'
,
};
};
// 1. 初始化TREE UI
// 1. 初始化TREE UI
this
.
tree
=
this
.
manager
.
list
.
layout
.
attachTree
();
this
.
tree
=
this
.
manager
.
list
.
layout
.
attachTree
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment