Concept包含了 oracle 数据库里面的一些基本概念和原理, 比如 数据库逻辑结构,
物理结构, 实例结构, 优化器, 事务等. PDF 460页Reference包含了动态性能视图, 数据字典, 初始化参数等, 如果有参数不知道意思, 或者
v$视图字段信息模糊, 都可以从这里找到描述, ...
分类:
数据库 时间:
2014-05-27 00:37:10
阅读次数:
283
@interface K3ViewController :
UIViewController@end#import "K3ViewController.h"@interface K3ViewController
()@property (weak, nonatomic) IBOutlet UILab...
分类:
移动开发 时间:
2014-05-26 19:15:17
阅读次数:
259
【避免Block中的强引用环】 In manual reference counting
mode, __block id x; has the effect of not retaining x. In ARC mode, __block id
x; defaults to retaining ....
分类:
其他好文 时间:
2014-05-26 15:18:44
阅读次数:
219
1.@property的参数说明========================================ARC是苹果为了简化程序员对内存的管理,推出的一套内存管理机制使用ARC机制,对象的申请和释放工作会在运行时,由编译器自动在代码中添加retain和release1>
strong:强指针...
分类:
移动开发 时间:
2014-05-26 13:48:07
阅读次数:
315
* weak(assign) :代理\UI控件* strong(retain)
:其他对象(除代理\UI控件\字符串以外的对象)* copy :字符串,block* assign
:非对象类型(基本数据类型int\float\BOOL\枚举\结构体)-UI控件也不一定是用weak的,要根据具体情况具...
分类:
其他好文 时间:
2014-05-26 13:11:02
阅读次数:
236
修改php.ini就可以了。1. 在PHP.ini中搜索关键字 :
allow_call_time_pass_reference 没有的自行建立。2. 将 Off 改成 On ,Web
Server重起就OK了~allow_call_time_pass_reference = Off 变成 allo...
分类:
Web程序 时间:
2014-05-25 19:40:31
阅读次数:
265
1、Activity的生命周期2、Service的生命周期3、Service和Activity在同一个线程吗默认情况下是在同一个主线程中。但可以通过清单中android:process属性配置不同的进程。4、java中的soft
reference是个什么东西 如果一个对象只具有软引用,则内存空间....
分类:
移动开发 时间:
2014-05-25 19:17:40
阅读次数:
336
经验:令赋值(assignment)操作符返回一个reference to *this --》 这样可以实现级联赋值...
分类:
编程语言 时间:
2014-05-25 13:33:44
阅读次数:
286
Android Procedural Animation: : XML, Concepts and Optimization Procedural Animation Concepts: Tweens and Interpolators Interpolator:http://developer.android.com/reference/android/animation/TimeInte...
分类:
移动开发 时间:
2014-05-25 04:28:40
阅读次数:
318
iOS 基础函数解析 - Foundation Functions
Reference太阳火神的漂亮人生
(http://blog.csdn.net/opengl_es)本文遵循“署名-非商业用途-保持一致”创作公用协议转载请保留此句:太阳火神的漂亮人生 -
本博客专注于敏捷开发及移动和物联设备研究...
分类:
移动开发 时间:
2014-05-24 13:19:34
阅读次数:
358