摘要: STEP1: installdependencies and compile tools.yuminstalllibtoolautomakeautoconfgcc-c++openssl-develSTEP2: download node.js package, tar and make instal... 阅读全文
posted @ 2015-08-18 12:06 ipup 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #install Apache+MySQL+PHP+ZIPyum -y install httpd php mysql mysql-server php-mysql zip unzip# start httpd serviceservice httpd start# start mysql serv... 阅读全文
posted @ 2015-08-18 10:53 ipup 阅读(232) 评论(0) 推荐(0) 编辑
摘要: FE image compress: localResizeIMG3iSlider: http://be-fe.github.io/iSlider/Lazy Line Painter 阅读全文
posted @ 2015-03-23 08:44 ipup 阅读(208) 评论(0) 推荐(0) 编辑
摘要: /* new clearfix */.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}* html .clearfix { zoom: 1; } /*... 阅读全文
posted @ 2015-03-19 19:40 ipup 阅读(247) 评论(0) 推荐(0) 编辑
摘要: /*! Copyright Cdialog* version 1.0* liscense MIT*/var Cdialog = { showMask: true, //show mask isScroll:false, //auto detect scroll zIndex: 1000... 阅读全文
posted @ 2014-06-16 17:43 ipup 阅读(144) 评论(0) 推荐(0) 编辑
摘要: var globalVariable=null;var globalObject={ init:function(){ $.extend({method:function(e){e}}); //jquery static method extend $.fn.... 阅读全文
posted @ 2014-05-20 09:39 ipup 阅读(182) 评论(0) 推荐(0) 编辑
摘要: function(name) { var query=location.search.substring(1); var pairs=query.split("&"); for(var i=0;i<pairs.length;i++) ... 阅读全文
posted @ 2014-05-16 11:37 ipup 阅读(159) 评论(0) 推荐(0) 编辑
摘要: function(){ var setCookie= function (name,value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days*24*60... 阅读全文
posted @ 2014-05-15 13:59 ipup 阅读(262) 评论(0) 推荐(0) 编辑
摘要: jsfunction:selectBox:function(){ var li=$(this); var selectbox=li.parent().parent(); $("li[data-value="+selectbox.attr("data-checked")+"]"... 阅读全文
posted @ 2014-05-15 12:42 ipup 阅读(211) 评论(0) 推荐(0) 编辑
摘要: reverse()反转字符串String.prototype.reverse=function(){return this.split("").reverse().join("")}in_array(a,b) 返回A数组是否在B数组中,a可以是单个字符或多个Array.prototype.in_ar... 阅读全文
posted @ 2014-05-04 17:44 ipup 阅读(166) 评论(0) 推荐(0) 编辑