$(document).bind("click",function(e){ if($(
e.target ).closest(".game-container").length == 0){ alert(111);
$(".game-container").hide();//game-contain...
分类:
Web程序 时间:
2014-06-06 18:23:38
阅读次数:
287
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
(一) 前言:
通过vmware workstation 走iscsi协议,安装RAC 集群架构,DBCA 时不能识别ASM 共享存储(按理来说这一版都是权限的问题)。同时,本想通过RMAN 做单实例 --> 迁移 -->RAC, 单在创建ASM共享存储spfile参数文件时,一直报错,但是涉及的crs 服务,grid,oracle 权限都存在。
(二) 报错信息:
SQL>...
分类:
数据库 时间:
2014-06-04 14:12:08
阅读次数:
529
Android中uses-sdk属性和target属性分析...
分类:
移动开发 时间:
2014-06-04 13:14:50
阅读次数:
713
用FreeBSD 10搭建的免费ZFS IP-SAN实现...
分类:
其他好文 时间:
2014-06-04 13:02:29
阅读次数:
327
1.检查系统是否安装iSCSIinitiator[root@justin~]#rpm-qa|grepiscsi
[root@justin~]#
[root@justin~]#mount/dev/cdrom/mnt/
mount:blockdevice/dev/sr0iswrite-protected,mountingread-only
[root@justin~]#cd/mnt/
[root@justinPackages]#find.-name*iscsi*
./iscsi-initiator..
分类:
系统相关 时间:
2014-06-04 12:56:26
阅读次数:
731
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