写高并发程序时慎用strncpy和sprintf 分享一下最近做程序优化的一点小心得:在写高并发交易代码时要谨慎使用strncpy和sprintf。 下面详细介绍一下这样说的原因及建议实践: 1 慎 ...