首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

连接数据库的配备语句

2012-10-29 
连接数据库的配置语句我常用的数据库,记录下它们的连接语句,因为有时候会忘了!?MySql:property namecon

连接数据库的配置语句

我常用的数据库,记录下它们的连接语句,因为有时候会忘了!

?

MySql:

<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property><property name="connection.url">jdbc:oracle:thin:@localhost:1521:databaseName</property><property name="connection.username">scott</property><property name="connection.password">tiger</property>

热点排行