04 2018 档案
摘要:比较推荐使用百度翻译api 不推荐有道翻译,比较水。 http://ai.youdao.com/docs/doc-trans-api.s#p02 http://ai.youdao.com/docs/doc-trans-api.s#p08
阅读全文
摘要:// 驼峰写法 function toUp ($str) { return preg_replace_callback('/\s(\w)|-(\w)/', function ($matches) { if (count($matches) > 2) { return strtoupper($matches[2]); } ...
阅读全文
摘要:https://raw.githubusercontent.com/dragon8github/wx-h5/master/push.sh
阅读全文
摘要:myFocus (e) { this.active = true function getElementTop(element){ try { var actualTop = element.offsetTop; var current = element.offsetParent; while (current !== null){ actua...
阅读全文
摘要:🌾 💐 🌷 🌹 我的AHK下载地址:https://github.com/dragon8github/Pandora/raw/master/pandora.exe AutoHotKey 下载:https://autohotkey.com/download/ 国内自制的ahk网站:https:
阅读全文
摘要:简单示例 https://developers.weixin.qq.com/miniprogram/dev/api/network-request.html
阅读全文
摘要:如果需要支持cookie,就要加入 http://www.ruanyifeng.com/blog/2016/04/cors.html
阅读全文
摘要:var testarr = [] var prevScroll = 0 var cache = 0 // 仅在区域内计算 if (y >= testarr[0] && y = prevScroll) { var down = (function (x) { // 如果存在缓存索引,并且满足滚动的区域,那么return i...
阅读全文
摘要:http://www.bootcdn.cn/ jquery vue lodash echarts requirejs zepto
阅读全文
摘要:常用的api 1、$() document.querySelector() 2、$$() document.querySelectorAll() 3、$x() xpath选择器 实战:
阅读全文