上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: Windows程序员必须知道的字符编码和字符集 阅读全文
posted @ 2018-10-17 18:48 黑马网仔 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 一、DestroyWindow: The MFC framework manages window destruction as well as creation for those windows associated with framework documents and views. If 阅读全文
posted @ 2018-10-16 10:53 黑马网仔 阅读(4856) 评论(0) 推荐(0) 编辑
摘要: Windows消息机制详解 阅读全文
posted @ 2018-10-15 09:40 黑马网仔 阅读(154) 评论(0) 推荐(0) 编辑
摘要: #表示:对应变量字符串化,即加双引号 连接符#@:它将单字符标记符变换为单字符,即加单引号 ##表示:把宏参数名与宏定义代码序列中的标识符连接在一起,形成一个新的标识符 例如: #define A(x) #@x //此处x仅限于单个字符 则A(m) 字面量表示 'm', 而A(abc),则无效 #d 阅读全文
posted @ 2018-10-11 18:51 黑马网仔 阅读(4896) 评论(0) 推荐(1) 编辑
摘要: MFC框架程序剖析 MFC框架程序剖析 阅读全文
posted @ 2018-10-10 14:19 黑马网仔 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 出处http://blog.sina.com.cn/s/blog_628af5cf01010d6r.html 在32位的Windows系统中,每一个进程都有权访问他自己的4GB(232=4294967296)平面地址空间,没有段,没有选择符,没有near和far指针,没有near和far函数调用,也 阅读全文
posted @ 2018-10-08 10:59 黑马网仔 阅读(10939) 评论(0) 推荐(1) 编辑
摘要: #pragma comment(lib,"libcurl/lib/libcurl_debug.lib") //加载依赖库 #pragma comment (lib, "ws2_32.lib")#pragma comment (lib, "wldap32.lib")#pragma comment(li 阅读全文
posted @ 2018-09-28 17:59 黑马网仔 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1 #pragma once 2 3 #include <string> 4 5 #include "libcurl/include/curl/curl.h" 6 7 class HTTPClient 8 { 9 /** 10 * 11 * http操作 12 * 13 */ 14 enum cla 阅读全文
posted @ 2018-09-28 14:56 黑马网仔 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 密钥对(私钥,公钥)A: private_keyA(私钥) > public_keyA=hashX(private_keyA)(通过某种不可逆算法生成公钥public_keyA)B: private_keyB(私钥) > public_keyB=hashX(private_keyB)(通过某种不可逆 阅读全文
posted @ 2018-09-27 18:36 黑马网仔 阅读(1468) 评论(0) 推荐(0) 编辑
摘要: 程序员的自我修养一温故而知新 程序员的自我修养二编译和链接 程序员的自我修养三目标文件里有什么 程序员的自我修养四静态链接 程序员的自我修养五Windows PE/COFF 程序员的自我修养六可执行文件的装载与进程 程序员的自我修养七动态链接 程序员的自我修养九Windows下的动态链接 程序员的自 阅读全文
posted @ 2018-09-27 17:29 黑马网仔 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页