今天想更新ubuntu到最新,听说有个命令,于是总结一下。通常会有、开发版、发行版之分:开发版:devel release (develop release)发行版:dist release(distribution release)版本升级:sudo do-release-upgrade 更新:u...
分类:
其他好文 时间:
2014-08-05 19:10:19
阅读次数:
195
关于Spring3报org.aopalliance.intercept.MethodInterceptor错的问题解决方法_JavaLeader_新浪博客运行环境:Spring3.1.0.RELEASE 报错信息如下: Exceptioninthread"main"org.springframewo...
分类:
编程语言 时间:
2014-08-05 18:39:39
阅读次数:
217
如果想把一个方法加到所有的repository中,用前一篇提到的方法就不合适了。英文原版,请看http://docs.spring.io/spring-data/data-mongo/docs/1.5.2.RELEASE/reference/html/repositories.html#reposi...
分类:
编程语言 时间:
2014-08-05 18:28:19
阅读次数:
190
准备 链接 opencv官网:http://opencv.org/ 快速开始 :http://opencv.org/quickstart.html Cmake :http://www.cmake.org/cmake/resources/software.html(根据你的开发平台...
分类:
其他好文 时间:
2014-08-05 18:15:19
阅读次数:
193
Applies to:Oracle Database - Enterprise Edition - Version 10.2.0.2 to 12.1.0.1 [Release 10.2 to 12.1] Linux x86 HP-UX PA-RISC (64-bit) IBM AIX on POWE...
分类:
数据库 时间:
2014-08-05 13:58:29
阅读次数:
455
1、创建对应configuration的App.config文件,比如:App.Debug.config、App.Release.config。2、编辑项目文件,将App.*.config文件的Build Action修改为Content,参考如下: App.config ...
分类:
移动开发 时间:
2014-08-05 13:44:59
阅读次数:
184
来源:http://www.greensoftcode.net/ 发布日期:2014-03-28 点击次数:471 发布者IP:119.119.236.221.判断是debug编译还是release编译。如果_DEBUG定义了表示是debug编译,否则是release编译。2.判断是32位编译还是....
分类:
其他好文 时间:
2014-08-05 13:41:59
阅读次数:
179
OpenCV 矩阵—图像的基本
我们有很多方式可以从现实生活中得到图片,数码相机,扫描仪,或者我们几乎人手有一部的手机。然而,当生活中的图在数字设备上存储的时候,一幅图片被分成了很多很多的像素点,像素点就像拼图的时候的碎片,一个个碎片来构成一副图。而每个像素点都是由一个0-255的数字值来表示。在openCV中,一个图片被很多像素点表示,这些表示像素点的值构成了一个矩阵。
...
分类:
其他好文 时间:
2014-08-05 09:42:49
阅读次数:
316
原本的工作环境是在Linux下,环境很好弄,现在需要假设到windows上也搞一个opencv的服务,为方便调试,特意配置了下环境,记录如下:1.1 环境准备安装 Visual Studio 2012下载 opencv 2.4.6 (http://opencv.org/downloads.html)...
分类:
其他好文 时间:
2014-08-05 02:55:58
阅读次数:
282
The basic C interface in OpenCV for imagine processing...
分类:
其他好文 时间:
2014-08-05 00:49:38
阅读次数:
544