⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbconn.xml.svn-base

📁 日志组件,添加到应用中,可在数据库中查询日志
💻 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
    	format
        contype=[direct|cp]
        muticon=[true|false]
        server=[0|1|2]            0 for tomcat ,  1 for  weblogic,     2.forwebsphere
 -->
<dbconfig server="0">
    <database name="oracle1" direct="true" cpname="jdbc/test_connection">
        <driver>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver>
        <url>jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=test</url>
        <username use="true">"sa"</username>
        <password use="true">"sa"</password>
        <properties use="false">user="hd500_wang";password="hd500_wang"</properties>
        <codeconvert>codeConvert_1</codeconvert>
    </database>

</dbconfig>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -