诸暨麻将添加redis
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
183 B

  1. #include "stdafx.h"
  2. #include "ByteBuffer.h"
  3. namespace zl
  4. {
  5. namespace net{
  6. const char ByteBuffer::kCRLF[] = "\r\n";
  7. const char ByteBuffer::kDoubleCRLF[] = "\r\n\r\n";
  8. }
  9. }