可以阅读官方文档:http://developer.android.com/reference/android/app/Dialog.html其中有一段:Note: Activities provide a facility to manage the creation, saving and re...
当项目为手动释放时,Build Settings中,Objective-c Automatic Reference Conting 为YES 时,想要手动管理一些文件,在CompileSources中选中你之前的没有用过ARC的文件,双击,添加-fno-objc-arc,就ok了。
当项目为自动释放时,Build Settings中,Objective-c Automatic Referen...
分类:
移动开发 时间:
2014-11-10 19:58:32
阅读次数:
223
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A mapping from Strin...
分类:
移动开发 时间:
2014-11-10 19:49:02
阅读次数:
258
Reference:http://blog.csdn.net/jmyue/article/details/11060003 大项目往往是有很多人一起完成的,然而每个人都有自己的style,导致整个项目的代码不仅存在不符合语言规范的情况,而且读起来非常困难。因此,这样的项目中都会引入Checks...
分类:
编程语言 时间:
2014-11-10 19:34:17
阅读次数:
175
形如——&#dddd;&#xhhhh;&#name;——的一串字符是 HTML、XML 等 SGML 类语言的转义序列(escape sequence)。它们不是「编码」。以 HTML 为例,这三种转义序列都称作 character reference:前两种是 numeric character ...
分类:
其他好文 时间:
2014-11-10 15:17:40
阅读次数:
279
解决参考http://www.rafalinux.com/La búsqueda fue bastante infructuosa, y hasta hace un par de días, nadie respondió a un llamamiento en losforos de Ellisl...
分类:
Web程序 时间:
2014-11-09 20:47:05
阅读次数:
274
#region 程序集 mscorlib.dll, v4.0.0.0// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll#endregionusing Sy...
分类:
其他好文 时间:
2014-11-09 15:09:15
阅读次数:
157
引用(references)使用“.”操作符,指针(pointers)使用“*”和“->”操作符,这是两者最基本也是最熟悉的差别了,应该不用详说。首先,没有所谓的null reference。一个reference必须总代表某个对象,因此C++要求references必须有初值:string& rs...
分类:
其他好文 时间:
2014-11-08 13:20:17
阅读次数:
140
网上查了一通都是在web.config中配置System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”无效解决方案到 C:\Program Files (x86)\Reference A...
分类:
其他好文 时间:
2014-11-08 00:42:50
阅读次数:
316
python 中exception,class 学习instroduction:Object2 = Object1 ( like java)if Object1 is class object , then copy by reference;if Object1 is basic type, th...
分类:
编程语言 时间:
2014-11-07 20:29:45
阅读次数:
181