?? dbconn.xml.svn-base
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Notice:
1.This configure file supports three type of web application server.
2.Supplies direct and connection pool connection
3.This database must be use with codeconvert.properties file
format
direct=[true|false]
muticon=[true|false]
server=[0|1|2] 0 for tomcat , 1 for weblogic, 2.forwebsphere
Content of codeconvert must be specified in codeconvert.properites
-->
<dbconfig server="0">
<database name="oracle" direct="true" cpname="jdbc/cbb_connection" >
<driver>oracle.jdbc.driver.OracleDriver</driver>
<url>jdbc:oracle:thin:@gisinfo:1521:orcl</url>
<username use="true">"sjzpdgl"</username>
<password use="true">"sjzpdgl"</password>
<properties use="false">user="bypdgl";password="bypdgl"</properties>
<codeconvert>codeConvert_1</codeconvert>
</database>
<database name="sqlserver" direct="true" cpname="jdbc/test_connection" >
<driver>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver>
<url>jdbc:microsoft:sqlserver://gisinfo:1433;DatabaseName=shwgj</url>
<username use="true">"shwgj"</username>
<password use="true">"shwgj"</password>
<properties use="false">user="sa";password=""</properties>
<codeconvert>codeConvert_2</codeconvert>
</database>
</dbconfig>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -