用sendmessage实现进程间通信。实现方式是发送WM_COPYDATA消息。发送程序:LRESULT copyDataResult; //copyDataResult has value returned by other app CWnd *pOtherWnd = CWnd::FindWin... ...
分类:
编程语言 时间:
2018-02-11 16:16:02
阅读次数:
171
Description Farmer John has returned to the County Fair so he can attend the special events (concerts, rodeos, cooking shows, etc.). He wants to atten ...
分类:
其他好文 时间:
2018-02-04 19:39:57
阅读次数:
196
git push -u origin masterremote: Permission to ignaciozhuzhu/pressure_test.git denied to ***.fatal: unable to access 'https://ignaciozhuzhu@github.com ...
分类:
Web程序 时间:
2018-02-04 13:54:38
阅读次数:
269
问题描述: 今天在使用命令 "sudo apt-get install python3-pip"安装时,总是出现如下图这样的错误,开始以为是以为自己python版本的问题,后来发现无论装什么东西都会出现,这样的错误,错误展示: 解决方案: 进入如下目录: 删除下面这个文件: 重新创建这个文件: 如下 ...
分类:
系统相关 时间:
2018-01-31 00:55:04
阅读次数:
296
1.空语句 2.for(初始化部分;条件部分;调整部分){循环体} 3.EOF 是一个宏 ,一般定义为-1。(Linux中遇到文件结尾返回EOF也就是-1) EOF用来判断文件结束的标记(end of file) 用在文件操作中,可以查下msdn 看它的定义:EOF is returned by a ...
分类:
其他好文 时间:
2018-01-26 01:38:56
阅读次数:
161
今天也遇到这个问题,算是对这个文章的一点补充 打开图中这个文件 C:\Users\xxx\AppData\Local\Genymobile 搜索 [downloadFile] 找到这个一串URL https://cloud.genymotion.com/vmtemplate/cde39d84-169 ...
分类:
Web程序 时间:
2018-01-20 13:53:54
阅读次数:
276
Error description: tar xvf hadoop-3.0.0-src.tar.gz gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting n ...
分类:
其他好文 时间:
2018-01-17 12:33:41
阅读次数:
324
在使用git pull、git push、git clone的时候,或者在使用jenkins发版的时候,可能会报类似如下的错误: error: The requested URL returned error: 401 Unauthorized while accessing https://git ...
分类:
其他好文 时间:
2018-01-09 18:46:28
阅读次数:
145
最近在实施一个cloudstack的项目,接近尾声了,今天给客户做培训,在上传一个镜像的时候,发现如下报错:Failed to register template: 94d4c090-4d41-476b-a29e-30f2fcce05f8 with error: HTTP Server returned 404 (expected 200 OK) 我检查了下httpd服务,发现服务器正
分类:
Web程序 时间:
2017-12-20 17:52:00
阅读次数:
248
Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB space usage?A. It returns space usage of only Basic ...
分类:
其他好文 时间:
2017-12-19 01:26:49
阅读次数:
162