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),经过整理和修改。