1 $.extend($.fn.tree.methods, { 2 highlight: function(jq, target){ 3 return jq.each(function(){ 4 $(this).find('.tree-node-ho...
分类:
其他好文 时间:
2014-11-17 13:52:32
阅读次数:
341
最近看到EaselJS相关内容,网上资料并不是很多,翻译一下原文档与个人理解,错误请留言,转载请标明转载出处。SpriteSheet ClassEncapsulates the properties and methods associated with a sprite sheet. A spri...
分类:
Web程序 时间:
2014-11-17 13:42:16
阅读次数:
192
ACPI IGD OpRegion interface是用SCI来实现IGD driver,OS,BIOS之间沟通的桥梁,IGD OpRegion PROTOCOL是UEFI BIOS构建桥梁的脊梁。
Legacy的实现方式下与OS沟通的方式:
OpRegion Memory Layout:
Mailbox1当中提供的Public ACPI Methods可以...
分类:
其他好文 时间:
2014-11-15 18:58:03
阅读次数:
542
原文地址:http://leihuang.net/2014/11/09/Constructors-VS-Factory-Methods/
首先看下面两者在创建对象上的区别
// instantiating a class using constructor
Dog dog = new Dog();
// instantiating the class us...
分类:
其他好文 时间:
2014-11-14 17:52:02
阅读次数:
165
一、封装自定义验证方法-validate-methods.js/***************************************************************** jQuery Validate扩展验证方法 (linjq) ...
分类:
Web程序 时间:
2014-11-12 13:31:16
阅读次数:
277
首先,为IPC、RPC、LPC做出一个总结,为后面的内容提供一个脉络。 一、关于IPC、RPC、LPC之间的关系。 IPC is a set of methods for the exchange of data among multiple threads in one or more proce...
分类:
系统相关 时间:
2014-11-11 20:32:48
阅读次数:
605
http://www.read.org.cn/html/39-miracle-super-speed-reading-a-book-focused-training-methods.html这几天看看了家里的书,发现各种的速读法中都有专门训练注意力的方法。今天介绍的是《奇迹的超级速读法》一下中训练....
分类:
其他好文 时间:
2014-11-11 18:54:26
阅读次数:
186
#pragma mark - Core Data Methods- (void)insertObjectWithFileName:(NSString *)fileName{ /** SQL新增记录的过程 1. 拼接一个INSERT的SQL语句 2. 执行SQL */ // 1. 实例化并...
分类:
移动开发 时间:
2014-11-09 16:36:58
阅读次数:
199
11-06 18:29:15.582: W/WebView(27807): java.lang.Throwable: A WebView method was called on thread 'JavaBridge'. All WebView methods must be called on the same thread. (Expected Looper Looper (main, tid...
分类:
移动开发 时间:
2014-11-07 08:39:36
阅读次数:
470
mock interfaces, delegates and classes, including those with parameterized constructors.set expectations on the called methods by using strongly typed...
分类:
其他好文 时间:
2014-11-05 19:04:28
阅读次数:
238