Cocoa is a dynamically typed language, and you can easily get confused about what type you are working with.Collections (arrays, dictionaries, and so ...
分类:
移动开发 时间:
2014-08-14 19:45:49
阅读次数:
233
遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目。clean之后就不会报错了。如图:Clean will discard all build problems and built states。The projects will be rebuilt f...
分类:
移动开发 时间:
2014-08-14 10:28:58
阅读次数:
374
When creating instances of POCO entity types, the Entity Framework often creates instances of a dynamically generated derived type that acts as a prox...
分类:
其他好文 时间:
2014-08-13 14:53:56
阅读次数:
241
在 clean project 后,并没有报错,但是在'Run as Android Application' 的时候就会报出这样的错。1 Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files de...
分类:
其他好文 时间:
2014-08-13 00:27:34
阅读次数:
320
ios UIView setFrame not working:很奇怪吧,又不报错,打印frame正常,可就是frame set无效。最简单的方法取interface builder 对该xib取消选择auto layout;
分类:
移动开发 时间:
2014-08-11 21:07:52
阅读次数:
195
《quick cocos2d-x Xcode下省去clean,让修改的脚本生效》项目 target build phases 点击build phase的空白区域 选择Editor Add Build Phase Add Run Script Build Phase编写脚本:顺序调整:...
分类:
其他好文 时间:
2014-08-11 21:04:12
阅读次数:
264
In OpenERP 7.0. the form view of each object has been redesigned so that the object the user is working on resembles a real document. So, now when a u...
分类:
其他好文 时间:
2014-08-11 14:55:52
阅读次数:
493
'; } function save($path) { echo ""; $data = ob_get_contents(); ob_end_clean(); $this->wirtefile($path, $data); } function wirtefile($...
分类:
Web程序 时间:
2014-08-11 11:54:22
阅读次数:
199
今天遇到一个超级郁闷的事情,Eclipse新建的项目全部都打有红叉,我起初以为自 己可能是因为这两天一直在配置NDK开发环境方面的东西,是不是一不小心把那个地方给配置了,然后新建项目时项目都会出现红叉的效果。然后我clean了 一下,遭大糕了,所有的项目都出错了。 打开下面的错误提示: ...
分类:
系统相关 时间:
2014-08-10 12:38:20
阅读次数:
245
首先确定你的SDK是新的。其次接下来检查你的.xml文件,文件名不能大写。如果xml文件太多 ,那么clean一下你的项目,这时候注意看Console的提示。Console会提示你xml文件错误在哪里修改完xml文件之后clean你的项目,再build你的项目R.java会重新出现或更新源地址:ht...
分类:
移动开发 时间:
2014-08-10 01:39:19
阅读次数:
318