btn.enabled=NO;` NSTimer * notificationTimer =
[NSTimer scheduledTimerWithTimeInterval:10*60.0
target:selfselector:@selector(enable) userInfo:nil rep....
分类:
其他好文 时间:
2014-06-04 18:08:11
阅读次数:
199
1.Excel VBA点击单元格时执行事件!Private Sub
Worksheet_SelectionChange(ByVal Target As Range)If Target.Column = 1 And
Target.Count = 1 ThenMsgBox "你选中了:" & Targe...
分类:
其他好文 时间:
2014-06-04 17:57:29
阅读次数:
248
Android中uses-sdk属性和target属性分析...
分类:
移动开发 时间:
2014-06-04 13:14:50
阅读次数:
713
Ant是一种基于Java的打包工具,Ant脚本采用XML格式编写,默认的文件名为build.xml。
Ant中常用的节点元素
Project
Project是项目工程的顶级节点,一个build.xml文件可以包含多个project元素节点。
Project主要属性包括:
Name:project节点名称
Default:默认执行的target元素节点...
分类:
编程语言 时间:
2014-06-03 03:54:43
阅读次数:
331
扩展浏览器原生对象原型用:function extend(target,source){
var toString = Object.prototype.toString, hasOwn =
Object.prototype.hasOwnProperty,back = {}; if...
分类:
Web程序 时间:
2014-06-02 11:51:31
阅读次数:
269
Search Insert PositionTotal Accepted:15484Total
Submissions:44816Given a sorted array and a target value, return the index if
the target is found. If ...
分类:
其他好文 时间:
2014-06-02 02:06:39
阅读次数:
214
1.使用platform密钥对apk进行签名1.1.进入/build/target/product/security,找到【platform.pk8】和【platform.x509.pem】系统密钥。1.2.进入/build/tools/signapk找到SignApk.java,执行javac编译...
分类:
移动开发 时间:
2014-06-02 01:17:15
阅读次数:
299
适配器模式主要是为了解决接口不符合系统需要的问题。分成类的适配器和对象的适配器。1.
类的适配器:示意性代码:package com.javadesignpattern.Adapter;public interface Target {
public void sampleOp...
分类:
其他好文 时间:
2014-06-01 23:59:18
阅读次数:
427
event事件对象:是指当前对象发生的事件的一些详细的信息在event这个对象里。event对象从哪里来?从事件函数中传入obj.//e就会当前的事件对象event}对象就有属性和方法:那么event对象也有属性和方法event的属性和方法:{属性:button:当前事件的方法中判断鼠标的按键位置有三个..
分类:
其他好文 时间:
2014-06-01 16:38:13
阅读次数:
242
登录RMAN 报ORA-12162:TNS:net service name is incorrectly specified错误
[oracle@localhost admin]$ date
Tue Apr 22 18:06:16 CST 2014
[oracle@localhost admin]$ rman target /
//出现诡异的ora-12162错误,第一反应是TN...
分类:
Web程序 时间:
2014-05-31 22:31:38
阅读次数:
518