KSLEO
笔记📒
博客🔗
笔记📒
博客🔗

# Rust Book

  • Chapter 1 - Common Concepts
  • Chapter 2 - Ownership
  • Chapter 3 - Using Structs to Structure Related Data
  • Chapter 4 - Enums and Pattern Matching
  • Chapter 5 - Managing Growing Projects with Packages, Crates, and Modules
  • Chapter 6 - Common Collections
  • Chapter 7 - Error Handling
  • Chapter 8 - Generic Types, Traits, and Lifetimes
  • Chapter 9 - Writing Automated Tests
  • Chapter 10 - Functional Language Features: Iterators and Closures
  • Chapter 11 - 关于Cargo和Crates.io
  • Chapater 12 - Smart Pointers

# fe

  • Redux源码阅读笔记

# node

  • Array 上的方法
  • Nodejs setTimeout(fn, 0) 和 setImmediate 哪个先执行以及延伸思考
  • 从源码理解Koa洋葱模型

# 数据结构与算法

  • 数组
  • 广度优先遍历
  • 二叉树
  • 回溯(深度优先遍历)
  • 链表
  • LRU(最近使用缓存策略)
  • 滑动窗口

# 笔记

  • html个人笔记

# 计算机网络

  • 网络层
  • tcp/ip详解卷一 第一章习题
  • 传输层