会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
smght
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
22
下一页
2018年3月6日
正则表达式资料
摘要: 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)
2018年2月28日
require.js资料
摘要: 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)
AMD 和 CMD 的区别
摘要: 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)
Flexible实现H5页面的rem布局适配
摘要: 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)
2018年2月27日
前端 中间件
摘要: 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)
vue.js相关资料
摘要: 1、https://cn.vuejs.org/v2/guide/ (中文文档)
阅读全文
posted @ 2018-02-27 17:25 smght
阅读(143)
评论(0)
推荐(0)
2018年2月26日
TypeScript是一种由微软开发的自由和开源的编程语言
摘要: 1、https://www.tslang.cn/
阅读全文
posted @ 2018-02-26 18:35 smght
阅读(467)
评论(0)
推荐(0)
2018年2月24日
pxcook-高效易用的自动标注工具, 生成前端代码
摘要: 1、pxcook、sketch(http://www.fancynode.com.cn/pxcook)
阅读全文
posted @ 2018-02-24 17:17 smght
阅读(1463)
评论(0)
推荐(0)
前端工程师(JavaScript)在业余时间如何提高自身能力
摘要: 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)
2018年2月23日
ICE 中后台开发
摘要: 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
下一页
公告