AFNetworking 2.0 当Deployment Target
低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h
@property(nonatomic, strong) dispatch_queue_t completionQueue;
由于sdk低于6.0时,dispatch_queue_t ARC没有托...
分类:
Web程序 时间:
2014-06-05 11:41:18
阅读次数:
286
ARM IDE 使用
ADS(ARM Developer Suite),是在1993年由Metrowerks公司开发是ARM处理器下最主要的开发工具。
新建工程:exp-2
新建文件exp-2.s到工程exp-2中:
创建好后,编辑源代码。
{CSDN:CODE:366940}
调试设置:AXD->options->configure Target..,选...
分类:
其他好文 时间:
2014-06-05 11:35:54
阅读次数:
347
演示:http://jsfiddle.net/Adce2/
主要思路:
1, 首先画出侧边栏的html。
2, 利用css3属性分别为close sidebar-content添加显示和隐藏的动画。
3, 利用css3的keyframes来定义动画的样式。...
分类:
Web程序 时间:
2014-06-05 10:05:44
阅读次数:
466
查询rman备份信息常用指令
----登陆到rman
$rman target /
----以精简的格式查看备份信息
RMAN> list backup of database summary;
List of Backups
===============
Key TY LV S Device Type Completion Time#Pieces #Copies Co...
分类:
其他好文 时间:
2014-06-05 01:06:36
阅读次数:
383
Given an array S of n integers, are there elements
a, b, c, and d in S such that a +
b + c + d = target?
Find all unique quadruplets in the array which gives the sum of target.
Note:
...
分类:
其他好文 时间:
2014-06-05 00:34:06
阅读次数:
240
利用rman自动备份转储spfile
【情景简介】
生产环境丢失了服务器的参数文件,rman已开启自动备份设置。
【操作过程简述】
----启动rman
$rman target /
----检查rman设置
RMAN> show all;
----配置一遍rman自动备份控制文件,模拟初次设置rman自动备份控制文件
RMAN>CONFIGURE CONTROLFILEA...
分类:
其他好文 时间:
2014-06-04 22:54:12
阅读次数:
257
在用mdk通过stlink烧写官方例程到stm32f429I
discovery时,烧写了十来个程序都没问题,突然在烧写一个程序时,弹出了“flash download failed - Target dll has
been cancelled”,然后后续的烧写都失败了。原因可能是其中一个程序将s...
分类:
其他好文 时间:
2014-05-31 06:58:56
阅读次数:
2006
详细错误信息为:Error in invoking target‘install’of
makefile‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’.
See‘/opt/oracle/oraInvertory/logs/installActions201...
分类:
系统相关 时间:
2014-05-31 06:14:14
阅读次数:
512
package com.annotation;import
java.lang.annotation.Retention;import java.lang.annotation.Target;import static
java.lang.annotation.ElementType.*;impor...
分类:
编程语言 时间:
2014-05-31 04:52:26
阅读次数:
289
简单的通用事件方法var EventUtil = { getEvent: function (e) {
return e || window.event; }, getTarget: function (e) { return e.target || e...
分类:
编程语言 时间:
2014-05-31 04:21:07
阅读次数:
294