Cjkkkk

  • 首页

  • 标签

  • 归档

haskell-mind-map

发表于 2019-01-01 | 更新于 2019-05-01

chapter1

  • 重要的概念 Important Concept
    • 函数式 functional
    • 纯净 pure
    • 惰性 lazy
    • 严格类型 statically typed
    • 抽象 abstraction
  • 基本数据类型 basic type
    • Int
    • Integer
    • Double
    • Float
    • Bool
    • Char
    • String
  • 模式匹配 pattern matching
  • 守卫 guards
  • 组 pair
  • 列表 List
    阅读全文 »

how-https-works

发表于 2018-12-31 | 更新于 2019-05-01

HTTPS是如何工作的[翻译]

原文链接
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)

阅读全文 »

backend-end-101

发表于 2018-12-31 | 更新于 2019-05-29

后端101

1 聊一下什么是后端


后端的主要作用就是处理并响应前端发来的请求
一个例子:
前端: 查看一下当前用户列表,并告诉我男女比
后端: 从数据库中查找用户列表,并计算男女比,将结果返回

阅读全文 »

front-end-101

发表于 2018-12-31 | 更新于 2019-05-01

前端101

0 前端概览

前端 html / css / js / resource / ….
html 描述了网页的骨架/结构
css 描述了网页的表现形式/模样
js 给网页更多的可能, 动态操作dom/AJAX请求/改变样式/动画/…

阅读全文 »

javascript-arrow-function

发表于 2018-12-31 | 更新于 2019-05-01

1 前言

请先看 -> 如何理解this关键词

ES6中引入了一种无法使用4种this绑定规则的特殊函数类型,箭头函数(arrow function)
箭头函数根据外层作用域来决定this(有词法作用域的味道)

阅读全文 »

javascript-prototype

发表于 2018-12-31 | 更新于 2019-05-01

1 前言

javascript 是具有基于原型链的面向对象编程语言

oop != class

oop 也不需要基于class

请先抛弃class关键词

阅读全文 »

javascript-this

发表于 2018-12-31 | 更新于 2019-05-01

1 前言:

this 是javascript中一个重要的关键词 根据函数执行时候上下文的不同this代表的含义也不同

2 为什么使用this

this提供了优雅的方式来隐式的传递一个对象的引用

this是在运行时候绑定的,并不是在编写的时候绑定的,它的上下文取决于函数调用时的条件。

阅读全文 »

Hello World

发表于 2018-12-30 | 更新于 2019-05-01

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.

阅读全文 »

1…45

Cjkkkk

48 日志
19 标签
RSS
GitHub E-Mail
© 2020 Cjkkkk
由 Hexo 强力驱动 v3.8.0
|
主题 – NexT.Muse v7.1.1