使用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
查看数据库版本:SELECT * FROM v$version;1 Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production2 PL/SQL Release 11.1.0.7.0 - Production...
分类:
其他好文 时间:
2014-09-24 17:32:17
阅读次数:
180
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
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.RELEA...
分类:
编程语言 时间:
2014-09-24 16:16:46
阅读次数:
220
环境 ?主机linux? ?? [devtac@test_1?~]$?lsb_release?-a
LSB?Version:????:base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4....
分类:
数据库 时间:
2014-09-24 14:44:17
阅读次数:
342
软件版本GA,RC,alpha,beta含义(1)RC:(Release Candidate) Candidate是候选人的意思,用在软件上就是候选版本。Release.Candidate.就是发行候选版本。和Beta版最大的差别在于Beta阶段会一直加入新的功能,但是到了RC版本,几乎就不会加入....
分类:
其他好文 时间:
2014-09-24 13:51:26
阅读次数:
482
int func(){char b[2] = {0};strcpy(b,"aaaa");}以下说法哪个正确:A Debug版崩溃,Release版正常BDebug版正常,Release版崩溃CDebug版崩溃,Release版崩溃DDebug版正常,Release版正常选A。因为在Debug中有AS...
分类:
编程语言 时间:
2014-09-24 13:05:36
阅读次数:
306
贴出作者原帖:http://www.laozhe.net/324.html 主要就是几个文件: cd??/etc/update-motd.d/ ls 00-header?????90-updates-available??98-fsck-at-reboot
10-help-text??91-release-upgrade????9...
分类:
其他好文 时间:
2014-09-24 12:39:56
阅读次数:
771
前提:在XCode做开发调试时往往需要打印一些调试信息做debug用,大家知道当打印信息的地方多了之后在模拟器上跑可能不会有什么问题,因为模拟器用的是电脑的硬件但是当应用跑在设备上时这些输出语句会在很大程度上影响应用的性能,针对这种问题可以写一些宏来控制这些调试信息的输出。在release版本禁止输...
分类:
其他好文 时间:
2014-09-24 11:11:36
阅读次数:
179