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

📄 data-sources.xml

📁 相当板扎,采用贝叶斯公式的垃圾邮件过滤程序
💻 XML
字号:
<?xml version="1.0" standalone='yes'?>
<!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://xmlns.oracle.com/ias/dtds/data-sources-9_04.dtd">

<data-sources>
	<!--
		An example/default DataSource that uses
		Oracle JDBC-driver to create the connections. 
		This tag creates all the needed kinds
		of data-sources, transactional, pooled and EJB-aware sources.
		The source generally used in application code is the "EJB"
		one - it provides transactional safety and connection
		pooling. Oracle thin driver could be used as well,
		like below.
		url="jdbc:oracle:thin:@host:port:sid"
	-->

	<data-source
		class="com.evermind.sql.DriverManagerDataSource"
		name="OracleDS"
		location="jdbc/OracleCoreDS"
		xa-location="jdbc/xa/OracleXADS"
		ejb-location="jdbc/OracleDS"
		connection-driver="oracle.jdbc.driver.OracleDriver"
		username="$db_user"
		password="$db_passwd"
		url="jdbc:oracle:thin:@$db_host:$db_port:$db_sid"
		inactivity-timeout="30"
	/>

</data-sources>

⌨️ 快捷键说明

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