https://github.com/zxc0328/diary-content
the content of my tech diary
https://github.com/zxc0328/diary-content
Last synced: 5 months ago
JSON representation
the content of my tech diary
- Host: GitHub
- URL: https://github.com/zxc0328/diary-content
- Owner: zxc0328
- Created: 2016-03-25T02:00:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T07:04:28.000Z (about 4 years ago)
- Last Synced: 2025-03-26T21:48:35.882Z (over 1 year ago)
- Homepage: http://zxc0328.github.io/diary/
- Size: 364 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zindex's Tech Diary
Table of Content
## 2022
### June
+ **2**, [React 源码:调度 & Fiber](http://zxc0328.github.io/diary/2022/06/2022-06-02.html)
+ **15**, [快排](http://zxc0328.github.io/diary/2022/06/2022-06-15.html)
### May
+ **21**, [lodash 防抖 & 节流实现 + 双指针 & 滑动窗口技巧](http://zxc0328.github.io/diary/2022/05/2022-05-21.html)
+ **22**, [网络 & 安全 & a11y 拾遗](http://zxc0328.github.io/diary/2022/05/2022-05-22.html)
+ **23**, [前端基础大杂烩](http://zxc0328.github.io/diary/2022/05/2022-05-23.html)
+ **28**, [前端基础大杂烩 2](http://zxc0328.github.io/diary/2022/05/2022-05-28.html)
## 2021
### March
+ **7**, [Konva 源码阅读笔记](http://zxc0328.github.io/diary/2021/03/2021-03-07.html)
### January
+ **4**, [Go Plan 9 汇编](http://zxc0328.github.io/diary/2021/01/2021-01-04.html)
## 2020
### October
+ **18**, [Kotlin 学习笔记:Function 相关](http://zxc0328.github.io/diary/2020/10/2020-10-18.html)
+ **11**, [Android Gradle Plugin 以及构建基础知识](http://zxc0328.github.io/diary/2020/10/2020-10-11.html)
### September
+ **13**, [ES6 知识点拾遗](http://zxc0328.github.io/diary/2020/09/2020-09-13.html)
### August
+ **25**, [go-micro 1.x k8s 部署](http://zxc0328.github.io/diary/2020/08/2020-08-25.html)
## 2019
### October
+ **06**, [TS 学习总结:编译器](https://zxc0328.github.io/diary/2019/10/2019-10-06.html)
+ **05**, [TS 学习总结:编译选项 && 类型相关技巧](https://zxc0328.github.io/diary/2019/10/2019-10-05.html)
### June
+ **08**, [Go Heap 的使用以及其他 Go 知识点小记](https://zxc0328.github.io/diary/2019/06/2019-06-07.html)
### May
+ **30**, [Golang 分布式 crontab 课程笔记](https://zxc0328.github.io/diary/2019/05/2019-05-30.html)
### February
+ **21**, [TypeScript 官方 Handbook 阅读笔记(一)](https://zxc0328.github.io/diary/2019/02/2019-02-21.html)
### January
+ **22**, [Go module 学习](https://zxc0328.github.io/diary/2019/01/2019-01-22.html)
## 2018
### May
+ **23**, [C语言工程化之库的链接](https://zxc0328.github.io/diary/2018/05/2018-05-23.html)
+ **05**, [Buliding Microservices 第二章笔记](https://zxc0328.github.io/diary/2018/05/2018-05-05.html)
### April
+ **03**, [CMU 15-445 Extendible Hash 实现浅析](https://zxc0328.github.io/diary/2018/04/2018-04-03.html)
### March
+ **28**, [Cpp 学习笔记: size_t, std::mutex, explicit, mutable, Disable Object Copy](https://zxc0328.github.io/diary/2018/03/2018-03-28.html)
### February
+ **27**, [React Component研究笔记(二):tooltip,dropdown,select,trigger和notification](https://zxc0328.github.io/diary/2018/02/2018-02-27.html)
+ **26**, [Prettier介绍&&集成指南](https://zxc0328.github.io/diary/2018/02/2018-02-26.html)
+ **18**, [React Component研究笔记(一):dialog、form和Tabs](https://zxc0328.github.io/diary/2018/02/2018-02-18.html)
+ **16**, [《Kubernetes权威指南》速览总结](https://zxc0328.github.io/diary/2018/02/2018-02-16.html)
+ **9**, [Weex简介(前端向)](https://zxc0328.github.io/diary/2018/02/2018-02-09.html)
### January
+ **8**, [《忍者秘籍》第二版笔记 第九章](https://zxc0328.github.io/diary/2018/01/2018-01-08.html)
+ **7**, [SEE Conf 2018 回顾](https://zxc0328.github.io/diary/2018/01/2017-01-07.html)
## 2017
### December
+ **16**, [Headless Chrome long image capture issue](https://zxc0328.github.io/diary/2017/12/2017-12-16.html)
### November
+ **15**, [Liso源码阅读笔记](https://zxc0328.github.io/diary/2017/11/2017-11-11.html)
### October
+ **13**, [《忍者秘籍》第二版笔记 第四章](https://zxc0328.github.io/diary/2017/10/2017-10-13.html)
+ **08**, [DATABASE SYSTEMS Lecture 06: Storage笔记](https://zxc0328.github.io/diary/2017/10/2017-10-08.html)
### September
+ **23**, [Vue vdom hook小记](https://zxc0328.github.io/diary/2017/09/2017-09-23.html)
+ **22**, [Vue community diary: directive hooks not called when component root element change (#6513), Why Vue need to update parent placeholder node element when component root element replaced?](https://zxc0328.github.io/diary/2017/09/2017-09-22.html)
+ **20**, [Regular Template Syntax](https://zxc0328.github.io/diary/2017/09/2017-09-20.html)
+ **19**, [MUI Table组件:slot内容的跨级传递](https://zxc0328.github.io/diary/2017/09/2017-09-19.html)
+ **18**, [Vue community diary: avoid VNode in data (#6610)&& deep clone slot vnodes on re-render(#6372)](https://zxc0328.github.io/diary/2017/09/2017-09-18.html)
+ **15**, [Vue community diary: a tricky edge case with vdom event(#6566)](https://zxc0328.github.io/diary/2017/09/2017-09-15.html)
### June
+ **23**, [《前端工程中的编译时优化》观后感](https://zxc0328.github.io/diary/2017/07/2017-07-23.html)
+ **7**, [ES6 Proxy,以及在Vue中的使用](https://zxc0328.github.io/diary/2017/06/2017-06-07.html)
### April
+ **12**, [Linux System Programming 读书笔记](https://zxc0328.github.io/diary/2017/04/2017-04-12.html)
### January
+ **10**, [《忍者秘籍》第二版笔记 第三章](https://zxc0328.github.io/diary/2017/01/2017-01-10.html)
+ **12**, [CSAPP笔记 & 《忍者秘籍》笔记](https://zxc0328.github.io/diary/2017/01/2017-01-12.html)
+ **13**, [Vue渲染源码相关](https://zxc0328.github.io/diary/2017/01/2017-01-13.html)
+ **19**, [``tag的async和defer区别以及浏览器相关](https://github.com/zxc0328/diary-content/issues/1)
+ **22**, [Trie树](https://github.com/zxc0328/diary-content/issues/2)
## 2016
### March
+ **24**, [Array-like Object, `Array.protoyype.CopyWithin`](https://zxc0328.github.io/diary/2016/03/2016-03-24.html)
+ **25**, [Double and add algorithm](https://zxc0328.github.io/diary/2016/03/2016-03-25.html)
+ **27**, [Call & Apply's Performance Issue](https://zxc0328.github.io/diary/2016/03/2016-03-27.html)
+ **28**, [Semantics of `<i>`,`<b>`,`<em>`&`<strong>`](https://zxc0328.github.io/diary/2016/03/2016-03-28.html)
+ **31**, [Vue中watch机制实现解读](https://zxc0328.github.io/diary/2016/03/2016-03-31.html)
### April
+ **1**, [After thought of watching JavaScript Air Episode 012:Lodash & Open Source](https://zxc0328.github.io/diary/2016/04/2016-04-01.html)
+ **2**, [背包问题与动态规划](https://zxc0328.github.io/diary/2016/04/2016-04-02.html)
+ **4**, [Optimization for V8 && V8 resources](https://zxc0328.github.io/diary/2016/04/2016-04-04.html)
+ **9**, [Lambda Calculus](https://zxc0328.github.io/diary/2016/04/2016-04-09.html)
+ **11**, [Notes on YDKJS:Types & Grammar part 1](https://zxc0328.github.io/diary/2016/04/2016-04-11.html)
+ **15**, [Side Effect && Immutable](https://zxc0328.github.io/diary/2016/04/2016-04-15.html)
+ **21**, [DOM properties vs attributes](https://zxc0328.github.io/diary/2016/04/2016-04-21.html)
+ **25**, [关于组件化的一些想法&&jQuery的构造函数](https://zxc0328.github.io/diary/2016/04/2016-04-25.html)
+ **26**, [JavaScript库的构建](https://zxc0328.github.io/diary/2016/04/2016-04-26.html)
+ **30**, [jQuery源码阅读笔记(一)](https://zxc0328.github.io/diary/2016/04/2016-04-30.html)
### May
+ **1**, [jQuery源码阅读笔记(二)](https://zxc0328.github.io/diary/2016/05/2016-05-01.html)
+ **16**, [Angular 1.x中的双向数据绑定实现](https://zxc0328.github.io/diary/2016/05/2016-05-16.html)
+ **17**, [前端框架模板技术分类](https://zxc0328.github.io/diary/2016/05/2016-05-17.html)
+ **20**, [After thought of watching JavaScript Air Episode 006: Introducing the JavaScript Air Panel](https://zxc0328.github.io/diary/2016/05/2016-05-20.html)
+ **21**, [URL中文编码问题](https://zxc0328.github.io/diary/2016/05/2016-05-21.html)
+ **30**, [Nodejs require() 原理](https://zxc0328.github.io/diary/2016/05/2016-05-30.html)
### June
+ **1**, [CSS workflow](https://zxc0328.github.io/diary/2016/06/2016-06-01.html)
+ **15**, [V8 bailout reasons && more V8 resources](https://zxc0328.github.io/diary/2016/06/2016-06-15.html)
+ **17**, [JavaScript Concurrency Model](https://zxc0328.github.io/diary/2016/06/2016-06-17.html)
+ **22**, [More on CSS workflow](https://zxc0328.github.io/diary/2016/06/2016-06-22.html)
### July
+ **11**, [NEJ学习笔记](https://zxc0328.github.io/diary/2016/07/2016-07-11.html)
### August
+ **16**, [XSS & CSRF, Cookie & LocalStroge](https://zxc0328.github.io/diary/2016/08/2016-08-16.html)
+ **17**, [inside JavaScript `delete` ](https://zxc0328.github.io/diary/2016/08/2016-08-17.html)
+ **22**, [React `shouldComponentUpdate()`](https://zxc0328.github.io/diary/2016/08/2016-08-22.html)
+ **23**, [`Etag` `Last-Modified` and more on caching](https://zxc0328.github.io/diary/2016/08/2016-08-23.html)
### September
+ **8**, [Levenshtein distance && MVVM list diff](https://zxc0328.github.io/diary/2016/09/2016-09-08.html)
+ **21**, [长列表渲染](https://zxc0328.github.io/diary/2016/09/2016-09-21.html)
### October
+ **2**, [Vue源码分析Links](https://zxc0328.github.io/diary/2016/10/2016-10-02.html)
+ **16**, [MVVM框架中的异步更新](https://zxc0328.github.io/diary/2016/10/2016-10-16.html)
### November
+ **2**, [知乎Live的技术栈](https://zxc0328.github.io/diary/2016/11/2016-11-02.html)
+ **3**, [Weinre的用法,以及vue build时的一些小事故](https://zxc0328.github.io/diary/2016/11/2016-11-03.html)
+ **4**, [Thought after watching CSS for Software Engineers for CSS Developers by Harry Roberts](https://zxc0328.github.io/diary/2016/11/2016-11-04.html)
### December
+ **6**, [Vue源码结构整理](https://zxc0328.github.io/diary/2016/12/2016-12-06.html)
+ **30**, [《忍者秘籍》第二版笔记 第一章、第二章](https://zxc0328.github.io/diary/2016/12/2016-12-30.html)