梦飞翔 9442d940e7 Update hurl.cpp 4 lat temu
..
RAII.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
README.md fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
ThreadLocalStorage.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
ThreadLocalStorage.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hdir.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hfile.h fa453970c5 optimize code 4 lat temu
hmain.cpp 67be7ec4b2 update 4 lat temu
hmain.h 37705499e5 format code 4 lat temu
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hpath.cpp 446c5edda1 optimize code 4 lat temu
hpath.h 446c5edda1 optimize code 4 lat temu
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hstring.cpp fa453970c5 optimize code 4 lat temu
hstring.h fa453970c5 optimize code 4 lat temu
hthreadpool.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
hurl.cpp 9442d940e7 Update hurl.cpp 4 lat temu
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
iniparser.cpp c241ff8766 fix #112: trim utf8 bom 4 lat temu
iniparser.h 37705499e5 format code 4 lat temu
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 lat temu

README.md

目录结构

.
├── hdir.h          目录(ls实现)
├── hfile.h         文件类
├── hmain.h         命令行解析
├── hobjectpool.h   对象池
├── hscope.h        作用域模板类
├── hstring.h       字符串操作
├── hthreadpool.h   线程池
├── hurl.h          URL操作
├── ifconfig.h      网络配置(ifconfig实现)
├── iniparser.h     INI解析
├── json.hpp        JSON解析
├── singleton.h     单例模式宏
└── ThreadLocalStorage.h 线程本地存储类