250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- oracle
- AJAX
- JDBC
- IntelliJ
- 설정
- 오픈소스
- jpa
- myBatis
- Source
- Tomcat
- maven
- PostgreSQL
- STS
- MySQL
- 문서
- spring
- MSSQL
- Spring Boot
- Eclipse
- Core Java
- JavaScript
- Exception
- Docker
- Python
- error
- Thymeleaf
- Open Source
- SpringBoot
- ubuntu
- git
Archives
- Today
- Total
목록DB컨넥션 (1)
헤르메스 LIFE
[오픈소스] DBConnectionManager.java
import java.io.*; import java.sql.*; import java.util.*; import java.util.Date; public class DBConnectionManager { static private DBConnectionManager instance; // The single instance private Vector drivers = new Vector(); private PrintWriter log; private Hashtable pools = new Hashtable(); private Hashtable clients = new Hashtable(); /** * A private constructor since this is a Singleton */ privat..
Core Java
2020. 12. 17. 00:03