上一页 1 2 3 4 5 6 7 8 9 10 ··· 47 下一页
摘要: 参考:http://blog.163.com/smile_big/blog/static/35710579201611875333164/ 解决办法: 管理员运行cmd,输入以下命令 net stop WuAuServcd %windir%ren SoftwareDistribution SDold 阅读全文
posted @ 2016-10-02 16:08 rldts 阅读(12617) 评论(2) 推荐(3) 编辑
摘要: 原文:http://dev.gameres.com/Program/Control/IOCP.htm 另附上:http://stackoverflow.com/questions/5283032/i-o-completion-ports-advantages-and-disadvantages 欢迎 阅读全文
posted @ 2016-08-12 19:42 rldts 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 原因是onTouch返回了true把消息给消耗掉了,所以OnClickListener接收不到消息。 解决办法:onTouch返回false 阅读全文
posted @ 2016-08-08 19:23 rldts 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 创建项目的时候报错: Failed to sync Gradle project 'xxx' Error:Unable to start the daemon process: could not reserve enough space for object heap. Please assign 阅读全文
posted @ 2016-07-28 21:41 rldts 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 参考资料:http://blog.csdn.net/fakine/article/details/51241202 最近更新了Android studio 之后,出现了Error:java.lang.UnsupportedClassVersionError:com/android/dx/comman 阅读全文
posted @ 2016-07-27 21:35 rldts 阅读(3150) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://wangchunfeng192.blog.163.com/blog/static/43280937201482310028144/ 故障现象: ubuntu14.04安装了im-switch后系统设置中不见了语言支持这个图标 故障原因: im-switch与语言支持不兼容,两 阅读全文
posted @ 2016-07-27 00:40 rldts 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 我的问题跟原作者的问题差不多。头文件和DLL不匹配导致的。 原文链接:http://blog.csdn.net/u012494876/article/details/39030887 今天软件突然出现崩溃的bug: 在release模式下,总是崩溃在一个函数A的结束处,打印输出调试,发现如果注释该函 阅读全文
posted @ 2016-07-22 19:21 rldts 阅读(1951) 评论(0) 推荐(0) 编辑
摘要: 1.主机(Win10) 点击共享文件夹,例如D:\VMs\Sharefolder\,选择'属性->共享->共享',选择'Everyone',点击'添加',权限级别'读取/写入',然后一路点确定。 2.虚拟机(Win7) VirtualBox->打开Win7虚拟机 VirtualBox->设备->安装 阅读全文
posted @ 2016-07-18 22:48 rldts 阅读(6686) 评论(0) 推荐(0) 编辑
摘要: PSNR 的公式很容易搜到。 http://www.360doc.com/content/12/0605/21/4129998_216244993.shtml http://blog.sina.com.cn/s/blog_455c7a600101ytgo.html 峰值信噪比经常用作图像压缩等领域中 阅读全文
posted @ 2016-03-31 10:39 rldts 阅读(47129) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/20869/D-Fast-Wavelet-Transform-Library-for-Image-Proces该作者提供的源代码中,DlgFltSelect.h 里面有几个 swprintf(m_filter, "%s\\%s" 阅读全文
posted @ 2016-03-15 14:51 rldts 阅读(1210) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 47 下一页