From abcbe227a00485007aa34cf4c3344b0c52d0cbd2 Mon Sep 17 00:00:00 2001 From: ZhangZiSheng001 <18826241741@163.com> Date: Wed, 1 Jan 2020 13:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=B8=BAhtml=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b5111e..43105d7 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ accessToUnderlyingConnectionAllowed=false 研究之前,先来看下`BasicDataSource`的`UML`图: -![BasicDataSource的UML图](https://img2018.cnblogs.com/blog/1731892/201912/1731892-20191228171436263-280030888.png) +BasicDataSource的UML图 这里介绍下这几个类的作用: @@ -553,7 +553,7 @@ accessToUnderlyingConnectionAllowed=false ``` 以上方法涉及到几个类,这里再补充下`UML`图。 -![GenericObjectPool的UML图](https://img2018.cnblogs.com/blog/1731892/201912/1731892-20191228171502877-1140170931.png) +GenericObjectPool的UML图 | 类名 | 描述 | @@ -566,7 +566,7 @@ accessToUnderlyingConnectionAllowed=false 上面已经大致分析了数据源和连接池对象的获取过程,接下来研究下连接对象的获取。在此之前先了解下`DBCP`中几个`Connection`实现类。 -![DelegatingConnection的UML图](https://img2018.cnblogs.com/blog/1731892/201912/1731892-20191228171525594-1114346897.png) +DelegatingConnection的UML图 类名|描述 -|-