好好学习
天天向上
posts - 1, comments - 0, trackbacks - 0, articles - 0
BlogJava
首页
新随笔
联系
管理
聚合
2007年12月13日
数据库连接
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为
数据库
的SID
String user="test";
String password="test";
Connection conn= DriverManager.getConnection(url,user,password);
posted @
2007-12-13 16:05
李鹏辉 阅读(105) |
评论 (0)
|
编辑
收藏
仅列出标题
<
2025年4月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
常用链接
我的随笔
我的评论
我的参与
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔档案
2007年12月 (1)
搜索
最新评论