摘要: input 特性:number 默认转化为数字 | lazy 默认触发动作延迟为change之后触发 | debounce="5000" 5s内防抖动,等同于lodash中 阅读全文
posted @ 2019-07-17 17:03 糖飞飞351 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 详情可以参见: https://wohugb.gitbooks.io/pm2/content/features/quick-start.html 启动: 重启临界内存设置 PM2 允许基于内存占用来重启应用 CLI JSON 编程 单位 单位可以是 K(ilobyte), M(egabyte), G 阅读全文
posted @ 2018-07-04 17:30 糖飞飞351 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 坷理化 阅读全文
posted @ 2018-07-02 18:21 糖飞飞351 阅读(73) 评论(0) 推荐(0) 编辑
摘要: grep 用于搜索文件内容中包含; grep -n 'xxx' *.txt 在当前文件夹中的txt中检索内容是xxx的,返回检索到的行号 grep -w 'xxx' *.txt 绝对匹配内容才返回,不是部分满足条件就返回 wc -l 用于统计记录条数 都支持管道pipe操作,eg : grep -n 阅读全文
posted @ 2018-05-30 13:51 糖飞飞351 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1.工具栏第一个选项,自动选择用于点击需要变动的图形而在多个图层自动来回切换,不需要主动选择切换图层。 2.选择图形之后 按 alt键可以生成复制图形(会生成图层副本)。 3.Ctrl+ N 创建新文件,Alt + Delete 给选区添加前景色, Ctrl + Delete 给选区添加背景色. C 阅读全文
posted @ 2018-05-25 22:01 糖飞飞351 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 原文参见:https://github.com/tangfeifei351/Web/blob/master/03-JavaScript%E5%9F%BA%E7%A1%80/12-%E4%BA%8B%E4%BB%B6%E5%AF%B9%E8%B1%A1Event%E5%92%8C%E5%86%92%E 阅读全文
posted @ 2018-05-10 10:44 糖飞飞351 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 什么是hybrid ,为什么要用hybrid,如何使用? http://www.cnblogs.com/dailc/tag/Hybrid/ 阅读全文
posted @ 2018-05-09 14:32 糖飞飞351 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 预留 阅读全文
posted @ 2018-05-09 14:15 糖飞飞351 阅读(70) 评论(0) 推荐(0) 编辑
摘要: (function() { var a = b = 5;})(); console.log(a);console.log(b);18年css面试题汇总http://web.jobbole.com/94152/ 本题考察的是作用域。这是一个立即执行函数,在es6中定义的变量属于作用域内的变量,则a在范 阅读全文
posted @ 2018-05-03 15:21 糖飞飞351 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 预留 阅读全文
posted @ 2018-04-24 17:47 糖飞飞351 阅读(69) 评论(0) 推荐(0) 编辑