选择 run configuration -> target -> Automatic -> 在 launch a new Android Virtual Device 选择你需要的版本启动,等待启动完成如果启动后,Choose a running Android device里没有出现选择项运行 ...
分类:
移动开发 时间:
2014-11-10 23:06:38
阅读次数:
487
当项目为手动释放时,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
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:
其他好文 时间:
2014-11-09 07:30:45
阅读次数:
155
Text-processing tools like awk and sed allow you to automatically perform a sequence of editing operations based on a script. For this problem we consider the specific case in which we want to
perfo...
分类:
其他好文 时间:
2014-11-08 07:07:41
阅读次数:
215
一、什么是 ARC ?所谓ARC就是Automatic Reference Counting , 即自动引用计数。ARC是自iOS5引入的。ARC机制的引入是为了简化开发过程的内存管理的。相对于之前的MRC (Manual Reference Counting) , ARC机制显得更加自动化。在使用...
分类:
移动开发 时间:
2014-11-05 01:54:51
阅读次数:
226
一、前言
ios开发中,@property的修饰就有很多的修饰词,如retain、assign、strong、weak、nonatomic等等,而这些修饰词在ARC模式下与非ARC模式下也是略有不同。下面先简单说说ARC模式
二、什么是ARC
ARC是iOS 5推出的新功能,全称为Automatic Reference Counting。一句话说,...
分类:
移动开发 时间:
2014-11-04 19:47:10
阅读次数:
262
网上可以看到不少有关oracle运行时误删数据文件的讨论,对于使用rm操作系统命令删除的文件,可以通过copy文件描述符来恢复文件,当然这种方式的前提还是数据库还在运行。但在DB还在运行时直接copy文件描述符来恢复文件,这样操作其实有几个问题:copy过程中需要额外的存储空间..
分类:
数据库 时间:
2014-11-04 15:19:52
阅读次数:
256
作者:zhanhailiang 日期:2014-11-02
PM2是Node.js应用程序的进程管理管理,目前已在生产环境被普遍使用,提供以下特性:
Transitional state of apps
Process listing
Automatic restart process based on memory
Monitoring CPU/Memory u...
分类:
Web程序 时间:
2014-11-02 18:19:30
阅读次数:
455
解决创建文件时不带锁C:\Documents and Settings\你的用户名\Application Data\Subversion找到上面的用户路径打开config添加### Section for configuring automatic properties.[auto-props]*...
分类:
其他好文 时间:
2014-11-02 12:21:20
阅读次数:
129
在11.2中引出了许多DIAG的视图
TABLE_NAME
------------------------------
V$DIAG_ADR_CONTROL
V$DIAG_ADR_INVALIDATION
V$DIAG_ALERT_EXT
V$DIAG_AMS_XACTION
V$DIAG_CRITICAL_ERROR
V$DIAG_DDE_USER_ACTION
V$DIAG...
分类:
数据库 时间:
2014-11-01 23:17:02
阅读次数:
539