From ab52fdfa0b9213ea86646667a9c94bac881e9a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Fri, 2 Sep 2022 11:44:26 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E4=BB=A3=E7=A0=81=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=B8=8E=E7=89=88=E6=9D=83=E5=A3=B0=E6=98=8E=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 代码依赖与版权声明.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/代码依赖与版权声明.md b/代码依赖与版权声明.md index 14c1cc6..9676168 100644 --- a/代码依赖与版权声明.md +++ b/代码依赖与版权声明.md @@ -21,8 +21,8 @@ - 开始mysql连接池功能时依赖libmysql-clinet,默认关闭。 ## 三、ZLToolkit相关依赖 -- [getopt](https://github.com/ZLMediaKit/ZLToolKit/tree/master/src/win32): windows下命令行解析工具,其他平台不依赖。 -- [uv_errno](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/uv_errno.h):部分错误处理代码来自libuv。 +- [getopt](https://github.com/ZLMediaKit/ZLToolKit/tree/master/src/win32) windows下命令行解析工具,其他平台不依赖。 +- [uv_errno](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/uv_errno.h) 部分错误处理代码来自libuv。 - [strptime_win](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/strptime_win.cpp) windows下strptime移植函数代码,来源网络,出处已不可考。 - [mini](https://github.com/ZLMediaKit/ZLToolKit/blob/master/src/Util/mini.h) 来源于[github](https://github.com/r-lyeh-archived/mINI),经过整理和修改。