generallib/README.md

10 lines
259 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 通用c++库,跨平台
包含了以下子功能:
1. 日志。
2. 设计模式类模板:
单例
观察者
适配器模式
3. 线程类。
4. 调试工具如打印内存为asii。
5. 网络工具包含了http客户端tcp客户端。