码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
famo.us的事件机制
fao.us第二篇:Engine Events Document events have the opportunity to first be intercepted at the Famo.us Surface upon which the event occurs, then by the on() method of the Context containing that surface, and finally as a default, the Engine itself. 事件首先被发生事件的...
分类:其他好文   时间:2014-11-21 12:50:28    阅读次数:183
对象 引用 实例
String book=new String("hadoop"); new String();是一个对象,放在堆(heap)空间 hadoop属于new String()里面的是一个实例(放在常量池中) book属于一个引用,放在(stack)空间,要操作对象必须通过引用间接操作,以后就是使用boo...
分类:其他好文   时间:2014-11-20 13:34:13    阅读次数:141
git添加标签(转载)
From:http://git-scm.com/book/zh/v1/Git-%E5%9F%BA%E7%A1%80-%E6%89%93%E6%A0%87%E7%AD%BE打标签同大多数 VCS 一样,Git 也可以对某一时间点上的版本打上标签。人们在发布某个软件版本(比如 v1.0 等等)的时候,经...
分类:其他好文   时间:2014-11-20 10:12:44    阅读次数:221
用javabean封装xml文档数据
//book.xml 冰与火之歌 乔治马丁 2014 89 English 安徒生童话 2004 77 English //Books.java package com.huowolf.handler; public class Books { private String name; private String...
分类:编程语言   时间:2014-11-19 11:29:54    阅读次数:211
PHP APC缓存
参见官方文档http://php.net/manual/en/book.apc.phpTheAlternativePHPCache(APC)isafreeandopenopcodecacheforPHP.Itsgoalistoprovideafree,open,androbustframeworkforcachingandoptimizingPHPintermediatecode.通过以下方式可以查看是否安装了APC扩展$php-r‘phpinfo();‘|gre..
分类:Web程序   时间:2014-11-19 02:19:33    阅读次数:143
用javabean封装xml文档数据
//book.xml 冰与火之歌 乔治马丁 2014 89 English 安徒生童话 2004 77 English //Books.java package com.huowolf.handler; public class Books { private String name; private String...
分类:编程语言   时间:2014-11-19 01:27:01    阅读次数:174
《编写高质量代码:改善Python程序的91个建议》读后感
编写高质量代码:改善Python程序的91个建议 http://book.douban.com/subject/25910544/1.(建议16)is 用于判断两个对象的id是否相等,==才是判断值是否相等2.(建议23)for,while,和try语句后面都可以跟else语句,可以简化代码3.(建...
分类:编程语言   时间:2014-11-18 23:30:52    阅读次数:292
C#反射生成简单sql语句
static void Main(string[] args) { book book = new book();//实体类 booktest b1 = new booktest(); book....
分类:数据库   时间:2014-11-18 23:13:10    阅读次数:185
js 属性类型
1.访问器属性 var book = { _year: 2004, edition: 1 }; Object.defineProperty(book, "year", { get: funct...
分类:Web程序   时间:2014-11-17 19:16:01    阅读次数:207
Excel中自定义属性
public static string GetCustomProperty(this Excel.Workbook book, string propertyName) { //string strResult = string.Empty; ...
分类:其他好文   时间:2014-11-16 23:01:19    阅读次数:741
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!