自动生成代码,不是垃圾回收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
查看数据库版本: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
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