学习地址:http://www.cnblogs.com/zhangziqiu/archive/2009/04/30/jquery-learn-1.html学习时,要弄清楚DOM和JQuery包装集的区别; var im = document.getElementById("am"); ...
分类:
Web程序 时间:
2015-07-12 17:01:32
阅读次数:
147
关于Git的简单使用,只记录了一些常用的指令,全面的用法在百度上面很多常用指令:Clone项目git clone http://git.oschina.net/xxxxxx/xxxxxx.git#更新本地代码git pull#Addgit add .#commitgit commit -am ""#...
分类:
其他好文 时间:
2015-07-12 08:24:50
阅读次数:
107
1.修改TextView字体mTextView = (TextView) findViewById(R.id.textview1);mTextView.setText("I am here");Resources resources = getBaseContext().getResources()...
分类:
移动开发 时间:
2015-07-11 17:57:10
阅读次数:
152
类的定义Ext.define('Cookbook.Vehicle', {Manufacturer: 'Aston Martin',Model: 'Vanquish',getDetails: function(){alert('I am an ' + this.Manufacturer + ' ' +...
分类:
Web程序 时间:
2015-07-11 10:29:34
阅读次数:
161
Test While You Sleep (and over Weekends)Rajith AttapattuRELAX. I am not referring to offshore development centers, overtime on week- ends, or working the night shift. Rather, I want to draw your attent...
分类:
其他好文 时间:
2015-07-10 15:18:33
阅读次数:
112
instanceof是Java的一个二元操作符,和==,>,<是同一类东东。由于它是由字母组成的,所以也是Java的保留关键字。它的作用是测试它左边的对象是否是它右边的类的实例,返回boolean类型的数据。举个例子: String s = "I AM an Object!"; boolean .....
分类:
编程语言 时间:
2015-07-10 10:45:03
阅读次数:
91
Linux 中有一个用于显示自身登录信息的特定命令结构,也就是登录用户信息的命令。who am i或者是who mom likes没错看第三行!“妈妈喜欢谁” who mom likes ,linux的命令真的是让人脑洞大开o( ̄▽ ̄)d
分类:
其他好文 时间:
2015-07-09 14:29:45
阅读次数:
94
Score computation mechanismI am learning Elasticsearch these days, so I’m really curious about how Elasticsearch compute the score of retrieved documents.在Elasticsearch的官方文档中,给出了文档score的计算的公式,但是其中有个que...
分类:
其他好文 时间:
2015-07-08 16:27:25
阅读次数:
275
About the Author I am a software architect/developer/programmer.I have a rather pragmatic approach towards programming, but I have realized that it ta...
分类:
其他好文 时间:
2015-07-07 19:24:31
阅读次数:
195
1 import java.util.*; 2 import java.io.*; 3 import java.nio.file.*; 4 import java.lang.StringBuilder; 5 6 class FilePrep { 7 public static void ...
分类:
编程语言 时间:
2015-07-05 13:44:23
阅读次数:
128