1.查看版本 //通用
lsb_release -a
//查内核版本
uname -a
//centos or redhat
rpm -q centos-release
rpm -q redhat-release 2.安装tomcat tomcat一般安装目录 /usr/local/tomcat,先查看是否已经有安装。
//确...
分类:
Web程序 时间:
2014-09-25 04:50:08
阅读次数:
253
OpenCV 中结构体IplImage 成员width,widthStep使用注意事项
width 是指的图片宽度是多少个像素,而这里widthStep是指的图片中的每一行占用多少个字节.
而且,widthStep会有字节对齐.
当需要对每个像素进行操作的时候,这里最好用widthStep做行递增变换。...
分类:
其他好文 时间:
2014-09-25 02:29:48
阅读次数:
243
Opencv中Get2D()与cvSet2D() 的坐标问题...
分类:
其他好文 时间:
2014-09-24 22:57:38
阅读次数:
297
本文基于ArchLinux(https://www.archlinux.org/)Current Release: 2013.08.01的ISO写的安装教程!ISO下载地址:http://mirrors.163.com/archlinux/iso/2013.08.01/archlinux-2013....
分类:
系统相关 时间:
2014-09-24 22:21:27
阅读次数:
481
自动生成代码,不是垃圾回收ARC的判断准则: 只要没有强指针指向对象,就会释放对象1、ARC特点 -》不允许调用release、retain、retainCount -》允许重写dealloc,但是不允许调用[super dealloc] -》@property的参数 stro...
分类:
其他好文 时间:
2014-09-24 19:12:57
阅读次数:
204
使用maven在linux上对hadoop2.2进行编译0、环境介绍:Hadoop信息:Version:2.2下载地址:http://mirrors.cnnic.cn/apache/hadoop/common/hadoop-2.2.0/源码包:hadoop-2.2.0-src.tar.gz软件包:hadoop-2.2.0.tar.gzOs环境:[root@carefree~]#lsb_release-aLSBVersion::base-4...
分类:
系统相关 时间:
2014-09-24 18:22:57
阅读次数:
328
1:查看环境:[root@10-4-14-168 html]# cat /etc/redhat-release CentOS release 6.5 (Final)2:关掉防火墙[root@10-4-14-168 html]# chkconfig iptables off3:配置CentOS 6.0...
分类:
其他好文 时间:
2014-09-24 18:11:17
阅读次数:
238
1.加入jar包com.springsource.org.aopalliance-1.0.0.jarcom.springsource.org.aspectj.weaver-1.6.8.RELEASE.jarcommons-logging-1.1.3.jarspring-aop-4.1.0.RELEASE.jarspring-aspects-4.1.0.RELEASE.jarspring-beans-4.1.0.RELEASE.jarspring-context-4.1.0.RELEASE.jarspri..
分类:
编程语言 时间:
2014-09-24 17:07:48
阅读次数:
273
In this DocumentGoalSolutionReferencesAPPLIES TO:Workspace Manager - Version 9.0.1.0 to 12.1.0.1 [Release 9.0.1 to 12.1]Information in this document a...
分类:
数据库 时间:
2014-09-24 16:44:37
阅读次数:
531