码迷,mamicode.com
首页 >  
搜索关键字:target action回调    ( 24278个结果
jquery点击弹框外层关闭弹框
$(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
linux服务器架设——iscsi
---服务端---1.准备磁盘在另一台虚拟机上新增一块磁盘sdd2.安装target包perl-Config-General-2.40-1.noarch.rpmscsi-target-utils-0.0-5.20080917snap.ky3.x86_64.rpm3.修改配置文件,设置存储盘 /etc...
分类:系统相关   时间:2014-06-06 15:49:15    阅读次数:428
cocos2dx 3.0 中文 iconv 转换函数
//#include #pragma once#include "cocos2d.h";#include "iconv\include\iconv.h"//#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) // 编译链接的时候指定静态库 //#pragm.....
分类:其他好文   时间:2014-06-05 19:25:43    阅读次数:300
Xcode中设置按钮在十分钟之内禁用
btn.enabled=NO;` NSTimer * notificationTimer = [NSTimer scheduledTimerWithTimeInterval:10*60.0 target:selfselector:@selector(enable) userInfo:nil rep....
分类:其他好文   时间:2014-06-04 18:08:11    阅读次数:199
Excel
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 分析
Android中uses-sdk属性和target属性分析...
分类:移动开发   时间:2014-06-04 13:14:50    阅读次数:713
js 函数 杂
扩展浏览器原生对象原型用:function extend(target,source){ var toString = Object.prototype.toString, hasOwn = Object.prototype.hasOwnProperty,back = {}; if...
分类:Web程序   时间:2014-06-02 11:51:31    阅读次数:269
Leetcode Search Insert Position
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
[Android]使用platform密钥来给apk文件签名的命令
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!