This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
dbcpdemo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
readme的包路径名错误,更正
master
ZhangZiSheng001
6 years ago
parent
709b8d7a92
commit
6436c79ea4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+ 1
- 1
README.md
View File
@@ -87,7 +87,7 @@ password=root
### 编写JDBCUtil用于获得连接对象
### 编写JDBCUtil用于获得连接对象
这里设置工具类的目的是避免多个线程使用同一个连接对象,并提供了释放资源的方法(注意,考虑到重用性,这里并不会关闭连接)。
这里设置工具类的目的是避免多个线程使用同一个连接对象,并提供了释放资源的方法(注意,考虑到重用性,这里并不会关闭连接)。
路径:`cn.zzs.
j
dbc`
路径:`cn.zzs.dbc
p
`
```java
```java
/**
/**
* @ClassName: JDBCUtil
* @ClassName: JDBCUtil
Write
Preview
Loading…
Cancel
Save