chapter1
- 重要的概念 Important Concept
- 函数式 functional
- 纯净 pure
- 惰性 lazy
- 严格类型 statically typed
- 抽象 abstraction
- 基本数据类型 basic type
- Int
- Integer
- Double
- Float
- Bool
- Char
- String
- 模式匹配 pattern matching
- 守卫 guards
- 组 pair
- 列表 List
原文链接
HTTPS is simply your standard HTTP protocol slathered with a generous layer of delicious SSL/TLS encryption goodness.
HTTPS其实只是具有SSL / TLS加密优势的标准HTTP协议
Unless something goes horribly wrong (and it can), it prevents people like the infamous Eve from viewing or modifying the requests that make up your browsing experience;
除非某些事情发生了非常严重的错误(这是有可能发生的),HTTPS协议能保护使用者免于遭受第三人(infamous eve)篡改或者监视你的浏览请求(http request)
请先看 -> 如何理解this关键词
ES6中引入了一种无法使用4种this绑定规则的特殊函数类型,箭头函数(arrow function)
箭头函数根据外层作用域来决定this(有词法作用域的味道)
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.