什么时候会执行viewDidLoad方法这个博文是为了解释,为何有时候,你给属性赋值,在viewDidLoad方法中却取不到值的原因。第一种情况,presentViewController会执行被present的控制器的viewDidLoad方法:第二种情况,即使不执行推出或者present操作,也...
分类:
其他好文 时间:
2015-01-15 23:31:10
阅读次数:
179
iOS 页面间的跳转目前有3种方式:1、利用StroyBorad这里以TableView的静态cell为例,选中第一个cell按住ctrl往新的ViewController上拖,弹出对话框选择show或present modally2、代码跳转- (IBAction)Push:(id)sender ...
分类:
移动开发 时间:
2015-01-15 17:57:01
阅读次数:
222
This page describes the features present in OCMock 2.x, using the traditional syntax. All these features, including the selector-based syntax, are ava...
分类:
其他好文 时间:
2015-01-15 15:33:18
阅读次数:
404
1.使用 ifconfig -a 查看mac地址 eg:HWaddr:08:00:29:B2:2B2.vi /etc/sysconfig/network-scripts/ifcfg-eth0将HWaddr改为查看到的mac地址3.rm-rf/etc/udev/rules.d/70-persisten...
分类:
其他好文 时间:
2015-01-15 00:06:34
阅读次数:
153
我在应用里边present一个很简单的Controller感觉总有个零点几秒的延迟,有的时候更严重,点一次根本没有跳转,然后随便再点一下才会跳,在网上搜了一下,找到一个方法可以解决这种问题:
dispatch_async(dispatch_get_main_queue(), ^{
MessagePushSetViewController * vc =...
分类:
移动开发 时间:
2015-01-12 11:36:57
阅读次数:
2077
共13台服务器,我配置好了,之后发现datanode连接只有3.
然后配置是好的在呢么办呢?
hadoop dfsadmin -report查看,结果竟然是
[hadoop@master logs]$ hadoop dfsadmin -report
Configured Capacity: 0 (0 KB)
Present Capacity: 0 (0 KB)
DFS Re...
分类:
其他好文 时间:
2015-01-11 12:22:28
阅读次数:
129
原先的邮件采用Content-Type: text/html下面是X-Spam的得分情况,当 score 超过6分就被当作垃圾邮件处理了X-Spam-Status: Yes, score=6.3 required=6.0 tests=CONTENT_TYPE_PRESENT, DIRECTUN...
分类:
Web程序 时间:
2015-01-06 19:40:22
阅读次数:
968
https://code.google.com/p/selenium/issues/detail?id=5158Reported bymailtopa...@gmail.com,Feb 13, 2013Hi,This is pavan,i would like to say thanks for p...
分类:
其他好文 时间:
2015-01-06 17:27:50
阅读次数:
279
一、克隆器不能启动:Deviceeth0doesnotseemtobepresent,delayinginitialization故障背景:在vmwareworkstation中了完全克隆了一个已经存在的CentOS的虚拟机,启动之后发现网卡没有启动。于是重启一下network服务,发现提示错误信息“Deviceeth0doesnotseemtobepresent,delayin..
分类:
系统相关 时间:
2015-01-06 12:10:00
阅读次数:
205
xcode6 的segue 变化了,如图关于前3个选项,始终没有太明白,我试验结果如下,简单地把几个viewController连接起来时,无论用show,还是showdetail,还是Present modally,结果都是从下到上弹出模态的controller;而当使用了navigation c...
分类:
其他好文 时间:
2015-01-05 10:48:09
阅读次数:
112