上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: https://juejin.im/entry/5a1654e951882554b8373622?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com 在ECMAScript5(简称 ES5)中,有三种 for 循环,分别是: 在20 阅读全文
posted @ 2017-11-30 15:31 hehelele 阅读(241) 评论(0) 推荐(0) 编辑
摘要: https://eggggger.xyz/2017/11/19/nodebestpractices/?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com 阅读全文
posted @ 2017-11-30 14:30 hehelele 阅读(82) 评论(0) 推荐(0) 编辑
摘要: http://web.jobbole.com/93112/?utm_medium=hao.caibaojian.com&utm_source=hao.caibaojian.com 阅读全文
posted @ 2017-11-30 11:31 hehelele 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://segmentfault.com/a/1190000011857058 有时, 有一组复杂的对象要查看。可以通过console.log查看并滚动浏览,亦或者使用console.table展开,更容易看到正在处理的内容! 要得知某些代码的执行时间,特别是调试缓慢循环时,非常有 阅读全文
posted @ 2017-11-15 09:27 hehelele 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 快捷键 CMD-I:对象信息 CMD-L:查询日志 CMD-Y:新建查询 SHIFT-CMD-T:数据传输 SHIFT-CMD-C:命令列界面 阅读全文
posted @ 2017-10-29 22:31 hehelele 阅读(377) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-29 21:02 hehelele 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1. 大B分支拉取以后不要忘记把index.php中dev环境改为 2. 大B分支拉取后,记得/base/kernal/conf/convention.php中memcache改为memcached 3. 最最重要,大B分支拉取以后,base.class.php中 实测php5.5可以使用函数的返回 阅读全文
posted @ 2017-10-26 17:03 hehelele 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Mac下面的环境变量设置和Linux差不多,一般为这几个文件(左边的先加载): /etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc btw, 我发现如果使用node ./bin/www来启动expres 阅读全文
posted @ 2017-10-20 10:22 hehelele 阅读(14640) 评论(0) 推荐(0) 编辑
摘要: 如果用pm2作为nodejs的进程管理器的话,参考以下两篇文章 程序员小卡:http://www.cnblogs.com/chyingp/p/pm2-documentation.html 官方:http://www.expressjs.com.cn/advanced/pm.html 阅读全文
posted @ 2017-10-18 10:30 hehelele 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 关于async、defer功能及异同的介绍 async属性会让js并行加载,并在js加载完成后立即执行,也就是说执行顺序由加载速度定,而不是html中的先后顺序 defer属性js同样会并行加载,而执行时间点为文档解析完成后,按照html中的顺序执行,也就是说defer不影响执行顺序 怪不得requ 阅读全文
posted @ 2017-09-11 17:50 hehelele 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页