深浅拷贝的区别:
深拷贝 拷贝 内容
浅拷贝 拷贝 地址
注:当对象str1在常量区时
①对不可变字符串NSString对象进行copy
NSString *str1 = @"Hello"; //str1 -- 常量区
NSLog(@"%p", str1);//0x100002048
//co...
分类:
移动开发 时间:
2015-01-21 18:11:55
阅读次数:
153
题目描述:
Homework10 points
Your first-grade math teacher, Mr. Book, has just introduced you to an amazing new co...
分类:
其他好文 时间:
2015-01-21 08:59:29
阅读次数:
158
from 51我将用两个不同的部分来涵盖大部分NMAP的使用方法,这是nmap关键的第一部分。在下面的设置中,我使用两台已关闭防火墙的服务器来测试Nmap命令的工作情况。192.168.0.100–server1.tecmint.com192.168.0.101–server2.tecmint.co...
分类:
其他好文 时间:
2015-01-21 01:17:40
阅读次数:
389
入口函数load_module load_config ast_channel_register console_tech ast_cli_register_multiple console_tech需要提供一系列的毁掉函数,比如 static struct ast_channel_tech co....
分类:
其他好文 时间:
2015-01-21 01:15:27
阅读次数:
248
ZeroMQ 官方地址 :http://api.zeromq.org/4-0:zmq_ctx_termzmq_ctx_term(3) ØMQManual-ØMQ/4.1.0Namezmq_ctx_term- 终结一个ZMQ环境上下文Synopsisint zmq_ctx_term (void *co...
分类:
其他好文 时间:
2015-01-21 01:08:49
阅读次数:
357