上一页 1 2 3 4 5 6 7 ··· 33 下一页
摘要: 来自:https://blog.csdn.net/u012104827/article/details/102914600 windows 进程间通信,可以通过:SendMessage() -> WM_COPYDATA 关于 WM_COPYDATA 消息说明:https://docs.microso 阅读全文
posted @ 2021-07-21 10:01 personnel 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/xingjiarong/article/details/47656339 利用关键字extern,可以在一个文件中引用另一个文件中定义的变量或者函数,下面就结合具体的实例,分类说明一下。 一、引用同一个文件中的变量 #include <stdio 阅读全文
posted @ 2021-06-13 09:15 personnel 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 一次关闭多个同名进程 命令: taskkill /F /IM 进程名 例子: taskkill /F /IM excel.exe 阅读全文
posted @ 2021-05-20 14:28 personnel 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 感觉好久没写java代码了,今天需要使用 Runtime.getRuntime().exec() 在完成代码后,测试的时候,发现每一次的 exec() 后,进程的句柄数都会增加 4个,百度了一下找到原因: Process p = Runtime.getRuntime().exec("..."); 后 阅读全文
posted @ 2021-05-16 21:53 personnel 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 今天想给一个 Static 控件添加一个鼠标相关的事件:移入,移出,按下,松开事件 一开始以为在 while (GetMessage (&messages, NULL, 0, 0)) { /* Translate virtual-key messages into character message 阅读全文
posted @ 2021-05-02 18:33 personnel 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 将 main.cpp 一个函数单独提取出来 存放到 xxx.c 中, 然后在 main.cpp 中 #include "xxx.h" 编译通过,运行时崩溃,内存泄漏的感觉... 这个函数中涉及到 LoadLibrary("gdi32.dll") 与 GetProcAddress(hInst, "Ge 阅读全文
posted @ 2021-04-18 19:22 personnel 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 今天在测试的时候,随着我不停的【启动】-> 【暂停】 -> 【启动】 -> 【暂停】,发现任务管理器中,应用程序的【句柄】数不断的增长。 找了一下原因,定位到了 _beginthreadex() 然后百度了一下,找到下面这篇文章:https://blog.csdn.net/kofandlizi/ar 阅读全文
posted @ 2021-04-08 07:24 personnel 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 原文来自:https://blog.csdn.net/jhfyuf/article/details/84096327 阅读全文
posted @ 2021-03-28 07:25 personnel 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 㐆斋文集的 【㐆】在 gbk 编码中找不到这个字,因此如果文件夹或文件名中含有这个㐆无,并且程序内部用的是 gbk 编码,将无法正常访问。 下面这个是 c 程序中无法读取: 下面这个是 java 源代码中含有这个 㐆 字后,由于 java 源代码默认使用的是 gbk 编码,保存时弹出的提示: 阅读全文
posted @ 2021-03-26 21:06 personnel 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 解决方案来自:http://forums.codeblocks.org/index.php/topic,23738.msg161976.html [CodeBlocks_20.03_Installation_Folder] \ share \ CodeBlocks \ compilers \ opt 阅读全文
posted @ 2021-02-17 14:23 personnel 阅读(349) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 33 下一页
友情链接:图片批量处理工具 gif动态图制作工具 制作电子相册 图片排版工具 制作淘宝主图视频 MKScript 鼠标键盘自动化脚本语言