上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: 1、案例1 1)通匹符转成正测 'product-service-*.html'.replace(/\./g, '\\.').replace(/\*/g, '.*') 2)正则匹配 reg = new RegExp('product-service-.*\.html', 'i') reg.test( 阅读全文
posted @ 2018-03-06 16:49 smght 阅读(125) 评论(0) 推荐(0)
摘要: 1、http://www.ruanyifeng.com/blog/2012/11/require_js.html?bsh_bid=230697246 (require.js的用法) 2、http://blog.sae.sina.com.cn/archives/4382 (require.js 简洁入 阅读全文
posted @ 2018-02-28 15:37 smght 阅读(143) 评论(0) 推荐(0)
摘要: 1、https://www.zhihu.com/question/20351507 (AMD 和 CMD 的区别有哪些) 区别: 1. 对于依赖的模块,AMD 是提前执行,CMD 是延迟执行。不过 RequireJS 从 2.0 开始,也改成可以延迟执行(根据写法不同,处理方式不同)。CMD 推崇 阅读全文
posted @ 2018-02-28 15:17 smght 阅读(164) 评论(0) 推荐(0)
摘要: 1、https://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html (使用Flexible实现手淘H5页面的终端适配) 2、http://blog.csdn.net/u010377383/article/details/779639 阅读全文
posted @ 2018-02-28 10:15 smght 阅读(213) 评论(0) 推荐(0)
摘要: 1、http://www.ruanyifeng.com/blog/2017/08/koa.html (中间件洋葱理论) 2、https://www.jianshu.com/p/a30c193f6e61 (Koa中间件(middleware)实现探索) 3、https://www.cnblogs.co 阅读全文
posted @ 2018-02-27 18:32 smght 阅读(957) 评论(0) 推荐(0)
摘要: 1、https://cn.vuejs.org/v2/guide/ (中文文档) 阅读全文
posted @ 2018-02-27 17:25 smght 阅读(143) 评论(0) 推荐(0)
摘要: 1、https://www.tslang.cn/ 阅读全文
posted @ 2018-02-26 18:35 smght 阅读(467) 评论(0) 推荐(0)
摘要: 1、pxcook、sketch(http://www.fancynode.com.cn/pxcook) 阅读全文
posted @ 2018-02-24 17:17 smght 阅读(1463) 评论(0) 推荐(0)
摘要: 1、前端工程师(JavaScript)在业余时间如何提高自身能力? https://www.zhihu.com/question/40186398?sort=created 2、前端开发工程师必读书籍有哪些值得推荐? https://www.zhihu.com/question/22591993 3 阅读全文
posted @ 2018-02-24 10:17 smght 阅读(1255) 评论(0) 推荐(0)
摘要: 1、https://alibaba.github.io/ice/#/block 2、https://www.zhihu.com/question/266529857/answer/309604282 3、https://www.easy-mock.com/login https://www.v2ex 阅读全文
posted @ 2018-02-23 16:49 smght 阅读(640) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 22 下一页