Skip to content

Commit 02e231e

Browse files
committed
upload
1 parent bf2a00c commit 02e231e

38 files changed

Lines changed: 736 additions & 241 deletions

database.rar

10.4 MB
Binary file not shown.

database/code/JDBC/.idea/workspace.xml

Lines changed: 301 additions & 227 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/code/JDBC/JDBC.iml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
<orderEntry type="sourceFolder" forTests="false" />
1010
<orderEntry type="library" name="classes12" level="application" />
1111
<orderEntry type="library" name="mysql-connector-java-5.1.38" level="application" />
12+
<orderEntry type="library" name="commons-dbutils-1.7" level="application" />
13+
<orderEntry type="library" name="commons-dbcp2-2.7.0" level="application" />
14+
<orderEntry type="library" name="c3p0-0.9.5.4" level="application" />
1215
</component>
1316
</module>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<c3p0-config>
3+
<default-config>
4+
<property name="driverClass">com.mysql.jdbc.Driver</property>
5+
<property name="jdbcUrl">jdbc:mysql://localhost:3306/demo5</property>
6+
<property name="user">root</property>
7+
<property name="password">123456</property>
8+
</default-config>
9+
</c3p0-config>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#JDBC�߱��Լ��Ĺ淶����JDBC4֮ǰ�DZ���Ҫ��д�������Ƶģ�����֮��汾����Ҫ��д
2+
c3p0.driverClass=com.mysql.jdbc.Driver
3+
c3p0.jdbcUrl=jdbc:mysql://localhost:3306/demo
4+
c3p0.user=root
5+
c3p0.password=123456
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)