三棵树

导航

2017年11月27日 #

IOCP

摘要: /****************************************************************** * * Copyright (c) 2008, xxxxx有限公司 * All rights reserved. * * 文件名称:IOCPHeader.h * 摘 阅读全文

posted @ 2017-11-27 08:38 三棵树 阅读(181) 评论(0) 推荐(0) 编辑

2017年8月16日 #

WSAEventSelect Thread

摘要: void CWSAEvent02Dlg::OnBnClickedStartserver() { CString str; GetDlgItemText(IDC_StartServer, str); HWND hPaint = this->m_hWnd; if (str=="开始") { SetDlgItemText(IDC_StartServer,"停止"); //创建接受客户端请求... 阅读全文

posted @ 2017-08-16 17:13 三棵树 阅读(151) 评论(0) 推荐(0) 编辑

2017年7月28日 #

WSAevent

摘要: // TODO: 在此添加控件通知处理程序代码 CString str,edit_str; GetDlgItemText(IDC_StartServer, str); // 事件句柄和套节字句柄表 WSAEVENT eventArray[WSA_MAXIMUM_WAIT_EVENTS]; SOCKE 阅读全文

posted @ 2017-07-28 21:07 三棵树 阅读(316) 评论(0) 推荐(0) 编辑

2017年6月19日 #

wsasocket

摘要: CString str; GetDlgItemText(IDC_StartServer, str) if (str=="开始") { SetDlgItemText(IDC_StartServer,"停止"); SOCKET sockSvc;//服务器端socket SOCKET sockConnec 阅读全文

posted @ 2017-06-19 16:09 三棵树 阅读(953) 评论(0) 推荐(0) 编辑

2017年4月27日 #

简易scoket编程

摘要: 服务器端代码 server.cpp: 阅读全文

posted @ 2017-04-27 10:16 三棵树 阅读(190) 评论(0) 推荐(0) 编辑

2017年2月23日 #

mfc c++

摘要: CMainFrame 阅读全文

posted @ 2017-02-23 09:44 三棵树 阅读(86) 评论(0) 推荐(0) 编辑

2017年2月16日 #

word office

摘要: vb word 引用 Imports Microsoft.Office.Interop Dim myDoc, WordApp As Object WordApp = CreateObject("Word.Application") myDoc = WordApp.Documents.Add() ' 阅读全文

posted @ 2017-02-16 11:58 三棵树 阅读(124) 评论(0) 推荐(0) 编辑

2017年1月28日 #

WORD vc

摘要: 打开stdafx.h头文件确保包含如下头文件: #include <afxdisp.h> #include "excel9.h" #if !defined _HEAD_FILE_EXCEL9_ #define _HEAD_FILE_EXCEL9_ 相应的,在文件末尾加入: #endif 阅读全文

posted @ 2017-01-28 23:05 三棵树 阅读(92) 评论(0) 推荐(0) 编辑

2017年1月13日 #

MySQL c++

摘要: 添加libmysql.lib至附加项 http://www.cnblogs.com/joeblackzqq/p/4332945.html 阅读全文

posted @ 2017-01-13 14:25 三棵树 阅读(97) 评论(0) 推荐(0) 编辑