摘要: a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);} 阅读全文
posted @ 2017-02-09 14:28 大赚佬 阅读(1955) 评论(0) 推荐(0)
摘要: 长期存储密码: git config --global credential.helper store git config --global credential.helper store 阅读全文
posted @ 2017-01-27 14:53 大赚佬 阅读(265) 评论(0) 推荐(0)
摘要: 原文:http://www.cnblogs.com/front-end-ralph/p/4871332.html 阅读全文
posted @ 2016-12-29 15:03 大赚佬 阅读(91) 评论(0) 推荐(0)
摘要: github地址:https://github.com/MakeMoneyMan/hammer_banner (求给小星星) 本来想直接推到首页的,结果有150字限制,好吧那就简单说说思路。 根据观察 1、鼠标距离中心点越远,变化幅度越大。 2、每个banner中的元素变化幅度不一致。(可以推断出, 阅读全文
posted @ 2016-11-25 16:03 大赚佬 阅读(411) 评论(0) 推荐(0)
摘要: //只适用于一般文章型,博客型网站。如果正文只有一张图片,那就没辙了~ 继续研究吧var stateDom = $("body");//结果储存在这个变量里 function main(dom){ if(dom.childNodes.length > stateDom.childNodes.length) stateDom = dom; dom.childNodes.forEac... 阅读全文
posted @ 2016-11-10 11:50 大赚佬 阅读(488) 评论(0) 推荐(0)
摘要: BKF8TDHNJS-eyJsaWNlbnNlSWQiOiJCS0Y4VERITkpTIiwibGljZW5zZWVOYW1lIjoiYWxpY2FzIGFnaWxlIiwi YXNzaWduZWVOYW1lIjoiIiwiYXNzaWduZWVFbWFpbCI6IiIsImxpY2Vuc2VSZX 阅读全文
posted @ 2016-09-26 12:02 大赚佬 阅读(475) 评论(0) 推荐(0)
摘要: ;(function(window,document){ var Constant=function() { return Constant.fn.init(); }; Constant.fn=Constant.prototype={ url: 'http://url', dataUrl:'http://192.... 阅读全文
posted @ 2016-09-24 15:22 大赚佬 阅读(288) 评论(0) 推荐(0)
摘要: var u = navigator.userAgent, app = navigator.appVersion; var v = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1 ? 'scrolling="auto"' :'scrolling="no"'; document.write(''); 阅读全文
posted @ 2016-07-20 17:20 大赚佬 阅读(558) 评论(0) 推荐(0)
摘要: 1、 2、 3、 阅读全文
posted @ 2016-07-13 10:42 大赚佬 阅读(287) 评论(0) 推荐(0)
摘要: $("#qrcode").on("change", function(){ var bs64 = base64(document.getElementById("qrcode")); }); // 商品评价 图片转base64 // Process the file // Precondition: expects image files, but works with others t... 阅读全文
posted @ 2016-07-11 16:46 大赚佬 阅读(7449) 评论(0) 推荐(0)