诸暨麻将添加redis
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

9 rader
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. }