摘要: mark一下 阅读全文
posted @ 2018-05-29 23:44 Hecdi 阅读(149) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-29 23:23 Hecdi 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 如何配置oh my zsh?.md 今天根据一些博客教程,自己配置了一下oh my zsh,感觉挺有意思的。这会儿做一个总结,权当复习。 首先,下载安装iTerm2,最好到官网下载安装包 https://www.iterm2.com/ 下载安装之后配置oh my zsh 先解决一个问题,oh my 阅读全文
posted @ 2018-05-28 08:25 Hecdi 阅读(1287) 评论(0) 推荐(0) 编辑
摘要: sublime中格式化jsx填坑.md ======================= sublime中使用Sublime JSFMT 插件 在一个jsx文件中粘贴了一段bootstrap中tables代码,对齐很糟糕,让人看的很难受,于是乎在网上搜各种sublime中格式化jsx语法的插件 搜到了 阅读全文
posted @ 2018-05-21 23:53 Hecdi 阅读(366) 评论(0) 推荐(0) 编辑
摘要: Object Literal Extensions.md Declaring price and quantity twice is kind of redundant,but es6 provides a shorthand making writing this simpler. ES6 als 阅读全文
posted @ 2018-04-25 09:44 Hecdi 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Rest and Spread Operators.md Why we need rest and spread operators? instanceof The instanceof operator tests whether the prototype property of a const 阅读全文
posted @ 2018-04-19 08:37 Hecdi 阅读(105) 评论(0) 推荐(0) 编辑
摘要: sublime preview html.md open In Browser what should we do if we want to preview html file in our browser? We can install a plugin called "Open In Brow 阅读全文
posted @ 2018-04-18 16:08 Hecdi 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Default Function Parameters.md Default Function Parameters In ES5,if the argument is not specified,its value would be set to undefined . if we do this 阅读全文
posted @ 2018-04-17 23:28 Hecdi 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Arrow Function.md Arrow Functions The basic syntax of an arrow function is as follows The code means : How create IIFEs using arrow function? Why we u 阅读全文
posted @ 2018-04-16 20:52 Hecdi 阅读(175) 评论(0) 推荐(0) 编辑
摘要: ![](https://images2018.cnblogs.com/blog/1179506/201804/1179506-20180414201303041-290579664.png) ![](https://images2018.cnblogs.com/blog/1179506/201804/1179506-20180414201331083-2087613836.png) ![](htt... 阅读全文
posted @ 2018-04-14 20:16 Hecdi 阅读(302) 评论(0) 推荐(0) 编辑