上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 69 下一页
摘要: http://www.w3.org/TR/mobile-bp/ 阅读全文
posted @ 2015-05-03 22:26 zyip 阅读(116) 评论(0) 推荐(0)
摘要: JavaScript’s “this”: how it works, where it can trip you uphttp://speakingjs.com/es5/ch23.html#_indirect_eval_evaluates_in_global_scope 阅读全文
posted @ 2015-04-29 21:16 zyip 阅读(132) 评论(0) 推荐(0)
摘要: https://github.com/paulmillr/console-polyfillhttps://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfillshttp://addyosmani.com/blog/writi... 阅读全文
posted @ 2015-04-23 17:03 zyip 阅读(332) 评论(0) 推荐(0)
摘要: ECMAScript 5 compatibility shims for legacy JavaScript engineshttps://github.com/es-shims/es5-shim 阅读全文
posted @ 2015-04-23 16:59 zyip 阅读(156) 评论(0) 推荐(0)
摘要: function foo(){ //var var1=Array.prototype.slice.call(arguments); var var1=[].slice.call(arguments); console.log(var1.length);}foo(0,1,2,3,4,5,6); 阅读全文
posted @ 2015-04-23 16:49 zyip 阅读(340) 评论(0) 推荐(0)
摘要: var bar = { var1:'var1', var2:'var2', fun1:function(){ var arg0=arguments[0]; arg0=arg0 || ""; console.log( arg0 + this.var2); }};bar.fun... 阅读全文
posted @ 2015-04-23 16:39 zyip 阅读(127) 评论(0) 推荐(0)
摘要: 开源cmshttps://bolt.cm/ 阅读全文
posted @ 2015-04-22 07:49 zyip 阅读(118) 评论(0) 推荐(0)
摘要: https://www.google.com/webmasters/tools/mobile-friendly/?mc_cid=cc21b18877&mc_eid=cf2bbeb9b2http://www.smashingmagazine.com/smashing-newsletter-issue-... 阅读全文
posted @ 2015-04-22 07:19 zyip 阅读(144) 评论(0) 推荐(0)
摘要: http://www.clemson.edu/economics/faculty/wilson/R-tutorial/Introduction.htmlhttps://www.youtube.com/watch?v=cX532N_XLIs&list=PLqzoL9-eJTNBDdKgJgJzaQcY... 阅读全文
posted @ 2015-04-19 23:50 zyip 阅读(135) 评论(0) 推荐(0)
摘要: CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are... 阅读全文
posted @ 2015-04-19 05:49 zyip 阅读(445) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 69 下一页