摘要: SyncToy 微软出品,让文件在不同磁盘和文件夹中保持同步并且可以随意处理甚至可以输入UNC以处理网络驱动器上的文件和任何设备上的信息。 SyncToy是一个免费的、易于使用的工具。高度的自定义功能可以帮助用户从繁重的拷贝、移动及同步不同目录的工作中解脱出来,仅仅单击几次鼠标就能搞定更多的操作,也 阅读全文
posted @ 2020-01-12 14:02 Reboost 阅读(799) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <errno.h>#include <sys/types.h>#include <sys/wait.h> static pid_t fork_child(void){ i 阅读全文
posted @ 2019-08-18 07:50 Reboost 阅读(755) 评论(0) 推荐(0) 编辑
摘要: hta,js,json <html> <meta charset="utf-8" /> <head> <title>Call webservice via ajax</title> <script> var xhr = new XMLHttpRequest(); function sendMsg() 阅读全文
posted @ 2019-08-17 09:55 Reboost 阅读(269) 评论(0) 推荐(0) 编辑
摘要: crash dump 阅读全文
posted @ 2019-08-08 09:33 Reboost 阅读(237) 评论(0) 推荐(0) 编辑
摘要: dynamic_cast dynamic_cast运算符的主要用途:将基类的指针或引用安全地转换成派生类的指针或引用,并用派生类的指针或引用调用非虚函数。如果是基类指针或引用调用的是虚函数无需转换就能在运行时调用派生类的虚函数。 如果一条dynamic_cast语句的转换目标是指针类型且转换失败,则 阅读全文
posted @ 2019-06-28 17:27 Reboost 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 示例: class GMXcanvas : public CStatic{ // Constructionpublic: GMXcanvas(); // Operationspublic: using MsgNotifyFn = void(*)(GmxCanvasMsgEn msgType, voi 阅读全文
posted @ 2019-04-07 08:49 Reboost 阅读(2684) 评论(0) 推荐(0) 编辑
摘要: 映射表类(CMap)是MFC集合类中的一个模板类,也称作为“字典”。 类似于c++ STL map或hashmap #include <afxtempl.h> 构造 CMap<KEY,ARG_KEY,VALUE,ARG_VALUE> 操作: Lookup:查找与指定关键码对应的值 SetAt:在映射 阅读全文
posted @ 2019-03-25 16:45 Reboost 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: 工具,软件备忘 阅读全文
posted @ 2018-10-22 08:50 Reboost 阅读(297) 评论(0) 推荐(0) 编辑
摘要: HTA - HTML Application APPLICATION Indicates whether the content of the object is an HTML Application (HTA), which is exempt from the security model. 阅读全文
posted @ 2018-09-28 08:11 Reboost 阅读(1363) 评论(0) 推荐(0) 编辑
摘要: <HTML> <HEAD> <TITLE>The Peoples Network in Portsmouth Terms and Conditions of Use</TITLE> <BODY BGCOLOR="#004e98" TEXT="FFFFFF" LINK="FFFFFF" ALINK=" 阅读全文
posted @ 2018-09-27 08:45 Reboost 阅读(166) 评论(0) 推荐(0) 编辑