08 2015 档案

摘要:> #define DEBUG #if (DEBUG) #region xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxx #endregion #endif 阅读全文
posted @ 2015-08-27 22:15 yinsua 阅读(224) 评论(0) 推荐(0)
摘要:参考:http://www.cnblogs.com/zhangpengshou/archive/2008/04/28/1175289.html http://blog.csdn.net/ghevinn/article/details/12065511##1. 使用`MethodInvoke... 阅读全文
posted @ 2015-08-25 17:06 yinsua 阅读(329) 评论(0) 推荐(0)
摘要:参考自:http://www.cnblogs.com/dhualai/archive/2011/12/14/2288099.html![](http://images0.cnblogs.com/blog2015/528973/201508/251104237181653.png) 阅读全文
posted @ 2015-08-25 11:04 yinsua 阅读(1977) 评论(0) 推荐(0)
摘要:原文:http://www.cnblogs.com/yangjunwl/articles/1208823.html我们在编写程序时,经常遇到两个模块的功能非常相似,只是一个是处理int数据,另一个是处理string数据,或者其他自定义的数据类型,但我们没有办法,只能分别写多个方法处理每个数据类型,因... 阅读全文
posted @ 2015-08-24 17:47 yinsua 阅读(221) 评论(0) 推荐(0)
摘要:在没安装OpenCV的电脑(Win7系统)上运行Release生成的opencv_test1.exe会报错。错误内容如下——无法启动此程序,因为计算机中丢失opencv_core231d.dll。尝试重新安装该程序以解决此问题。由于报错的原因是因为一些DLL没有被加载,因此随程序附加上DLL看看可不... 阅读全文
posted @ 2015-08-16 10:23 yinsua 阅读(746) 评论(0) 推荐(0)
摘要:>// A task runner that runs a python program{ "version": "0.1.0", "command": "python", "windows": { "command": "python.exe" }, "... 阅读全文
posted @ 2015-08-13 15:15 yinsua 阅读(1078) 评论(0) 推荐(0)
摘要:1. 安装OpenNI2. 安装NITE [下载地址](http://code.google.com/p/simple-openni/downloads/list?can=1&q=)openni各版本[下载地址](http://www.openni.ru/openni-sdk/openni-sdk-... 阅读全文
posted @ 2015-08-13 11:03 yinsua 阅读(554) 评论(0) 推荐(0)
摘要:#记录常用VS Code快捷键`多行缩进`>shift+tab`多行注释`>ctrl + k +c 阅读全文
posted @ 2015-08-11 16:14 yinsua 阅读(1218) 评论(0) 推荐(0)