2014年12月31日

javascript判断移动平台

摘要: 1 function versions(){ 2 var a = navigator.userAgent; 3 return navigator.appVersion, { 4 trident: a.indexOf("Trident") > ... 阅读全文

posted @ 2014-12-31 11:27 tomastong 阅读(140) 评论(0) 推荐(0) 编辑

2014年6月26日

Java面试试题之插入法排序

摘要: import javax.print.attribute.standard.MediaSize.Other;public class Sort { public static void main(String[] args) { int[] arr = new int[] { 9, 8, 7, 5... 阅读全文

posted @ 2014-06-26 17:13 tomastong 阅读(185) 评论(0) 推荐(0) 编辑

2014年3月4日

Javascript的闭包

摘要: Javascript的闭包,让人一看就头大 1 2 3 4 5 6 25 26 匿名函数返回的是一个包含两个方法的对象,并且这些方法继续享有访问value的特权 阅读全文

posted @ 2014-03-04 16:13 tomastong 阅读(163) 评论(0) 推荐(0) 编辑

导航