?? dbconfig.xml.svn-base
字號:
<?xml version="1.0" encoding="GBK"?>
<!--
<connection type="connection_pool" jndi="java:comp/env/jdbc/gbook" dbms="oracle">
<driver_class_name>NULL</driver_class_name>
<url>NULL</url>
<user>NULL</user>
<password>NULL</password>
</connection>
-->
<!--
<connection type="default" jndi="" dbms="oracle">
<driver_class_name>oracle.jdbc.driver.OracleDriver</driver_class_name>
<url>jdbc:oracle:thin:@localhost:1521:GUEST</url>
<url>jdbc:oracle:thin:@localhost:1521:oradb</url>
<user>scott</user>
<password>tiger</password>
</connection>
-->
<connection type="default" jndi="" dbms="SQLServer">
<driver_class_name>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver_class_name>
<url>jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=news</url>
<user>sa</user>
<password>sa</password>
</connection>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -