有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父类的初始化方法(self = [super init];)时会报错,错误信息如下:error:Cannot assign to 'self' outside of a method in the in ...
分类:
其他好文 时间:
2016-09-09 10:00:56
阅读次数:
164
Apple Tree Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 26762 Accepted: 7947 Description There is an apple tree outside of kaka's house. ...
分类:
移动开发 时间:
2016-08-31 00:48:30
阅读次数:
238
最近发现myeclipse10中有几处bug 比如: Cannot return from outside a function or method onClick="return check();"出现错误等等 本人略总结了一点小方法,供参考: 方法一:window -->preferences ...
分类:
其他好文 时间:
2016-08-27 11:12:44
阅读次数:
154
A particular fine spring came around. 转眼又是一番分外明媚的春光。 Hey, it is hot outside, sometimes even unbearable. But you know, the cool and pleasant weather is ...
分类:
其他好文 时间:
2016-08-12 23:25:51
阅读次数:
197
appletviewer - Runs applets outside of a web browser. extcheck - Detects version conflicts between a target Java Archive idlj - Generates Java binding ...
分类:
其他好文 时间:
2016-08-12 01:06:30
阅读次数:
250
@charset "utf-8"; body,h1,ul{ margin: 0; padding: 0; } ul{ list-style: outside none none; //简写属性 在一个声明中设置所有的列表属性。 } a{ text-decoration: none; //CSS文字修 ...
分类:
Web程序 时间:
2016-08-07 22:59:34
阅读次数:
259
Description Ponyo and Garfield are waiting outside the box-office for their favorite movie. Because queuing is so boring, that they want to play a gam ...
分类:
其他好文 时间:
2016-08-07 19:57:19
阅读次数:
194
NAT是解决公网地址不够用大家最熟悉的网络技术之一,而NAT最依赖的是NATtranslation表项,至于NAT的概念和背景这里不再解释,网络上有很多关于此的类似介绍,自己搜索即可。下面主要是针对大家对NAT的一些误解进行分析。误解一:inside和outside大家常规的理解可能认为inside就..
分类:
其他好文 时间:
2016-08-06 14:35:52
阅读次数:
158
由于官方只支持Docker连接Github的自动build,那么我们使用其他version control(如Gitlab,CVS等)的同学们应该怎么做呢。 博主使用的方案是jenkins+jenkins提供的docker插件。 需要用到DooD (Docker-outside-of-Docker) ...
分类:
其他好文 时间:
2016-08-02 13:16:45
阅读次数:
167
Realm错误总结整理 iOS开发者交流QQ群: 446310206
一.错误信息:Attempting to modify object outside of a write transaction - call beginWriteTransaction on an RLMRealm instance first.企图在 写入事务 外修改对象 应该先在RLMRealm实例对象前 调用beginWriteTransaction...
分类:
移动开发 时间:
2016-08-01 19:43:38
阅读次数:
604