天行健,君子以自强不息
发布时间:2015-10-17 19:50:27
c文件<br /><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code44')">此处</span>)折叠或打开</p></div><div id="code44" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><s.........【阅读全文】
发布时间:2015-10-17 19:41:27
<div style="white-space:nowrap;"><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code617')">此处</span>)折叠或打开</p></div><div id="code617" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start=.........【阅读全文】
发布时间:2015-09-19 10:45:48
// vc_tcpclientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "vc_tcpclient.h"
#include "vc_tcpclientDlg.h"
#pragma comment(lib,"ws2_32.lib")
//#include "winsock2 .h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//0,非阻塞,1,阻塞
#define ZS 1
///printf控制台输出使能
#define LZ_PRINTF_ENABLE 0
///TCP DEBUG 为1,目标IP为局域网IP
#define LZ_LOCAL_TCP_DEBUG 0
////......【阅读全文】