Bruce Liang
Bruce Liang
> Good day, @ldcsaa! Thank you for reporting the issue! Am I correct that there are two problems: > > * when query parameters are set then wrong database is...
@wz2cool @slysnight 和我报告的其中一个bug一样,参考:#674
1. Windows版本没有跨平台的问题 2. 可以用_T()宏屏蔽字符集差异,另外可以根据需要设置用MBCS/UNICODE编译你的项目。
``` #if defined(__linux__) #include "Linux/include/..." #else #include "Windows/include/..." #endif ```
windows 系统对静态引用内存分配器库会有风险,试试jemalloc,不行就用系统malloc吧
目标ip和端口都一样,在通信层就认为是同一个端点了。只能通过应用层协议去区分。
你用什么版本,请确保头文件与库版本绝对一致哦
支持的,理论上win xp 都可以运行。
我催更一下~