上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 1."2014-08-18 00:00:00" 与 13位毫秒 互换 1 var oTime = { 2 3 _format_13_time:function (str){ 4 var time = str.replace(new RegExp("-","gm"),"/... 阅读全文
posted @ 2014-08-22 15:58 未来动力 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 1 //复选框全选 2 var oCheckBox ={ 3 _check_all: function(obj){ 4 if("all" == obj.name){ 5 if(obj.checked){ 6 $("#d... 阅读全文
posted @ 2014-08-22 15:55 未来动力 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 * 拓展数组原型方法 3 */ 4 Array.prototype.contains = function (arr){ 5 for(var i=0;i<this.length;i++){ 6 if(this[i] == arr){ 7 return true; ... 阅读全文
posted @ 2014-08-22 15:54 未来动力 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Understanding the node.js event loopThe first basic thesis of node.js is that I/O is expensive:So the largest waste with current programming technolog... 阅读全文
posted @ 2014-08-10 19:50 未来动力 阅读(394) 评论(0) 推荐(0) 编辑
摘要: Inversion of Control Containers and the Dependency Injection patternIn the Java community there's been a rush of lightweight containers that help to a... 阅读全文
posted @ 2014-08-10 18:23 未来动力 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Understanding node.jsPosted on 29/4/10 byFelix GeisendörferNode.jshas generally caused two reactions in people I've introduced it to. Basically people... 阅读全文
posted @ 2014-08-10 16:54 未来动力 阅读(204) 评论(0) 推荐(0) 编辑
摘要: MacIf you're using the excellenthomebrewpackage manager, you can install node with one command:brew install node.Otherwise, follow the below steps:Ins... 阅读全文
posted @ 2014-08-09 18:58 未来动力 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Install Skype 4.3Step 1: Remove previous versionsudo apt-get remove skype skype-bin:i386 skype:i386sudo apt-get install sni-qt:i386Step 2: Install Sky... 阅读全文
posted @ 2014-08-08 13:31 未来动力 阅读(1691) 评论(0) 推荐(1) 编辑
摘要: 1 2 3 4 32 33 34 35 36 37 38 39 40 41 香港Sunday 42 澳门Monday 43 深圳Tuesday 44 台北Wednesday 45 乌... 阅读全文
posted @ 2014-08-03 09:35 未来动力 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 32 33 34 35 36 37 38 39 40 香港Sunday 41 澳门Monday 42 深圳Tuesday 43 台北Wednesday 44 乌镇Thursda... 阅读全文
posted @ 2014-08-03 00:28 未来动力 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页