摘要: 1.谈谈对vue较深入的理解:diff,依赖搜集,数组的变异,setter,getter 2. es6 promise 原理简易实现 3.let const var区别 变量作用域提升 4.js call.apply,bind 5.jquery on live delegate 6.axios库 的 阅读全文
posted @ 2018-06-22 09:52 斐小飞 阅读(86) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html><head><meta charset="utf-8"><meta name="keywords" content="前端老徐、外号老徐、老徐博客、老徐主页、前端工程师、web前端、loveqiao、html5、css3、jquery"><meta name 阅读全文
posted @ 2018-06-21 15:48 斐小飞 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 建议使用 !== "" == 0 truefalse == 0 true"" 0 false"undefined" == undefined false'' == null false null == undefined truenull undefined false 阅读全文
posted @ 2017-12-05 16:16 斐小飞 阅读(103) 评论(0) 推荐(0) 编辑
摘要: http://h5.szysk.net/yinghuanvshen/ 阅读全文
posted @ 2017-12-01 11:32 斐小飞 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 移动端调试神器(eruda) http://www.cnblogs.com/milo-wjh/p/6807753.html 前端高效开发之“一键切图” http://www.cnblogs.com/rangzf/p/3279848.html 在线拼图: http://spritepad.wearek 阅读全文
posted @ 2017-12-01 10:51 斐小飞 阅读(103) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web http://www.runoob.com/jsref/dom-obj-document.html https://segmentfault.com/ 稀土掘金 https://www.zhihu.com/qu 阅读全文
posted @ 2017-12-01 10:42 斐小飞 阅读(129) 评论(0) 推荐(0) 编辑
摘要: var chart = new Highcharts.Chart({ credits: { enabled: false }, chart: { renderTo: "trendChart", type: "spline", //显示类型 plotBorderWidth: 2, //主图表边框宽度 阅读全文
posted @ 2017-11-29 11:09 斐小飞 阅读(96) 评论(0) 推荐(0) 编辑
摘要: gulpfile.jsvar gulp = require('gulp')var uglify = require('gulp-uglify')var rename = require('gulp-rename')var stripDebug = require('gulp-strip-debug' 阅读全文
posted @ 2017-11-28 15:06 斐小飞 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package.json { "name": "**", "version": "0.1.0", "author": "Amanda", "description": "**", "dependencies": { "grunt": "*", "grunt-contrib-clean": "*", 阅读全文
posted @ 2017-11-28 15:05 斐小飞 阅读(98) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-11-28 14:54 斐小飞 阅读(2) 评论(0) 推荐(0) 编辑